Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
How to add streaming radio audio on my site
Old 08-11-2008, 10:01 AM How to add streaming radio audio on my site
Skilled Talker

Posts: 83
Trades: 0
Im trying to bring streaming radio onto my website so users can listen to portuguese news and music, anyone know how i can go about this? I know there are places like delicast.com that stream world radio. But how can i do it, is it a service you need to pay for?
__________________

Please login or register to view this content. Registration is FREE
scorch is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-11-2008, 11:12 AM Re: How to add streaming radio audio on my site
Truly's Avatar
Ultra Talker

Posts: 322
Trades: 0
You need to find the radio station that you want to stream and go to their website and see if they have any webservices you can use. Otherwise you can just find out what the URL is of their web radio (normally a popup) and try pasting that on your site, should work. Of course they will technically be on another site but it doesnt really matter.

Or go download shoutcast and do it yourself
__________________
DVD Movie Release Database:
Please login or register to view this content. Registration is FREE
Truly is offline
Reply With Quote
View Public Profile
 
Old 11-24-2008, 04:54 AM Re: How to add streaming radio audio on my site
Experienced Talker

Posts: 48
Name: Pieter
Location: Holland
Trades: 0
HTML Code:
<OBJECT ID="MediaPlayer1" CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab# Version=5,1,52,701" STANDBY="Loading Microsoft Windows® Media Player components..." TYPE="application/x-oleobject" width="280" height="46">
<param name="fileName" value="http://www.domain.com/music/music.m3u">
<param name="animationatStart" value="true">
<param name="transparentatStart" value="true">
<param name="autoStart" value="true">
<param name="showControls" value="true">
<param name="Volume" value="-300">
<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="http://www.domain.com/music/music.m3u" name="MediaPlayer1" width=280 height=46 autostart=1 showcontrols=1 volume=-300>
</OBJECT>
This would be the player, and the playlist is mp3.m3u

http://www.domain.com/music/song1.mp3
http://www.domain.com/music/song2.mp3
http://www.domain.com/music/song3.mp3
http://www.domain.com/music/song4.mp3

And this is what the m3u file must look like just insert the links to the music into a text file.

And the other solotion "using a radio station" wil also work

good luck
elcosmo is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to How to add streaming radio audio on my site
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.65633 seconds with 12 queries