FFmpeg
|
#include "config.h"
#include <float.h>
#include <stdint.h>
#include "libavutil/avassert.h"
#include "libavutil/mathematics.h"
#include "libavutil/parseutils.h"
#include "libavutil/avstring.h"
#include "libavutil/bprint.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/random_seed.h"
#include "libavutil/opt.h"
#include "libavutil/log.h"
#include "libavutil/time.h"
#include "libavutil/time_internal.h"
#include "avformat.h"
#include "avio_internal.h"
#include "avc.h"
#include "hlsplaylist.h"
#include "internal.h"
#include "os_support.h"
Go to the source code of this file.
Data Structures | |
struct | HLSSegment |
struct | VariantStream |
struct | ClosedCaptionsStream |
struct | HLSContext |
Macros | |
#define | KEYSIZE 16 |
#define | LINE_BUFFER_SIZE MAX_URL_SIZE |
#define | HLS_MICROSECOND_UNIT 1000000 |
#define | BUFSIZE (16 * 1024) |
#define | POSTFIX_PATTERN "_%d" |
#define | SEPARATOR '/' |
#define | OFFSET(x) offsetof(HLSContext, x) |
#define | E AV_OPT_FLAG_ENCODING_PARAM |
Variables | |
static const AVOption | options [] |
static const AVClass | hls_class |
const AVOutputFormat | ff_hls_muxer |
#define LINE_BUFFER_SIZE MAX_URL_SIZE |
#define OFFSET | ( | x | ) | offsetof(HLSContext, x) |
#define E AV_OPT_FLAG_ENCODING_PARAM |
enum CodecAttributeStatus |
enum HLSFlags |
enum SegmentType |
|
static |
Definition at line 261 of file hlsenc.c.
Referenced by hls_init(), and hls_start().
|
static |
Definition at line 284 of file hlsenc.c.
Referenced by create_master_playlist(), hls_init_file_resend(), hls_mux_init(), hls_start(), hls_window(), hls_write_packet(), and hls_write_trailer().
|
static |
Definition at line 305 of file hlsenc.c.
Referenced by append_single_file(), create_master_playlist(), hls_init_file_resend(), hls_window(), hls_write_packet(), and hls_write_trailer().
|
static |
Definition at line 326 of file hlsenc.c.
Referenced by create_master_playlist(), do_encrypt(), hls_delete_file(), hls_encryption_start(), hls_init_file_resend(), hls_mux_init(), hls_start(), hls_window(), hls_write_packet(), and hls_write_trailer().
|
static |
Definition at line 345 of file hlsenc.c.
Referenced by hls_write_header().
|
static |
Definition at line 436 of file hlsenc.c.
Referenced by format_name(), and hls_delete_old_segments().
|
static |
Definition at line 476 of file hlsenc.c.
Referenced by format_name(), hls_delete_old_segments(), hls_start(), sls_flag_use_localtime_filename(), and sls_flags_filename_process().
|
static |
Definition at line 524 of file hlsenc.c.
Referenced by hls_write_packet(), and hls_write_trailer().
|
static |
Definition at line 534 of file hlsenc.c.
Referenced by hls_write_packet(), and hls_write_trailer().
|
static |
Definition at line 555 of file hlsenc.c.
Referenced by hls_write_packet(), and hls_write_trailer().
|
static |
Definition at line 567 of file hlsenc.c.
Referenced by hls_delete_old_segments().
|
static |
Definition at line 588 of file hlsenc.c.
Referenced by hls_append_segment().
Definition at line 699 of file hlsenc.c.
Referenced by do_encrypt().
|
static |
Definition at line 713 of file hlsenc.c.
Referenced by hls_start().
|
static |
Definition at line 786 of file hlsenc.c.
Referenced by hls_start().
|
static |
Definition at line 845 of file hlsenc.c.
Referenced by hls_init().
|
static |
Definition at line 961 of file hlsenc.c.
Referenced by hls_append_segment().
|
static |
Definition at line 971 of file hlsenc.c.
Referenced by hls_append_segment().
|
static |
Definition at line 1011 of file hlsenc.c.
Referenced by hls_init().
|
static |
Definition at line 1034 of file hlsenc.c.
Referenced by hls_init().
|
static |
Definition at line 1054 of file hlsenc.c.
Referenced by hls_write_packet(), and hls_write_trailer().
|
static |
Definition at line 1061 of file hlsenc.c.
Referenced by hls_start().
|
static |
Definition at line 1105 of file hlsenc.c.
Referenced by hls_write_packet(), hls_write_trailer(), and parse_playlist().
|
static |
Definition at line 1194 of file hlsenc.c.
Referenced by hls_init().
|
static |
Definition at line 1305 of file hlsenc.c.
Referenced by hls_deinit().
|
static |
Definition at line 1316 of file hlsenc.c.
Referenced by hls_write_packet(), and hls_write_trailer().
|
static |
Definition at line 1331 of file hlsenc.c.
Referenced by create_master_playlist().
|
static |
Definition at line 1351 of file hlsenc.c.
Referenced by create_master_playlist().
|
static |
Traverse through the list of audio only rendition streams and find the rendition which has highest bitrate in the same audio group
Definition at line 1367 of file hlsenc.c.
Referenced by hls_window().
|
static |
Definition at line 1533 of file hlsenc.c.
Referenced by hls_write_packet(), and hls_write_trailer().
|
static |
Definition at line 1672 of file hlsenc.c.
Referenced by hls_init(), and hls_write_packet().
|
static |
Definition at line 1857 of file hlsenc.c.
Referenced by hls_init().
Definition at line 1873 of file hlsenc.c.
Referenced by hls_init().
Definition at line 1892 of file hlsenc.c.
Referenced by hls_init().
Definition at line 1926 of file hlsenc.c.
Referenced by hls_init().
|
static |
Definition at line 1972 of file hlsenc.c.
Referenced by parse_variant_stream_mapstring().
|
static |
Expected format for var_stream_map string is as below: "a:0,v:0 a:1,v:1" "a:0,agroup:a0,default:1,language:ENG a:1,agroup:a1,default:0 v:0,agroup:a0 v:1,agroup:a1" This string specifies how to group the audio, video and subtitle streams into different variant streams. The variant stream groups are separated by space.
a:, v:, s: are keys to specify audio, video and subtitle streams respectively. Allowed values are 0 to 9 digits (limited just based on practical usage)
agroup: is key to specify audio group. A string can be given as value. sgroup: is key to specify subtitle group. A string can be given as value.
Definition at line 1990 of file hlsenc.c.
Referenced by update_variant_stream_info().
|
static |
Definition at line 2133 of file hlsenc.c.
Referenced by update_variant_stream_info().
|
static |
Definition at line 2210 of file hlsenc.c.
Referenced by hls_init().
|
static |
if output file's directory has v, variants are created in sub-directories then master is created at the sub-directories level
Definition at line 2248 of file hlsenc.c.
Referenced by hls_init().
|
static |
|
static |
Definition at line 2351 of file hlsenc.c.
Referenced by hls_write_packet().
|
static |
Definition at line 2368 of file hlsenc.c.
Referenced by hls_write_packet(), and hls_write_trailer().
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 3099 of file hlsenc.c.
Referenced by create_master_playlist(), do_encrypt(), hls_encryption_start(), hls_init_file_resend(), hls_mux_init(), hls_start(), hls_window(), hls_write_packet(), hls_write_trailer(), hlsenc_io_open(), and set_http_options().
|
static |
const AVOutputFormat ff_hls_muxer |