| FFmpeg
    4.0
    | 
Apple HTTP Live Streaming Protocol Handler http://tools.ietf.org/html/draft-pantos-http-live-streaming. More...
#include "libavutil/avstring.h"#include "libavutil/time.h"#include "avformat.h"#include "avio_internal.h"#include "internal.h"#include "url.h"#include "version.h"Go to the source code of this file.
| Data Structures | |
| struct | segment | 
| struct | variant | 
| struct | HLSContext | 
| struct | variant_info | 
| Functions | |
| static void | free_segment_list (HLSContext *s) | 
| static void | free_variant_list (HLSContext *s) | 
| static void | handle_variant_args (struct variant_info *info, const char *key, int key_len, char **dest, int *dest_len) | 
| static int | parse_playlist (URLContext *h, const char *url) | 
| static int | hls_close (URLContext *h) | 
| static int | hls_open (URLContext *h, const char *uri, int flags) | 
| static int | hls_read (URLContext *h, uint8_t *buf, int size) | 
| Variables | |
| const URLProtocol | ff_hls_protocol | 
Apple HTTP Live Streaming Protocol Handler http://tools.ietf.org/html/draft-pantos-http-live-streaming.
Definition in file hlsproto.c.
| 
 | static | 
Definition at line 72 of file hlsproto.c.
Referenced by hls_close(), and parse_playlist().
| 
 | static | 
Definition at line 81 of file hlsproto.c.
Referenced by hls_close().
| 
 | static | 
Definition at line 94 of file hlsproto.c.
Referenced by parse_playlist().
| 
 | static | 
Definition at line 103 of file hlsproto.c.
Referenced by hls_open(), and hls_read().
| 
 | static | 
Definition at line 175 of file hlsproto.c.
Referenced by hls_open().
| 
 | static | 
Definition at line 185 of file hlsproto.c.
| 
 | static | 
Definition at line 249 of file hlsproto.c.
| const URLProtocol ff_hls_protocol | 
Definition at line 313 of file hlsproto.c.
 1.8.13
 1.8.13