Koozali.org: home of the SME Server

SME Server Audio Streaming

Offline Bud

  • *
  • 487
  • +0/-0
SME Server Audio Streaming
« 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 ?  :-)

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: SME Server Audio Streaming
« Reply #1 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)

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: SME Server Audio Streaming
« Reply #2 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.

Offline Jáder

  • *
  • 1,099
  • +0/-0
    • LinuxFacil
Re: SME Server Audio Streaming
« Reply #3 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
...

Offline Bud

  • *
  • 487
  • +0/-0
Re: SME Server Audio Streaming
« Reply #4 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?  :-)

Offline janet

  • *****
  • 4,812
  • +0/-0
Re: SME Server Audio Streaming
« Reply #5 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
Please search before asking, an answer may already exist.
The Search & other links to useful information are at top of Forum.

guest22

Re: SME Server Audio Streaming
« Reply #6 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...