VLC 4.0.0-dev
Loading...
Searching...
No Matches

Trivial HTTP-based live streams. More...

Collaboration diagram for Live streams:

Macros

#define vlc_http_live_get_status   vlc_http_res_get_status
#define vlc_http_live_get_redirect   vlc_http_res_get_redirect
#define vlc_http_live_get_type   vlc_http_res_get_type
#define vlc_http_live_destroy   vlc_http_res_destroy

Functions

struct vlc_http_resourcevlc_http_live_create (struct vlc_http_mgr *mgr, const char *uri, const char *ua, const char *ref)
block_tvlc_http_live_read (struct vlc_http_resource *)

Detailed Description

Trivial HTTP-based live streams.

Macro Definition Documentation

◆ vlc_http_live_destroy

#define vlc_http_live_destroy   vlc_http_res_destroy

◆ vlc_http_live_get_redirect

#define vlc_http_live_get_redirect   vlc_http_res_get_redirect

◆ vlc_http_live_get_status

#define vlc_http_live_get_status   vlc_http_res_get_status

◆ vlc_http_live_get_type

#define vlc_http_live_get_type   vlc_http_res_get_type

Referenced by LiveControl().

Function Documentation

◆ vlc_http_live_create()

struct vlc_http_resource * vlc_http_live_create ( struct vlc_http_mgr * mgr,
const char * uri,
const char * ua,
const char * ref )

References unlikely, vlc_http_live_callbacks, and vlc_http_res_init().

Referenced by Open().

◆ vlc_http_live_read()

block_t * vlc_http_live_read ( struct vlc_http_resource * res)