GIDForums  

Go Back   GIDForums > Webmaster Forums > Web Design Forum
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 25-Jan-2004, 21:32
nybbles nybbles is offline
New Member
 
Join Date: Jan 2004
Posts: 6
nybbles is on a distinguished road
Talking

Streaming MP3


Hey, I've been told these forums are a great place to ask for tips and advice for web design, etc... I hope this counts as web design...

I just found out my web hosting plan supports audio streaming. I have MP3s that if you tell WMP, WinAMP, etc. to "Open URL" it'll then stream the audio.

Is there some sort of code, that can make the default media player do this instead of having the web browser download it? I don't wish to make .rm or .ram files.... Or, is it necessary for the user to do this by hand, copy and paste style?

Thanks a bunch!
  #2  
Old 25-Jan-2004, 22:16
BobbyDouglas's Avatar
BobbyDouglas BobbyDouglas is offline
Regular Member
 
Join Date: Aug 2003
Posts: 789
BobbyDouglas has a spectacular aura aboutBobbyDouglas has a spectacular aura about
Hey Max! I wanted to welcome you to GIDForums!
Like I said earlier, I have no clue how to do this, but hopefully someone here will!

[EDIT]I just found something that might of interest: http://www.realnetworks.com/resource...ttpstream.html[/EDIT]
__________________
Mr. Bob's Web Design - Tirelessly looking for ways to enhance the customer base of your business.
Last edited by BobbyDouglas : 25-Jan-2004 at 22:35. Reason: Updated post with answer
  #3  
Old 25-Jan-2004, 23:22
nybbles nybbles is offline
New Member
 
Join Date: Jan 2004
Posts: 6
nybbles is on a distinguished road
Actually thanks for that link, it linked me to one page that linked me to another, to another, etc... Somehow I came up with the idea for making a playlist that has a web stream in it. WMP, which comes with every Windows OS, as well as QuickTime, Real, and WinAMP, plus others, support the M3U playlist format. Just make one of those and upload, voila! Don't use PLS, as WMP doesn't support that and we all know Windows is the biggest OS around and WMP is default for media player...

Thanks again!
  #4  
Old 26-Jan-2004, 06:39
JdS's Avatar
JdS JdS is offline
Senior Member
 
Join Date: Aug 2001
Location: KUL, Malaysia
Posts: 3,371
JdS will become famous soon enough
Quote:
Originally Posted by nybbles
Hey, I've been told these forums are a great place to ask for tips and advice for web design, etc...

Flattery will get you everywhere!

OK, I don't know how relevant this is but I wrote an article over 3 years ago (you can tell by just looking at the page ) but it's about streaming video : http://www.desilva.biz/webdsn/vidstream.html!

FYI, I haven't launched my own WMP in what feels like, over 2 years... so I wouldn't even know where to start if I want to research this. Though I think MSDN would be a good place to dig if you're targetting WMP users.

If however, you already found the answer, please share it with us... and welcome to GIDForums™
  #5  
Old 26-Jan-2004, 08:52
nybbles nybbles is offline
New Member
 
Join Date: Jan 2004
Posts: 6
nybbles is on a distinguished road
Actually I did get it to work:

Open Notepad (or text editor):

Copy and paste this:

#EXTM3U
#EXTINF:0,file.mp3
http://www.domain.com/file.mp3


Change domain.com to your domain and file.mp3 to your file. Save as file.m3u and upload to your server. Streams nicely with 56K and Broadband if using WMP, Real, or QT, but WinAMP seems to lag massively over 56K, probably due to the fact it doesn't cache the file.
  #6  
Old 26-Jan-2004, 11:33
BobbyDouglas's Avatar
BobbyDouglas BobbyDouglas is offline
Regular Member
 
Join Date: Aug 2003
Posts: 789
BobbyDouglas has a spectacular aura aboutBobbyDouglas has a spectacular aura about
Nice find Max. Where did you figure that out at?
__________________
Mr. Bob's Web Design - Tirelessly looking for ways to enhance the customer base of your business.
  #7  
Old 26-Jan-2004, 14:50
nybbles nybbles is offline
New Member
 
Join Date: Jan 2004
Posts: 6
nybbles is on a distinguished road
Quote:
Originally Posted by BobbyDouglas
Nice find Max. Where did you figure that out at?
I'm not sure, I just went back to the link you gave and wasn't able to figure it out again.... But, I found a site that did a similar thing, however, they had it for different speed connections. However, they were doing it through a "live" stream, which requires that. With HTTP streaming and a media player with caching it seems to work fine....
  #8  
Old 26-Jan-2004, 18:13
nybbles nybbles is offline
New Member
 
Join Date: Jan 2004
Posts: 6
nybbles is on a distinguished road
Quote:
Originally Posted by nybbles
Actually I did get it to work:

Open Notepad (or text editor):

Copy and paste this:

#EXTM3U
#EXTINF:0,file.mp3
http://www.domain.com/file.mp3


Change domain.com to your domain and file.mp3 to your file. Save as file.m3u and upload to your server. Streams nicely with 56K and Broadband if using WMP, Real, or QT, but WinAMP seems to lag massively over 56K, probably due to the fact it doesn't cache the file.
Just wanted to add some more info. and to revise the code a bit...

To add multiple files to your streaming playlist....

#EXTM3U
http://www.domain.com/file.mp3
http://www.domain.com/file2.mp3
http://www.domain.com/file3.mp3

You get the idea, also the second line that I gave above is never needed...
  #9  
Old 02-Feb-2004, 23:42
nybbles nybbles is offline
New Member
 
Join Date: Jan 2004
Posts: 6
nybbles is on a distinguished road
Kinda off-topic, but not really...

I'm a violinist and I host recordings of myself on my website, that's why I needed the streaming MP3s...

Well here's my latest recording, just finished performing it 3 hours ago at Penn State's Violin Studio Recital. I do believe it's one of my best recordings yet.

http://www.sverdlove.com/audio/max/kreisler-sicilienne-rigaudon-2-2-2004.m3u

Enjoy!
 
 

Recent GIDBlogToyota - 2009 May Promotion by Nihal

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Free STREAMING web hosts? Guest Free Web Hosting 10 05-Feb-2008 12:36
Protect your streaming media rights! GFED Web Hosting Forum 4 29-Jul-2003 10:35

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 13:25.


vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.