Internet radio relay

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Brent Palmer

    Internet radio relay

    Hi all.
    Is it possible to relay a radio stream from my home server to my online web
    server and then have connections from their.
    That way I would only have one connection from my home server to my web
    server and multi connections from my web server.
    Can this be done withy PHP?

    Regards,

    Badboy.


  • petersprc

    #2
    Re: Internet radio relay

    Hi,

    Not sure if there's a PHP-centric solution. These tools might be useful
    if you want to share an audio stream:

    shoutcast.com (http://www.shoutcast.com/support/docs/)
    peercast.org
    icecast.org

    You will most likely need a server on your web host, or on your local
    LAN that broadcasts the media.

    Brent Palmer wrote:
    Hi all.
    Is it possible to relay a radio stream from my home server to my online web
    server and then have connections from their.
    That way I would only have one connection from my home server to my web
    server and multi connections from my web server.
    Can this be done withy PHP?
    >
    Regards,
    >
    Badboy.

    Comment

    • petersprc

      #3
      Re: Internet radio relay

      Here's a streaming solution that comes in a PHP version:

      Andromeda turns collections of mp3 and other media files into streaming web jukeboxes. (Andromeda Streaming MP3 server for PHP & ASP)


      petersprc wrote:
      Hi,
      >
      Not sure if there's a PHP-centric solution. These tools might be useful
      if you want to share an audio stream:
      >
      shoutcast.com (http://www.shoutcast.com/support/docs/)
      peercast.org
      icecast.org
      >
      You will most likely need a server on your web host, or on your local
      LAN that broadcasts the media.
      >
      Brent Palmer wrote:
      Hi all.
      Is it possible to relay a radio stream from my home server to my online web
      server and then have connections from their.
      That way I would only have one connection from my home server to my web
      server and multi connections from my web server.
      Can this be done withy PHP?

      Regards,

      Badboy.

      Comment

      Working...