hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Web Design and Content : To stream or not to stream?
Reply

Web Design and Content Subjects include, HTML, graphics, editors, CSS, Flash, graphics creation, placing of ads, ad serv companies, copyright, content and nearly anything else design related. Also talk about businesses that provide design services. If you link to your site, you must post in Web Site Reviews.
Forum Jump

To stream or not to stream?

Reply Post New Thread In Web Design and Content Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 09-27-2003, 12:25 AM
fantom fantom is offline
Newbie
 
Join Date: Jun 2001
Posts: 24

To stream or not to stream?


Ok, now here is the question I've got for you guys... since I am thinking of adding some livesets and recordings from a few gigs every week to one of my websites, I am not sure what would be the best way to offer them to visitors - as a streaming radio station (always on) or on demand listening?

I'm thinking of streaming 128kbps MP3s, since I wanna keep the quality high, but I'm not sure what would the advantages/disadvantages of each approach be? And what is the difference between regular hosting server, server with shoutcast, icecast, mod_mp3, or whatever else is available out there?

There are going to be only a few hours of music available online to begin with, but we'll be adding 2-3 hours of music each week, so after a few months it could grow to be quite an archive. And I'm not anticipating more than 100 users at a time for at least another 6 months or so.

Some suggestions would be helpful on the type of server and bandwidth involved too... thanks!

Reply With Quote


Sponsored Links
  #2  
Old 09-27-2003, 11:02 PM
matt2kjones matt2kjones is offline
Web Hosting Master
 
Join Date: Jun 2002
Location: United Kingdom
Posts: 1,236
well with live streaming it will be like tuning into a station, u will tune in and whats currently playing u gotta listen to.

with on demand, the user can just select what they wanna listen to and go.

Reply With Quote
  #3  
Old 09-28-2003, 06:47 AM
jonat8 jonat8 is offline
Junior Guru Wannabe
 
Join Date: Oct 2002
Location: United Kingdom
Posts: 52
I think if you're looking into building up an archive then "on-demand" would be the way to go. Perhaps if you want to get into live streaming too you could have scheduled live "theme" broadcasts on occasion, using the pool of your archived material.

Regular HTTP streaming does not support live, only on-demand. And your users can also download your files, most specialised Streaming servers prevent this.

In terms of server - Shoutcast is good because you don't have to convert your music if it's in MP3 format already. It can handle on-demand and live (but it's more a live streaming system IMO.)

The other major ones - Real (Helix Universal) and Windows Media you would need to convert your media into their propreitary format first which is a pain if you have a lot to do. But they support more advanced features like bitrate switching, - one file contains both a 32kbps and a 128kbps stream for example. The user's client can switch between the two streams if network conditions deteriorate/improve.

Helix Universal is expensive (their free server only handles 10 users max) and Windows Media is free but only runs on Windows server software (so you're paying for the streaming system with the Windows license price).

Reply With Quote
Sponsored Links
  #4  
Old 09-28-2003, 03:46 PM
HecticMedia HecticMedia is offline
Newbie
 
Join Date: Sep 2003
Posts: 10
I'm waiting for someone to mention Live365.Com ... Don't go with them, I've been with them now for almost a year and they keep changing their packages. Now I can only have 10 people listening at one time, because they're trying to get everyone to buy "Preferred Membership".

Live365 are going down the pan, so don't do it

__________________
Professional Web Design:
www.hecticdesigns.com

Reply With Quote
  #5  
Old 09-28-2003, 11:08 PM
fantom fantom is offline
Newbie
 
Join Date: Jun 2001
Posts: 24
I wasn't even thinking of Live365.com, or Real streaming...

My main intention is to stream MP3 audio from my own server, and I'm just trying to find out what's the best solution...

Reply With Quote
  #6  
Old 09-30-2003, 10:29 AM
jonat8 jonat8 is offline
Junior Guru Wannabe
 
Join Date: Oct 2002
Location: United Kingdom
Posts: 52
Then go with Shoutcast if you want to stream MP3s... it's as simple as downloading a small DSP plug-in for WinAmp 2.xx, configuring a few server settings (only has to be done once), queuing up your tracks in the playlist and hitting Play.

You need access to a Shoutcast server, you can run it on your home PC if you have the bandwidth but I don't recommend it. Instead what I do is have a dedicated server running the Shoutcast free server app. In the DSP plug-in I connect and stream to that server, the clients then connect to the server and play the stream.

The above is assuming a live stream. To stream on-demand you simply upload your MP3s into the Shoutcast server's content directory and the links to the files will be something like http://shoutcast-server:port/content/afile.pls WinAmp is the suggested player of course but WMP, RealOne and MMJB will also play the streams.

For more info visit http://www.shoutcast.com/ or the discussion forums at http://forums.winamp.com/

Reply With Quote
  #7  
Old 09-30-2003, 10:57 AM
blutek blutek is offline
Junior Guru Wannabe
 
Join Date: Aug 2003
Posts: 56
I host 20+ 128kbps mp3 mixes on my site, all on demand. Shoutcast is not be the best solution for your case becasue your visitors won't be able to pick what they want to listen to. It's meant more for live broadcasting. Make a .pls file for each mp3 and have your visitor click on that file to connect to the mix. .pls files are the most supported extension for streaming audio. Just about every audio player will stream it. If you want to offer both high and low bitrates then you can always upload 2 mp3's of each set. One high version and one low version then make a .pls file for each version. Here is a sample .pls file.

----------------------------------------------------------------------------
[playlist]
numberofentries=1
File1=http://www.yourdomain.com/music/high/livesetpart1.mp3
Length1=-1
Version=2
-------------------------------------------------------------------------

__________________
http://www.blutekhosting.com
economical reliable web hosting

Reply With Quote
  #8  
Old 09-30-2003, 10:19 PM
fantom fantom is offline
Newbie
 
Join Date: Jun 2001
Posts: 24
So .pls list is a better choice than .m3u list?

And why is the Length1=-1? When I make a PLS list from a local file it shows the actual length. Or it doesn't matter...?

Reply With Quote
  #9  
Old 10-01-2003, 04:32 PM
blutek blutek is offline
Junior Guru Wannabe
 
Join Date: Aug 2003
Posts: 56
i think .pls and .m3u are basically the same thing. I just use .pls and have never had any problems. I got that code from the winamp forums a while back. not sure why Length1=-1. Check out this page: (scroll almost to to the very bottom)

http://ubertechnique.com/seth/oyez/doc/Oyez.html

__________________
http://www.blutekhosting.com
economical reliable web hosting

Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted
Stream Data Centers Names VP of Marketing and Business Development Web Hosting News 2012-10-03 09:35:48
Colocation Operator Stream Data Centers Names VP of Project Management Web Hosting News 2012-09-13 15:57:33
Stream Data Centers Completes Dallas-Area Private Data Center Web Hosting News 2012-08-03 14:09:44
Stream Data Centers Acquires Land for New Facility in Texas Web Hosting News 2012-01-12 11:21:59
Stream Data Centers Names VP of Mission Critical Advisory Services Web Hosting News 2011-10-12 14:25:13


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?