Koozali.org: home of the SME Server
Obsolete Releases => SME 9.x Contribs => Topic started by: Bud on October 12, 2015, 04:15:05 PM
-
guys just a question for sme 9
is there a contrib that i can use that will stream audio ( radio ) directly via the sme 9 server audio port to a set of speakers connected directly to the sme 9 server
any chance of explaining what contrib i can use ? :-)
-
I searched with "audio" key in the wiki..
I'd start with http://wiki.contribs.org/Madsonic (take a look at the discussion tab)
-
By the sound of it, the smeserver-madsonic contrib configures a madsonic streaming server. What Bud wants is a streaming client. And it'll need to be a command line, non graphics client.
-
I've done this work before.
This is the player command for a local radio station:
[root@leopardo ~]# cat /home/e-smith/files/users/jader/home/Ouvir_radio_Antena1.sh
mplayer -playlist http://s9.mediastreaming.it/7050/listen_aac.asx
The whole process was documented in http://www.linuxfacil.net/portal/2011/11/18/transforme-seu-servidor-num-tocador-de-musica/ and http://www.linuxfacil.net/portal/2011/12/04/transforme-seu-servidor-num-tocador-de-musica-problemas/
(sorry, only in Portuguese!)
I hope this help you.
Regards
Jáder
-
Stefano, CharlieBrady and jader thanks for your help
yes i am trying to use a command line, non graphics client to stream "radio " directly via the sme 9 server audio port
thanks for the info jader
how to install mplayer to use via command line?
i tried all kinds of ways but always short of installing a dependency
any ideas? :-)
-
Stefano, CharlieBrady and jader thanks for your help
how to install mplayer to use via command line?
i tried all kinds of ways but always short of installing a dependency
any ideas? :-)
rpmfind.net has mplayer rpms
Do a google search for
linux command line mplayer rpm centos6
-
mplayer is also in the DAG repo. Enable the DAG repo according the wiki and install with "yum install mplayer --enablerepo=dag"
About 84 packages to satisfy mplayer...