Page 1 of 1

how to use MPEG transport stream option:--ts-out

Posted: 04 Aug 2006 12:15
by york.ni
what's meaning about the option : --ts-out <string> which in MPEG transport stream demuxer,and how to use it ,thank

Posted: 04 Aug 2006 13:20
by robc
This option is for fast UDP streaming where a specific destination IP address and port number can be defined for the output TS stream. From a cursory review of the ts module source, this is affected through the creation of the UDP socket for streaming immediately within the TS demux module rather than by way of the sout modules. It should however be noted that the use of this option precludes the application of other demux and streaming options.

Posted: 04 Aug 2006 19:09
by Guest
ok ,thank.

but I want to transport a file which with PSI(PAT,PMT) ,in other word how can i use the command or option to specify the necessary information to build the PSI(PAT,PMT)??

thank,friends