Re: [Live-devel] Inserting SPS/PPS repeatedly in TS file

2013-11-20 Thread Umar Qureshey
Thanks, that is very helpful. ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] Inserting SPS/PPS repeatedly in TS file

2013-11-20 Thread Ross Finlayson
> ./openRTSP -v rtsp://192.168.1.214/axis-media/media.amp?streamprofile=Quality > | ./testH264VideoToTransportStreamUDP > > The issue I am encountering is that if, during the process of streaming, the > client loses connection and then reconnects, it cannot decode the stream > because it cannot

[Live-devel] Inserting SPS/PPS repeatedly in TS file

2013-11-20 Thread Umar Qureshey
Hi, I am streaming from H.264 Elementary Stream (ES) over RTP from an IP camera and creating a Transport Stream (TS) which I send over UDP. I have modified "testH264VideoToTransportStream" to take input from 'stdin' and send to a UDP client (H.264 decoder) by replacing FileSink with BasicUDPSin