I have a .m3u stream for my university's radio station, and I am trying to code our new website, and I would like to put a link on the website that automatically opens the .m3u live stream in their iTunes. How can this be done?

Thanks so much!

link|improve this question
You cannot control which app plays a particular file on client machines. Especially if itunes isn't installed on a machine. At most you can do is SUGGEST via <object> GUIDs, and that would only work for Windows clients. – Marc B Jan 22 at 7:05
1  
Are you sure you want to do this? I suspect if you implement this behaviour there's going to be a new question on SuperUser: The radio stream on my university website always opens in iTunes even though I have Winamp set as my default player – ta.speot.is Jan 22 at 7:05
Thanks guys for the help. I was able to figure out what I wanted to do by creating a .pls file from my m3u stream and then linking to this from my site. So basically it downloads the .pls file onto your computer which you can then play in iTunes! Thanks once again! – Jonathan Safa Jan 22 at 8:31
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.