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

Title: SME Server Audio Streaming
Post 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 ?  :-)
Title: Re: SME Server Audio Streaming
Post by: Stefano on October 12, 2015, 04:24:14 PM
I searched with "audio" key in the wiki..

I'd start with http://wiki.contribs.org/Madsonic (take a look at the discussion tab)
Title: Re: SME Server Audio Streaming
Post by: CharlieBrady on October 13, 2015, 03:36:28 PM
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.
Title: Re: SME Server Audio Streaming
Post by: Jáder on October 16, 2015, 02:20:24 AM
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
Title: Re: SME Server Audio Streaming
Post by: Bud on October 16, 2015, 07:23:25 AM
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?  :-)
Title: Re: SME Server Audio Streaming
Post by: janet on October 16, 2015, 08:02:51 AM
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
Title: Re: SME Server Audio Streaming
Post by: guest22 on October 16, 2015, 02:48:00 PM
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...