Displaying 5 results from an estimated 5 matches for "hide_bann".
Did you mean:
hide_banner
2024 Mar 21
2
Education - 1, 000s, 100, 000's, Millions of listeners. (What kind of infrastructure)
On Thu, 21 Mar 2024, Wayne Barron wrote:
> Looking through HLS, I found this.
> https://github.com/mbugeia/srt2hls
Or you could just use ffmpeg:
ffmpeg -hide_banner -i "${icecaststream}" -c:a copy -vn -strftime 1
-f hls -hls_time 6 -hls_list_size 10 -hls_segment_filename "${hlspath}radio-%Y%m%d-%s.ts"
-hls_flags delete_segments -segment_format mpegts "${hlspath}radio.m3u8"
then you just have a set of files for a normal webserv...
2019 Sep 19
0
ffmpeg and metadata
...canCaster wrote:
> So 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, t...
2019 Sep 19
0
unsubscribe
...its down fall...
BASH script 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:...
2019 Aug 27
5
Anyone using ffmpeg as a source-client?
As described here in ffmpeg's documentation:
http://ffmpeg.org/ffmpeg-all.html#Icecast
--
That Jack Elliott
(541) 848 7021
KPOV 88.9 FM High Desert Community radio
Host, The Sunday Classics
2024 Mar 21
1
Education - 1, 000s, 100, 000's, Millions of listeners. (What kind of infrastructure)
Looking through HLS, I found this.
https://github.com/mbugeia/srt2hls
For what I can un
As in the liquidsoap link I shared, this is what my links look like.
https://github.com/savonet/liquidsoap/discussions/3024
Liquisoap link.
music = playlist("https://www.domain.com/Panels/DJ/101.asp",mode="normal")
On Thu, Mar 21, 2024 at 4:08?AM <thomas.zumbrunnen at gmail.com>