Re: [Live-devel] RTP stream retransmit

2013-02-03 Thread Ross Finlayson
Nonetheless, I suggest that you debug your code by first doing: MPEG1or2VideoRTPSource --> MPEG2TransportStreamFromESSource --> FileSink Then, verify (by trying to play the resulting file with a media player (like VLC)) that the resulting file is a proper Transport Strea

Re: [Live-devel] RTP stream retransmit

2013-02-03 Thread Zvika Meiseles
This looks correct. Note that - as I noted earlier - it's the "MPEG2TransportStreamFramer" that computes the 'presentation times' of the outgoing packets. It does this by inspecting the PCR timestamps in the Transport Stream packets that are fed to it. Ok, I got that. Assuming that the input Tr