Re: [Live-devel] Streaming H264 elementary stream vs file

2020-09-08 Thread Ross Finlayson
> On Sep 8, 2020, at 11:37 PM, Simon Brown wrote: > > One thing that puzzled me though, is that if I ask for the stream again it > can start again at the beginning? If you haven’t done so already, you should change Boolean reuseFirstSource = False; to Boolean reuseFirstSource

Re: [Live-devel] Streaming H264 elementary stream vs file

2020-09-08 Thread Simon Brown
On Sep 8, 2020, at 12:52 AM, Simon Brown wrote: If I take our transport stream and convert it to raw H264 using FFmpeg with this command line:   ffmpeg -i udp://:61110 -c:v copy -an -f h264 test.264 and then ask testOnDemandRTSPServer to play it by asking for rtsp://192.168.1.13/h264ESVideoT

Re: [Live-devel] Streaming H264 elementary stream vs file

2020-09-08 Thread Simon Brown
On Sep 8, 2020, at 12:52 AM, Simon Brown wrote: If I take our transport stream and convert it to raw H264 using FFmpeg with this command line: ffmpeg -i udp://:61110 -c:v copy -an -f h264 test.264 and then ask testOnDemandRTSPServer to play it by asking for rtsp://192.168.1.13/h264ESVideoT