Tiny Core Base > Raspberry Pi
mpg123 playing https radiostream
patrikg:
When it comes to streams from the web I always use ffmpeg its support https, it's supports a lot of codecs.
Works great, but it's little tricky to get it to work with the correct sink, if its HDMI or HEADPHONEJACK on the RPI.
Here my setting for Headphone Jack
--- Code: ---ffmpeg -loglevel quiet -reconnect 1 -reconnect_at_eof 1 -reconnect_streamed 1 -reconnect_delay_max 2 -i "$URL" -f alsa default:CARD=Headphones
--- End code ---
And here for HDMI.
--- Code: ---ffmpeg -loglevel quiet -reconnect 1 -reconnect_at_eof 1 -reconnect_streamed 1 -reconnect_delay_max 2 -i "$URL" -f alsa default:CARD=b1
--- End code ---
Navigation
[0] Message Index
[*] Previous page
Go to full version