[Live-devel] openRTSP TS receive as an another program input

Ross Finlayson finlayson at live555.com
Fri Apr 24 05:05:04 PDT 2009


>And when I receiving a TS with -v option, this will put to stdout 
>only the video?

No, not in this case - because Transport Stream data is streamed 'as 
is'.  Unlike MPEG Prpgram Stream data, it is *not* split into 
separate audio and video streams.


>  Because I need the video and audio with TS container to feed my 
>applicaton, so I need the untouchet TS data.

You'll get that if you use the "-v" option.


>
>How can I use the -v option, because I've tried to start openRTSP 
>with this command:
>"openRTSP "rtsp://<ip>:<port>/testtransportstream" -v"
>But I get error.

The "-v" option causes the data to be written to 'stdout', so you 
must pipe it to your application, which should read from 'stdin'. 
(If you don't understand what "stdout", "stdin" and and "pipe" means, 
then this software is not for you - sorry.)
-- 

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/


More information about the live-devel mailing list