
Using dec to pass codec parameters to muxers is deprecated, use decpar instead. Stream #0:1(eng): Audio: opus, 48000 Hz, stereo, fltp Auto-inserting h264_mp4toannexb bitstream filterĭuration: N/A, start: 0.000000, bitrate: N/A test.m3u8įfmpeg version 3.1.1 Copyright (c) 2000-2016 the FFmpeg developersīuilt with Apple LLVM version 7.3.0 (clang-703.0.31)Ĭonfiguration: -prefix=/usr/local/Cellar/ffmpeg/3.1.1 -enable-shared -enable-pthreads -enable-gpl -enable-version3 -enable-hardcoded-tables -enable-avresample -cc=clang -host-cflags= -host-ldflags= -enable-opencl -enable-libx264 -enable-libmp3lame -enable-libxvid -disable-lzma -enable-vda

test.txt -bsf:v h264_mp4toannexb -c copy. Here is the output: $ ffmpeg -re -stream_loop -1 -f concat -safe 0 -i. It starts to play the stream and I think it even loops, as the video files are 10 second clips.but then I get an error "Illegal Seek". Here is the ffmpeg command: ffmpeg -re -stream_loop -1 -f concat -safe 0 -i. test.txt list of videos: file 'video1.mp4' Basically I have 4 movies I would like to stream in a continuous loop (ie: like a 24/7 tv channel).
