[FFmpeg-user] continuous live stream from video files

Anthony Ettinger anthony at chovy.com
Sun Dec 4 00:14:51 EET 2016


I just use nginx to server the static files.

On Fri, Dec 2, 2016 at 3:05 AM, MRob <mrobti at insiberia.net> wrote:

> On 2016-12-01 23:22, Anthony Ettinger wrote:
>
>> I found the concatenate option with ffmpeg as described here:
>>
>> https://trac.ffmpeg.org/wiki/Concatenate#protocol
>>
>> I can concatenate static files if I know the list ahead of time and
>> produce
>> an m3u8 stream
>>
>
> Would you kindly describe what tools/setup you use to provide the stream
> after creating it with ffmpeg?
>
>
>
> as output with this:
>>
>>         ffmpeg -i 'concat:intermediate1.ts|intermediate2.ts' -c copy
>> test.m3u8
>>
>> The problem I'm trying to solve is I want to be able to add files
>> dynamically to the list and I also want the stream to run 24/7
>> continuously
>> looping when it reaches last file in the list.
>>
>> Is this doable with ffmpeg and some bash?
>>
>


-- 
Anthony Ettinger
http://anthony.ettinger.name
anthony at ettinger.name
+1 (831) 406-1123


More information about the ffmpeg-user mailing list