Stream .m3u

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
ct_lee
Forum Newbie
Posts: 12
Joined: Wed Aug 05, 2009 3:15 pm

Stream .m3u

Post by ct_lee »

Hello,

I am trying to include a media player on my web page which streams from a .m3u link. (the .m3u link is a local radio stream). I can get the m3u file to play how i want in IE but not in FF? Does anyone know how to make it cross browse compatible? (My link is http://icecast.commedia.org.uk:8000/diversity.mp3.m3u)

Thanks.
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: Stream .m3u

Post by pickle »

The vitally important information you left out is what media player you're trying to use. Does that player work in all browsers on all OSs?
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
ct_lee
Forum Newbie
Posts: 12
Joined: Wed Aug 05, 2009 3:15 pm

Re: Stream .m3u

Post by ct_lee »

I had just wanted the default player but i discovered why it would not work for me. My OS is 64-bit and the player the browser was using would not work so i have to run the browser in compatibility mode.
Post Reply