I tried this and the result file stutters a lot in VLC.

I also tried to stream this TS using BasicUDPSink and it also stutters in
VLC and if played on Amino set-top box.

What can be a reason for this?

 

Boris Rekhtman

 

  _____  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ross Finlayson
Sent: Sunday, March 02, 2008 8:51 PM
To: LIVE555 Streaming Media - development & use
Subject: Re: [Live-devel] RTP to Transport Stream

 

I am looking for a way to modify openRTSP example to

a. Request MPEG2 Program Stream file from live555 Media Server (already in
openRTSP)

b. Receive 2 RTP streams for audio and video (already in openRTSP)

c. Multiplex 2 streams and create an MPEG2 Transport Stream file instead of
2 separate files.

 

Could you suggest combination of filters to achieve this?

 

You can do this using the "MPEG2TransportStreamFromESSource" class.  Create
an object of this class, then 'feed' the audio and video sources
("RTPSource"s) into it, using the "addNewAudioSource()" and
"addNewVideoSource()" member functions.  Then create a "FileSink" object,
and 'play' it using your "MPEG2TransportStreamFromESSource" object.

-- 


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/

_______________________________________________
live-devel mailing list
[email protected]
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to