Web audio streaming?

Please remember the terms of your membership agreement.

Moderators: valis, garyb

Post Reply
Hangee_77
Posts: 136
Joined: Thu Jul 08, 2004 4:00 pm
Location: Hanjaya Chandra

Web audio streaming?

Post by Hangee_77 »

Hi,

What program do you use to upload your music to the web for streaming?

Thanks.

hc.
User avatar
braincell
Posts: 5943
Joined: Thu Sep 13, 2001 4:00 pm
Location: Washington DC

Post by braincell »

Depends on the server software, mp3 works.
User avatar
valis
Posts: 7649
Joined: Sun Sep 23, 2001 4:00 pm
Location: West Coast USA
Contact:

Post by valis »

Depends on if you mean streaming from an uploaded file or streaming from a live broadcast. For an uploaded file, at the very simplest you upload the file (file.mp3 etc) to your webserver and link to that file. The problem with this is that web browsers are created to download content entirely before playing them back.

Certain media players might override this behaviour if installed & configured correctly, but the preferred solution is to use a small text file saved with the proper extension, which is commonly known as a PLAYLIST. For mp3 typical playlist extensions are m3u & pls (file.m3u & file.pls).

The playlist file structure is typically very basic and the easiest way to create one is to use your chosen media player (try winamp for mp3's etc) to create a playlist with a local copy of the file, and then edit the resulting playlist to point at the 'uploaded' file instead. The safest approach is to hardcode the path to your file (ie, http://www.myserver.com/audio/file.mp3). A similar approach works for Win Media Player, iTunes etc, but in the case of iTunes you'll have to edit xml and for media player deal with its more basic structure markup.
User avatar
Zer
Posts: 2510
Joined: Fri Apr 13, 2001 4:00 pm
Location: Germany
Contact:

Post by Zer »

the easiest way is shoutcast.
"Heaven is there where hell is and heaven is not on earth!"
Post Reply