Streaming Mp3 Files !

 
Post new topic   Reply to topic    Aprelium Forum Index -> Tutorials
View previous topic :: View next topic  

Was this Tutorial helpfull
It Rocked
57%
 57%  [ 24 ]
Great Tutorial
28%
 28%  [ 12 ]
Im having problems
4%
 4%  [ 2 ]
Hard to follow
9%
 9%  [ 4 ]
Total Votes : 42

Author Message
os17fan
-


Joined: 21 Mar 2003
Posts: 531
Location: USA

PostPosted: Mon Jul 21, 2003 9:01 am    Post subject: Streaming Mp3 Files ! Reply with quote

I know a great way how you can stream your mp3 files on abyss web server
------------------------------------------------------------------------------------
System Requirements:

Abyss Web Server
------------------------------------------------------------------------------------

Follow the steps below !

Step 1. Open up an html editor such as note pad and type the real path to your mp3 file http://www.your-domain.com/your_file.mp3 , save this file as media.m3u and drop it in your abyss directory.

Step 2. Now all you have to do is link to the file , create a link that links to your streaming media file ".m3u" http://www.your-domain.com/media.m3u

Step 3. Their is no step 3 you are finished , unless you want to embed the media file or play it in the background

PLAYS IN THE BACKGROUND:
Code:

<bgsound src="http://your-domain.com/media.m3u">

EMBEDS A MEDIA PLAYER:
Code:

<embed src="http://your-domain.com/media.m3u" width="200" height="100" autostart="true">


-------------------------------------------------------------------------------------
See how simple that was , you don't need a streaming server , abyss already supports it lol. Set autostart="true" to false if you don't want the media player to play the song when the page loads. 8)
_________________
This web server is the best !
Back to top View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
harley
-


Joined: 24 Nov 2003
Posts: 2

PostPosted: Thu Dec 04, 2003 2:02 am    Post subject: Reply with quote

Thanks for simple tutorial ;)
_________________
Back to top View user's profile Send private message
mckenney
-


Joined: 28 Aug 2003
Posts: 3

PostPosted: Mon Dec 29, 2003 10:18 pm    Post subject: Reply with quote

This is a great and easy tutorial - just my speed. Now I don't want to be greedy here - but do you have similar info for wmv files? Here's my situation:
I can create links to MyMovie.avi and have that stream nicely, but links to Anything.wmv fail. I have opened up ports 3070 and 3071, in case that was the issue...but no dice. I am hoping that a tip like this one (and your Real one) will do the trick.
Thanks in advance for your help and of course, thanks for the great tutorial!
Susan
Back to top View user's profile Send private message
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Mon Dec 29, 2003 10:36 pm    Post subject: Reply with quote

sure , just add the link to the .wmv file like

http://your-site.com/your_media.wmv in a
text file and name that your_media.asx or (.wmx)

I found that both work ! 8)
Back to top View user's profile Send private message Visit poster's website
mckenney
-


Joined: 28 Aug 2003
Posts: 3

PostPosted: Tue Dec 30, 2003 1:18 am    Post subject: Reply with quote

WHOOPS
Silly me! I had forgotten to specify the mime type.
Please disregard the previous post!
Susan
Back to top View user's profile Send private message
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Tue Dec 30, 2003 4:37 am    Post subject: Reply with quote

Who's Susan ?
Back to top View user's profile Send private message Visit poster's website
Systemsoft
-


Joined: 06 Jun 2003
Posts: 59
Location: Krakow, Poland

PostPosted: Fri Jan 02, 2004 12:05 pm    Post subject: Tutorial Reply with quote

Tutorial is good, but better you do when you write how install SHOUTcast (Nullsoft) and how to "integrate" it with AWS.

BTW: AWS - stupid acrony! Why? In my country it`s political party!
Back to top View user's profile Send private message Send e-mail
blacknirvana
-


Joined: 20 Feb 2004
Posts: 3

PostPosted: Sat Feb 21, 2004 10:30 pm    Post subject: Reply with quote

cool tutorial... but it's woth sayin that if you add more lines to your .m3u file it will work as a playlist just going to the next song
Back to top View user's profile Send private message
goose
-


Joined: 17 Sep 2002
Posts: 608
Location: The Land Of OZ! come here toto!

PostPosted: Wed Mar 03, 2004 9:10 pm    Post subject: Reply with quote

shoutcast is having lots a probs with time outs ....the harddrives need a breather (like the orcs in the two towers lordof the dings) hahaha :lol: :wink:
_________________
living in an armish paradise.....no gates here!

mawuahahaha :)
Back to top View user's profile Send private message
lthb
-


Joined: 03 Apr 2004
Posts: 9

PostPosted: Sat Apr 10, 2004 5:24 pm    Post subject: Reply with quote

I'm haveing problems, when you say type the full address is that all you type or do put all the html and body etc tags in.
When linking to the file do you just put a normal <a href="http://site.com"> link in or what.
Heres my attept only the top one remotly works http://lthb.no-ip.com/music/music.html Thats all that happenes the real player comes up and nothing else

Thanks
Back to top View user's profile Send private message Visit poster's website
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Sat Apr 10, 2004 5:33 pm    Post subject: Reply with quote

Type the full address of the mp3 file inside your
text file named media.m3u , I wrote the tutorial

Code:
<a href="http://your-site.com/media.m3u">Link Text</a>


P.S. Some media players have been known to not play .m3u files.
Make sure Real Player supports .m3u or try playing the file in the
background of your web page and see if it loads up.
Back to top View user's profile Send private message Visit poster's website
goose
-


Joined: 17 Sep 2002
Posts: 608
Location: The Land Of OZ! come here toto!

PostPosted: Sat Apr 10, 2004 9:05 pm    Post subject: Reply with quote

*Grunt*
_________________
living in an armish paradise.....no gates here!

mawuahahaha :)
Back to top View user's profile Send private message
MaxxBasher
-


Joined: 25 Apr 2004
Posts: 44

PostPosted: Tue Apr 27, 2004 5:09 pm    Post subject: Reply with quote

Great tutorial :)
Back to top View user's profile Send private message Send e-mail Visit poster's website
edstrang
-


Joined: 18 Mar 2005
Posts: 10
Location: UK

PostPosted: Fri Mar 18, 2005 9:30 pm    Post subject: Other Ways Reply with quote

I Use Eloo MP3 Streaming Player To Stream Files
Back to top View user's profile Send private message Visit poster's website MSN Messenger
phirez
-


Joined: 22 Apr 2006
Posts: 57

PostPosted: Tue Apr 25, 2006 4:43 am    Post subject: Reply with quote

Anyway you could do that with .flv files
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> Tutorials All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group