Koozali.org: home of the SME Server

Old Topic - Need Better Solution "Streaming Audio to a web site"

Offline cbacani

  • *
  • 111
  • +0/-0
Re: Old Topic - Need Better Solution "Streaming Audio to a web site"
« Reply #15 on: September 16, 2007, 02:22:47 PM »
Thank you - Thank you very much. This is something that needs to be explored and with your help - other people will also benefit. The SME server has the ability to do just about anything that we can imagine. I really wish someone would produce some automated radio broadcast software that could get the job done.

I will also try this running that script sometime this week and maybe we can compare notes.

Carl

Offline beakersloco

  • ****
  • 142
  • +0/-0
Re: Old Topic - Need Better Solution "Streaming Audio to a web site"
« Reply #16 on: January 05, 2008, 03:14:35 AM »
So can this be done from a dynamic ip address .. using the dns name ?

This looks like something I might like to try so that when I am out of town in a hotel or at work ...stream the music from my home connection.
All that's necessary for the forces of evil to win in the world is for enough good men to do nothing.???" Edmund Burke -Irish orator, philosopher, & politician


For the battle is not yours, but God's.   2 Chronicles 20:15

Offline imcintyre

  • *
  • 609
  • +0/-0
Re: Old Topic - Need Better Solution "Streaming Audio to a web site"
« Reply #17 on: January 05, 2008, 04:17:09 AM »
I think this how to or contrib is overkill for what you want to do. I am able to play music from home server using openvpn contrib, log onto network and get to appropriate directory on the sme box where the music is stored and then select the files you want to play and let windows media player do the rest.


Offline sandoz

  • ***
  • 47
  • +0/-0
Re: Old Topic - Need Better Solution "Streaming Audio to a web site"
« Reply #18 on: April 02, 2008, 07:38:32 PM »
i am trying to get this howto to work for my shoutcast server
everything seems to be working ok, i can connect locally to 192.168.1.110:8000, where i see the winampserver
however, when i try this outside the LAN, i am not able oto connect
on the router, port 8000 and 8001 are forwarded to 192.168.1.110

what am i doing wrong? the webserver is normally working at 80 as are other services

Offline sandoz

  • ***
  • 47
  • +0/-0
Re: Old Topic - Need Better Solution "Streaming Audio to a web site"
« Reply #19 on: April 02, 2008, 08:45:15 PM »
ok, service masq stop
and it works

shouldn't the command
[root@csserver ~]# config set shoutcast service access public status enabled TCPPorts 8000:8001
do the same?

Offline Normando

  • *
  • 841
  • +2/-1
    • Unixlan
Re: Old Topic - Need Better Solution "Streaming Audio to a web site"
« Reply #20 on: April 02, 2008, 09:06:46 PM »
ok, service masq stop
and it works

shouldn't the command
[root@csserver ~]# config set shoutcast service access public status enabled TCPPorts 8000:8001
do the same?
Please, no stop the masq service because this is the firewall!

Use the command you have wroted:
Quote
config set shoutcast service access public status enabled TCPPort 8000:8001
signal-event remoteaccess-update
« Last Edit: April 02, 2008, 11:49:39 PM by Normando »

Offline sandoz

  • ***
  • 47
  • +0/-0
Re: Old Topic - Need Better Solution "Streaming Audio to a web site"
« Reply #21 on: April 02, 2008, 09:28:40 PM »
done that, but it doesn't work, ip:8000 is not loading

Offline Normando

  • *
  • 841
  • +2/-1
    • Unixlan
Re: Old Topic - Need Better Solution "Streaming Audio to a web site"
« Reply #22 on: April 02, 2008, 11:51:44 PM »
TCPPort not TCPPorts

Can you read the wiki please?

Offline sandoz

  • ***
  • 47
  • +0/-0
Re: Old Topic - Need Better Solution "Streaming Audio to a web site"
« Reply #23 on: April 03, 2008, 08:50:02 AM »
i used TCPPorts, not TCPPort, i read the wiki and i cannot find it in the wiki
still not working

Offline raem

  • *
  • 3,972
  • +4/-0
...

Offline Normando

  • *
  • 841
  • +2/-1
    • Unixlan
Re: Old Topic - Need Better Solution "Streaming Audio to a web site"
« Reply #25 on: April 03, 2008, 09:04:50 AM »
i used TCPPorts, not TCPPort, i read the wiki and i cannot find it in the wiki
still not working

The correct way is TCPPort

Ray was advice you

Offline sandoz

  • ***
  • 47
  • +0/-0
Re: Old Topic - Need Better Solution "Streaming Audio to a web site"
« Reply #26 on: April 03, 2008, 10:58:21 AM »
ok, my fault
now i used the TCPPort, but still nothing

how do i list the masq entries?
in iptables -L i cannot find anything regarding port 8000

Offline jfarschman

  • *
  • 406
  • +0/-0
Re: Old Topic - Need Better Solution "Streaming Audio to a web site"
« Reply #27 on: October 08, 2008, 04:39:48 PM »
Carl...

  Bounce me your email address.  jay@hitechsavvy.com

  Thanks.  I am told that you may have tried to call me while I was out.

Your Friend,
Jay
Jay Farschman
ICQ - 60448985
jay@hitechsavvy.com

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Re: Old Topic - Need Better Solution "Streaming Audio to a web site"
« Reply #28 on: October 09, 2008, 06:04:44 AM »
ok, my fault
now i used the TCPPort, but still nothing

how do i list the masq entries?
in iptables -L i cannot find anything regarding port 8000

As this thread got bumped....

[root@tiger ~]# iptables -L | grep 8000
[root@tiger ~]# config set shoutcast service access public status enabled TCPPorts 8000:8001
[root@tiger ~]# signal-event remoteaccess-update
[root@tiger ~]# iptables -L | grep 8000
ACCEPT     tcp  --  anywhere             tiger.magicwilly.info tcp dpts:8000:8001

[root@tiger ~]# config delete shoutcast
[root@tiger ~]# signal-event remoteaccess-update
[root@tiger ~]# iptables -L | grep 8000
[root@tiger ~]# config set shoutcast service access public status enabled TCPPort 8000:8001
[root@tiger ~]# signal-event remoteaccess-update
[root@tiger ~]# iptables -L | grep 8000

[root@tiger ~]# config delete shoutcast
[root@tiger ~]# signal-event remoteaccess-update
[root@tiger ~]# iptables -L | grep 8000
[root@tiger ~]# config set shoutcast service access public status enabled TCPPort 8000     
[root@tiger ~]# signal-event remoteaccess-update
[root@tiger ~]# iptables -L | grep 8000
ACCEPT     tcp  --  anywhere             tiger.magicwilly.info tcp dpt:8000
[root@tiger ~]#



Both TCPPorts and TCPPort are valid for their intended purpose.




« Last Edit: October 09, 2008, 06:16:46 AM by william_syd »
Regards,
William

IF I give advise.. It's only if it was me....