Is it possible to streamout a file while streaming in ?. I tried to
achive this through using live555 server and openRTSP client.
Unfortunately openTSP saving video with some default name that too
without extension which is necessary for live555 to sream out properly.
Whether editing openRTSP code to save file with extension will help in
streaming in and out???

You can do this by having "openRTSP" write a (single) output stream to 'stdout', and piping this to "testOnDemandRTSPServer" that reads from 'stdin'. (You will need to modify the "testOnDemandRTSPServer" code to do this (see <http://www.live555.com/liveMedia/faq.html#liveInput-unicast>), bnt you won't need to modify the existing "openRTSP" code.)


        Ross Finlayson
        Live Networks, Inc. (LIVE555.COM)
        <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