Re: [FFmpeg-user] Streaming from video file without keyframes

2019-06-06 Thread Artyom Lebedev
After some debugging found -copyinkf option. Topic closed. On 6/5/19 4:57 PM, Artyom Lebedev wrote: Hello, Is it possible to stream video from file without keyframes? I streamed videos with keyframes before using this command: ffmpeg -re -stream_loop -1 -i out.ts -c copy -f mpegts -map 0 udp

[FFmpeg-user] Streaming from video file without keyframes

2019-06-05 Thread Artyom Lebedev
Hello, Is it possible to stream video from file without keyframes? I streamed videos with keyframes before using this command: ffmpeg -re -stream_loop -1 -i out.ts -c copy -f mpegts -map 0 udp://127.0.0.1:3338?pkt_size=1316 which can be played by ffplay -fflags nobuffer -flags2 +showall