In the past when I've put mp3s up on a regular HTML web page, I've created an m3u file which references the mp3 in order to "pseudo stream" the mp3 (get it to start playing before the entire file has been downloaded.)
1) In WordPress, is it necessary to link to an m3u file to get an mp3 to play before it's been downloaded? This is important for people listening while reading the blog.
2) Will posting a blog/podcast with a link to the m3u file in wordpress mess up the podcast. Because WordPress automatically creates the podcast enclosure from the link I'm afraid that it would send the m3u file instead of the mp3 file which would be useless for podcasting subscribers.
3) If the answer to 1 and 2 are both yes, then what's the best way to accomodate both the online listeners and the podcasting listeners?
- Paul