Quote:
Originally Posted by e3m
Can somebody help me with streaming audio in .m3u(playlist) and .mov(movie) format.
I have set up all the code for streaming .mp3 etc.
Thanks
|
I would think the jump from straming .mp3 to streaming .m3u would be pretty easy. The .m3u should just be a list of .mp3 URLs (possibly relative paths), os you should be able to download the .m3u file, read it into an array and then pass the individual .mp3 files to your mp3 streaming code.
The .mov container could be quite a bit more complicated... It's been a while since you posted this, I'm curious if you've had any luck.