Re: [Live-devel] Using ./livemediaserver to stream Mpeg2 and Mp2 transport stream

2008-06-17 Thread Ross Finlayson
As per LIVE555 documents, ./livemediaserver can stream both audio and video from a tranport file Not really. When streaming a Transport Stream file, we send the Transport Stream data intact; we do *not* separate it out into audio and video substreams. -- Ross Finlayson Live Networks, Inc. h

[Live-devel] Using ./livemediaserver to stream Mpeg2 and Mp2 transport stream

2008-06-17 Thread manas lenka
Hi, As per LIVE555 documents, ./livemediaserver can stream both audio and video from a tranport file( Mpeg2 and Mp2 only.) . Does it send the pts values of both audio and video. Can I receive the streams and play with ./openRTSP (provided I have taken care of the PTS values (in FileSink function).