Forum Moderators: open
Ive put music on a site before in real audio and when a user clicks it(link) it pops up a temporary internet download box and download completely then plays...boo..
But on alot of sites with real video or audio the realplayer program launches when link is clicked and buffers then plays rather quickly instead of having to download it to the temp file folder....i like this..
How do i code it so the video file will launch in the player or can i?
Any links about this subject or answers would be very helpful.
thanks alot.
Looking at the hosting options on my hosting company's site, there are degrees of service provided at various prices. As you go up the ladder, the streaming media option is offered.
So maybe that's the first thing to look at. I hope this helps!
--Gene
P.S. When you find a solution, say, streaming .ram files for the RealPlayer, I'd love to hear about it!
I really like Real's new Producer basic,its called helixnow,easy to use..but a flash banner with the audio added in looking very promising...
thanks again
Its called pseudo-streaming. Works with ram files if you can make those things.
If your provider offers Real Sever you need to contact them regarding the correct coding of your .ram file - typically though, you would see something like this:
rtsp://name.myhost.com:1554/myDomain/myRealMediaFile.rm
Just create the reference with a simple text editor and then name & save it using the .ram extension. The above only works with host providing Real Server access. If you do not have this available, you can use HTTP streaming to make the call to Real Palyer to stream your media file.
Once again, you need to create a .ram file but this time, you make a direct reference to the .rm (Real Media) file:
*http://www.myDomain/real/myRealMediaFile.rm
The above example would be then saved using the .ram extension and then referenced through a standard link:
<a href="http://www.myDomain/real/myRealMediaFile.ram>Streaming Real Media!</a>
You get the higest quality stream using Real Server, but HTTP streaming gives very good results as long as you create your media file with connection speed-rates in mind. Coding for 56.6 is a good compromise. I do not code for multiple connection rates as the file size can get rather large.
I have literally encoded thousands of media files, for the last year, I've had access to Real Server through my host so I use the first mentioned format, but, previous to that I did all of my Real Media using HTTP streaming with excellent results.
It's expensive, though, and I doubt you can justify its cost for this one job. I don't know whether there are any inexpensive alternatives.... I'd be interested to learn if there are.