search for: reconnect_at_eof

Displaying 4 results from an estimated 4 matches for "reconnect_at_eof".

2016 Aug 02
2
fallen too far behind, removing
...eg line at testing VM: (for production it generates 3 streams instead of 1 here) #!/bin/sh -e su vlc -c "FFREPORT=file=/home/vlc/`date +%Y-%m-%d-%H-%M-%S`-mp3.log screen -A -m -d -S ffMP3 /home/vlc/ffmpeg/latest/ffmpeg -f s16le -ar 44100 -ac 2 -timeout 2000000 -i http://localhost:8500/source -reconnect_at_eof -reconnect_streamed -b:a 192k -compression_level 0 -ac 2 -ar 44100 -af "volume=3dB" -f mp3 -ice_name 'LiveFM @ 192' icecast://source:pass at localhost :8500/LiveFM_320" icecast.xml <icecast> <limits> <clients>1000</clients> <so...
2019 Sep 19
0
ffmpeg and metadata
...ffmpeg can pull the metadata out of a stream and 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...
2019 Sep 19
0
unsubscribe
...ipt that just restarts the whole thing when 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 or...
2016 Aug 09
0
fallen too far behind, removing
...it generates 3 streams > instead of 1 here) > > #!/bin/sh -e > su vlc -c "FFREPORT=file=/home/vlc/`date +%Y-%m-%d-%H-%M-%S`-mp3.log > screen -A -m -d -S ffMP3 /home/vlc/ffmpeg/latest/ffmpeg -f s16le -ar > 44100 -ac 2 -timeout 2000000 -i http://localhost:8500/source > -reconnect_at_eof -reconnect_streamed -b:a 192k -compression_level 0 > -ac 2 -ar 44100 -af "volume=3dB" -f mp3 -ice_name 'LiveFM @ 192' > icecast://source:pass at localhost:8500/LiveFM_320" > > icecast.xml > > <icecast> > <limits> > <clients...