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/
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to