Include dependency graph for streamdata.cpp:

Variables | |
| codec | vcodecs_array [] |
| codec | acodecs_array [] |
| method | methods_array [] |
| encap | encaps_array [] |
| struct codec acodecs_array[] |
| struct encap encaps_array[] |
Initial value:
{
{ 0 , "ps","MPEG PS", N_("MPEG Program Stream") },
{ 1 , "ts","MPEG TS", N_("MPEG Transport Stream") },
{ 2 , "ps", "MPEG 1", N_("MPEG 1 Format") },
{ 3 , "ogg", "OGG", "OGG" },
{ 4 , "raw", "RAW", "RAW" },
{ 5 , "asf","ASF", "ASF" },
{ 7 , "mp4","MP4", "MPEG4" },
{ 8 , "mov","MOV", "MOV" },
{ 9 , "wav","WAV", "WAV" },
{ -1 , NULL,NULL , NULL }
}
| struct method methods_array[] |
Initial value:
{
{"rtp{",N_("RTP Unicast"), N_("Stream to a single computer."),
N_("Enter the address of the computer to stream to."),
{ 1 , -1,-1,-1,-1,-1,-1,-1,-1 } },
{"rtp{",N_("RTP Multicast"),
N_("Stream to a dynamic group of computers on a "
"multicast-enabled network. This is the most efficient method "
"to stream to several computers, but it does not work over the Internet."),
N_("Enter the multicast address to stream to. "
"This must be an IP address between 224.0.0.0 an 239.255.255.255. "
"For private use, enter an address beginning with 239.255."),
{ 1 , -1,-1,-1,-1,-1,-1,-1,-1 } },
{"std{access=http,","HTTP",
N_("Stream to several computers. This method is "
"less efficient, as the server needs to send the "
"stream several times."),
N_("Enter the local addresses you want to listen to. Do not enter "
"anything if you want to listen to all adresses or if you don't "
"understand. This is generally the best thing to do. Other computers "
"can then access the stream at http://yourip:8080 by default."),
{ 1 , 0 , 2 , 3 , 4 , 5 , -1,-1,-1} },
{ NULL, NULL,NULL,NULL , {-1,-1,-1,-1,-1,-1,-1,-1,-1}}
}
| struct codec vcodecs_array[] |
1.5.1