Displaying 2 results from an estimated 2 matches for "reconnect_delay_max".
2019 Sep 19
0
ffmpeg and metadata
...if its updated can
> parse it out, at least according to the documentation...
>
> I am just not finding any info on what I am supposed to "poll" and read
> to get this data?????
>
> ffmpeg -icy 1 -hide_banner -reconnect 1 -reconnect_at_eof 1 -
> reconnect_streamed 1 -reconnect_delay_max 2
>
> OK so now where do I "poll" this icy_metadata_packet from? ? ? ?
>
> I am using ffmpeg to merge two streams, its a long story, but having them
> mereged into a stereo feed is better, the once source has metadata which
> is updated... and I'd like that to pass o...
2019 Sep 19
0
unsubscribe
...it exits is fine...
but maybe you've found a more elegant solution??? Care to share???
I do this basically via BASH
cmd = ffmpeg.....
until $cmd; do
mail send a mail to alert on drop...
restarting..
done
I've got -hide_banner -reconnect 1 -reconnect_at_eof 1 -
reconnect_streamed 1 -reconnect_delay_max 2 in the command... but as you
posted ffmpeg doesn't seem to do this well or really at all (in my
view)..hence my script....
I'd like to expand this to do some transcosding MP3 to ogg even with the
low, ie: 1 user who wants it, since the original streamstranscoder
project is long dead...