shane07 Posted October 11, 2007 Share Posted October 11, 2007 Is it possible to play the FM station on the web page using php? What may be the requirements for playing the station? Quote Link to comment https://forums.phpfreaks.com/topic/72737-playing-fm-station/ Share on other sites More sharing options...
yzerman Posted October 11, 2007 Share Posted October 11, 2007 The station would need to be streaming, and you would need to create a player that captures the stream. Since streams are client side media and PHP runs only serverside, the short answer is no. However you could create an application that included the WMP player or a flash player into the site, but thats all HTML/Flash/Java and has nothing to do with PHP. Quote Link to comment https://forums.phpfreaks.com/topic/72737-playing-fm-station/#findComment-366858 Share on other sites More sharing options...
shane07 Posted October 11, 2007 Author Share Posted October 11, 2007 The station would need to be streaming, and you would need to create a player that captures the stream. Since streams are client side media and PHP runs only serverside, the short answer is no. However you could create an application that included the WMP player or a flash player into the site, but thats all HTML/Flash/Java and has nothing to do with PHP. Thanx for ur response I'll post my question in HTML forum Quote Link to comment https://forums.phpfreaks.com/topic/72737-playing-fm-station/#findComment-366876 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.