> I have just used testH264VideoToTransportStream to convert an ES file saved 
> using openRTSP and converted it to TS.

Note that you can easily do this without using an intermediate ES file.  
(Instead, you use a pipe.):

In "testH264VideoToTransportStream.cpp", change "inputFileName" from "in.264" 
to "stdin".

Then run
        openRTSP -v rtsp://your-rtsp-stream-url | 
your-modified-testH264VideoToTransportStream-application
and you'll get your Transport Stream file (in "out.ts").


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