FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
FFStream Struct Reference

Data Fields

enum StreamType stream_type
 
char filename [1024]
 
struct FFStreamfeed
 
AVDictionaryin_opts
 
AVInputFormatifmt
 
AVOutputFormatfmt
 
IPAddressACLacl
 
char dynamic_acl [1024]
 
int nb_streams
 
int prebuffer
 
int64_t max_time
 
int send_on_key
 
AVStreamstreams [MAX_STREAMS]
 
int feed_streams [MAX_STREAMS]
 
char feed_filename [1024]
 
char author [512]
 
char title [512]
 
char copyright [512]
 
char comment [512]
 
pid_t pid
 
time_t pid_start
 
char ** child_argv
 
struct FFStreamnext
 
unsigned bandwidth
 
char * rtsp_option
 
int is_multicast
 
struct in_addr multicast_ip
 
int multicast_port
 
int multicast_ttl
 
int loop
 
int feed_opened
 
int is_feed
 
int readonly
 
int truncate
 
int conns_served
 
int64_t bytes_served
 
int64_t feed_max_size
 
int64_t feed_write_index
 
int64_t feed_size
 
struct FFStreamnext_feed
 

Detailed Description

Definition at line 213 of file ffserver.c.

Field Documentation

enum StreamType FFStream::stream_type
char FFStream::filename[1024]
struct FFStream* FFStream::feed
AVDictionary* FFStream::in_opts

Definition at line 218 of file ffserver.c.

Referenced by build_file_streams(), and open_input_stream().

AVInputFormat* FFStream::ifmt

Definition at line 219 of file ffserver.c.

Referenced by build_file_streams(), open_input_stream(), and parse_ffconfig().

AVOutputFormat* FFStream::fmt
IPAddressACL* FFStream::acl

Definition at line 221 of file ffserver.c.

Referenced by parse_acl_row(), and validate_acl().

char FFStream::dynamic_acl[1024]

Definition at line 222 of file ffserver.c.

Referenced by parse_dynamic_acl(), parse_ffconfig(), and validate_acl().

int FFStream::nb_streams
int FFStream::prebuffer

Definition at line 224 of file ffserver.c.

Referenced by open_input_stream(), and parse_ffconfig().

int64_t FFStream::max_time

Definition at line 225 of file ffserver.c.

Referenced by http_prepare_data(), and parse_ffconfig().

int FFStream::send_on_key

Definition at line 226 of file ffserver.c.

Referenced by http_prepare_data(), and parse_ffconfig().

AVStream* FFStream::streams[MAX_STREAMS]
int FFStream::feed_streams[MAX_STREAMS]
char FFStream::feed_filename[1024]
char FFStream::author[512]

Definition at line 231 of file ffserver.c.

Referenced by http_prepare_data(), and parse_ffconfig().

char FFStream::title[512]

Definition at line 232 of file ffserver.c.

Referenced by http_prepare_data(), parse_ffconfig(), and prepare_sdp_description().

char FFStream::copyright[512]

Definition at line 233 of file ffserver.c.

Referenced by http_prepare_data(), and parse_ffconfig().

char FFStream::comment[512]

Definition at line 234 of file ffserver.c.

Referenced by http_prepare_data(), and parse_ffconfig().

pid_t FFStream::pid

Definition at line 235 of file ffserver.c.

Referenced by compute_status(), handle_child_exit(), and start_children().

time_t FFStream::pid_start

Definition at line 236 of file ffserver.c.

Referenced by handle_child_exit(), and start_children().

char** FFStream::child_argv

Definition at line 237 of file ffserver.c.

Referenced by handle_child_exit(), parse_ffconfig(), and start_children().

struct FFStream* FFStream::next
unsigned FFStream::bandwidth
char* FFStream::rtsp_option

Definition at line 241 of file ffserver.c.

Referenced by parse_ffconfig().

int FFStream::is_multicast
struct in_addr FFStream::multicast_ip

Definition at line 244 of file ffserver.c.

Referenced by parse_ffconfig(), prepare_sdp_description(), and start_multicast().

int FFStream::multicast_port

Definition at line 245 of file ffserver.c.

Referenced by parse_ffconfig(), prepare_sdp_description(), and start_multicast().

int FFStream::multicast_ttl

Definition at line 246 of file ffserver.c.

Referenced by parse_ffconfig(), prepare_sdp_description(), and rtp_new_av_stream().

int FFStream::loop

Definition at line 247 of file ffserver.c.

Referenced by http_prepare_data(), and parse_ffconfig().

int FFStream::feed_opened
int FFStream::is_feed
int FFStream::readonly

Definition at line 252 of file ffserver.c.

Referenced by build_feed_streams(), http_start_receive_data(), and parse_ffconfig().

int FFStream::truncate

Definition at line 253 of file ffserver.c.

Referenced by http_start_receive_data(), and parse_ffconfig().

int FFStream::conns_served

Definition at line 254 of file ffserver.c.

Referenced by compute_status(), and http_parse_request().

int64_t FFStream::bytes_served

Definition at line 255 of file ffserver.c.

Referenced by compute_status(), handle_connection(), and http_send_data().

int64_t FFStream::feed_max_size

Definition at line 256 of file ffserver.c.

Referenced by build_feed_streams(), http_receive_data(), and parse_ffconfig().

int64_t FFStream::feed_write_index
int64_t FFStream::feed_size
struct FFStream* FFStream::next_feed

Definition at line 259 of file ffserver.c.

Referenced by build_feed_streams(), and parse_ffconfig().


The documentation for this struct was generated from the following file: