> 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
Hi,
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/h264ESVideoTest
it plays fine.
However, if I change th