Streaming a Remote server's MP3 using PHP [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this questionI have been trying this for so long, but was not able to implement this.
My problem is: I have multiple servers, one is hosting my website http://server1/ and others are storing my mp3 files http://server2/.
Now, what I want is: people to listen to whatever I(admin) is playing. For that I have created one dedicated page for admin http://server2/admin.php, where admin can play any songs from the repository.
But I am stuck at st开发者_JAVA技巧reaming it out to the users. I want to populate a URL which will stream out the songs i am playing on admin side. Something like http://server1/stream.php
Please help me. Also suggest some player which can play streaming data for php/js.
Thanks.
You can use Shoutcast Internet radio for streaming the mp3. it can be configured with win-amp.
精彩评论