Re: [FFmpeg-user] Transmitting Sliced-I frames with ffmpeg

2017-05-23 Thread Carl Eugen Hoyos
2017-05-23 13:50 GMT+02:00 Simon Brown : > ~/ffmpeg/ffmpeg -i udp://127.0.0.1:65111 If the issue is reproducible with current FFmpeg git head, please dump the udp stream to a file (with tcpdump or similar) and provide a sample for testing. Carl Eugen

[FFmpeg-user] Transmitting Sliced-I frames with ffmpeg

2017-05-23 Thread Simon Brown
I have an encoder which gives me the option of generating sliced I frames. These frames have a slice of I frame inserted in each frame, but there is never a full I frame. If I use FFMpeg to rebroadcast the stream to an HLS stream, then it works well when I'm not using sliced I frames, but only tra