Forum Moderators: not2easy
I have a bog standard linux server to host the site, and don't have a fancy streaming server to do the job.
The only streaming I've done before is using Real Producer, creating a rm file, and pointing to it from a ram file... or was it the other way around?
Anyway, I'm wondering if there's something better I could do, that doesn't necessarily require that I shell out on expensive software.
Creating a Real Media stream necessitates users have Real Player (which is something I don't even have myself any longer), so I'm wondering if I can be a little more user friendly and provide something more accessible to my user base, without necessitating Real Player.
Anyone any thoughts?
So you could create a link to a file called welcome.m3u , which contains the single line
http:/www.example.com/audio/ceo-welcome.mp3
and the file ceo-welcome.mp3 will be streamed to the user.
It was. Reason was that there was no m3u mime installed or used on the server, and I had to go via the hosting company to get their assistance with this.
This might be your problem, so check it out.
Thanks for your help. When we get it working I'll send a Eureka!
If you don't mind people having it, why are you adamant about not allowing them to just download the file? I was answering under the assumption that you didn't want them to have the file at all. A .m3u file will work in that case (in fact, .m3u is probably your best bet).