Link to home
Start Free TrialLog in
Avatar of EdmondClay
EdmondClayFlag for United States of America

asked on

Streaming Audio for My Website

I want to be able to offer streaming audio files at my Website.  Anybody want to 'splain how to do it?
Avatar of SuperMario
SuperMario

Through Flash, you mean? Just create a link to a .rm file you've made with RealProducer or another realaudio file maker.

-Dan
Avatar of EdmondClay

ASKER

Do you mean .ra instead of .rm?  Also is that all the html I need?  just <a href="URL.rm(ra)" and no other attributes?  And this will begin playing immediately upon activation?  Aren't there start, stop, pause, loop=? and other instructions that will be needed to control the playback?  
No, just use the Get URL action and type in myfile.ra for the URL to retrieve. I don't think there's advanced play options regarding realaudio.
You will need RealServer running on your webserver to achieve this... without it, your .ra files will just download and not stream.

You can get a free version of real server from:
http://www.realnetworks.com/products/servers/index.html?src=000321realhome

Select the basic Realserver.

Once you have installed this and set up the mount points (web folders that users will connect to), you move all of your ra files to a streaming area, them create .ram files to link to them... quite a confusing process, but if I can do it, then anyone can.
If you can't access your webserver... for example, of your server is housed by an ISP, then you will have to ask your ISP if they have realserver installed.  They may give you a separate folder to upload to.
whats wrong with using flash's inhering mp3 compression?  just import the wav you want, and flash will compress it down as much as you need, into an mp3 format, which you can then stream using the "if frame is loaded" command, yes?

after all, streaming audio isnt only RAM files :oP  MP3's sound better and you can compress them almost as much (o:
ASKER CERTIFIED SOLUTION
Avatar of ngdittmar
ngdittmar

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks Hooligan!