I plan to modify the Live Media server to stream Mpeg file as Mpeg2 TS stream.
Current code streams two respective streams for video and audio.

The current server code *already* streams Transport Stream data as multiplexed (combined) audio+video. If you have a MPEG Transport Stream file, then you don't need to modify any of the existing code to stream it.

MPEG *Program* Stream files, however, are streamed as separate audio and video RTP streams.

Do you want to convert a Program Stream file to a Transport Stream file (so you can stream it as such)? If so, you can do so using our "testMPEG1or2ProgramToTransportStream" demo application (in the "testProgs" directory).
--

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