[FFmpeg-user] gracefully restart an ffmpeg stream?
chovy
chovy at protonmail.ch
Sun Jan 10 21:03:57 CET 2016
-------- Original Message --------
Subject: Re: [FFmpeg-user] gracefully restart an ffmpeg stream?
Local Time: January 10 2016 12:00 pm
UTC Time: January 10 2016 8:00 pm
From: h.reindl at thelounge.net
To: ffmpeg-user at ffmpeg.org
Am 10.01.2016 um 20:48 schrieb chovy:
> What's the least intrusive way to restart an ffmpeg stream?
>
> I don't mind if the stream flickers or jumps ahead...but right now when I kill the pid and restart it, the player completely stops playing it.
that's nothing you can solve on the server side
the client needs to graceful hand short interruptions
I notice VLC can usually recover from a restart but not Kodi or web-based players. I guess I was hoping to have a flag that would wait until the current file is written before the process is terminated.
More information about the ffmpeg-user
mailing list