About audio streaming

Discussion in 'HOWTO-Related Questions' started by wolf3d, Dec 19, 2009.

  1. wolf3d

    wolf3d New Member

    Today i red article about Audio streaming server with icecast2 and ices2...
    link to this articleOld one i know it :D
    I installed Ubuntu server ubuntu-8.04.1-server-i386 on Sun VirtualBox, then folowed that article, all works fine on the Virtual pc, but i cant access my stream from outside... what can i do with it?
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Make sure that port 8000 isn't blocked.
    What are the outputs of
    Code:
    netstat -tap
    and
    Code:
    iptables -L
    ?
     
  3. wolf3d

    wolf3d New Member

    Code:
    netstat -tap
    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address Foreign Address State
    PID/Program name
    Code:
    iptables -L
    Chain INTPUT (policy ACCEPT)
    target prot opt source destination

    Chain FORWARD (policy ACCEPT)
    target prot opt source destination

    Chain OUTPUT (policy ACCEPT)
    target prot opt source destination

    Chain INTPUT (policy ACCEPT)
    target prot opt source destination

    Chain FORWARD (policy ACCEPT)
    target prot opt source destination

    Chain OUTPUT (policy ACCEPT)
    target prot opt source destination

    Im not very familiar with this system :D

    I used to run this streaming system on WIN xp and everything was fine... it also more easier to setup, but i cant run my desktop 24/7... i have another pc with openBSD, to make this stream, but first i need to be shure that i can manage it on virtual pc with Ubuntu server ;)
    Tryed to install it on openBSD but without any result :(
     
    Last edited: Dec 20, 2009
  4. falko

    falko Super Moderator Howtoforge Staff

    Is that all that netstat displays?
     
  5. wolf3d

    wolf3d New Member

    yes i wrote... output 1:1 from that window...
    Yes its strange couse there is no number... i thought that there would be any number :eek:
     
  6. wolf3d

    wolf3d New Member

    Anyway i dunno why it doesnt work... forget it :|
    I added extra HDD on my desktop, installed Ubuntu server, icecast2 and ices2 and it works perfect... i can get to my stream from outside internet :rolleyes:
    thx for Your help :)
    now the rest of work is make the same on "server pc" xD cause i know how to make it running :p
     

Share This Page