Re: [Live-devel] RTP to Transport Stream

2008-03-04 Thread Ross Finlayson
No, the network is clean. It appears that there is a problem in timestamp conversion from RTP packets to PES packets. I had to modify MPEG2TransportStreamFromESSource.cpp, exclude PTS from the PES header by assigning fInputBuffer[7] = 0x00; // instead of 0x80 fInputBuff

Re: [Live-devel] RTP to Transport Stream

2008-03-04 Thread Boris Rekhtman
: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] RTP to Transport Stream 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

Re: [Live-devel] RTP to Transport Stream

2008-03-04 Thread Ross Finlayson
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? Packet loss, perhaps? (You can check for packet loss using the "-Q" option to "openRTSP".)

Re: [Live-devel] RTP to Transport Stream

2008-03-03 Thread Boris Rekhtman
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

Re: [Live-devel] RTP to Transport Stream

2008-03-02 Thread Ross Finlayson
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 fil