Donald j. Otrin
Posts: 3
Joined: Wed Dec 09, 2015 1:33 am
Location: North Branford, Connecticut

Audio on the Internet

Sat Jul 23, 2016 11:32 pm

Hi Everybody,
I have downloaded and started Raspbian on my Raspberry PI B+. I want to listen to Internet music like Smooth Jazz and when I click on a station to hear it, it does not come out on my HDMI or the audio jack onboard the Raspberry Pi. Do I need special audio drivers and if I do, where do I go to get them.
Thank you in advance for any help!!
Regards
Don"O"

Goraxium
Posts: 122
Joined: Tue Jan 26, 2016 1:42 pm

Re: Audio on the Internet

Sun Jul 24, 2016 4:07 am

That's largely dependant on exactly what's supposed to happen when you click on a station...

Can you extract the url of the stream from the website (assuming that's what it is)? If so, open a terminal window, and type 'omxplayer <url>' and hit enter.

W. H. Heydt
Posts: 12648
Joined: Fri Mar 09, 2012 7:36 pm
Location: Vallejo, CA (US)

Re: Audio on the Internet

Sun Jul 24, 2016 5:28 am

I use mplayer to stream the station I listen to (I use a Pi as an alarm clock). Granted, my method is a kind of "chipped flint and sticks" method, but it works. Here's a code sample for Sunday morning from cron (you will have to look at exactly what's there as the Forum software treats it like an embedded URL instead of a literal):

Code: Select all

00 07 * * 7 mplayer -cache 512 -volume 100 -playlist http://playerservices.streamtheworld.com/pls/KDFCFMAAC.pls
{/code]

gkreidl
Posts: 6326
Joined: Thu Jan 26, 2012 1:07 pm
Location: Germany

Re: Audio on the Internet

Sun Jul 24, 2016 5:49 am

Donald j. Otrin wrote:Hi Everybody,
I have downloaded and started Raspbian on my Raspberry PI B+. I want to listen to Internet music like Smooth Jazz and when I click on a station to hear it, it does not come out on my HDMI or the audio jack onboard the Raspberry Pi. Do I need special audio drivers and if I do, where do I go to get them.
Thank you in advance for any help!!
Regards
Don"O"
kweb supports most web radio by default. It sends m3u and pls playlists and direct stream links to omxplayerGUI.
For best web radio experience you should set "streammode" to "audio" on the settings page (default is "video").
Minimal Kiosk Browser (kweb)
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer

fruitoftheloom
Posts: 23337
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Audio on the Internet

Sun Jul 24, 2016 6:15 am

gkreidl wrote:
Donald j. Otrin wrote:Hi Everybody,
I have downloaded and started Raspbian on my Raspberry PI B+. I want to listen to Internet music like Smooth Jazz and when I click on a station to hear it, it does not come out on my HDMI or the audio jack onboard the Raspberry Pi. Do I need special audio drivers and if I do, where do I go to get them.
Thank you in advance for any help!!
Regards
Don"O"
kweb supports most web radio by default. It sends m3u and pls playlists and direct stream links to omxplayerGUI.
For best web radio experience you should set "streammode" to "audio" on the settings page (default is "video").
viewtopic.php?f=66&t=40860

.
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

Return to “Troubleshooting”