is this been done?

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
phaser
Forum Newbie
Posts: 2
Joined: Mon Apr 30, 2007 1:02 pm

is this been done?

Post by phaser »

hi,

i have made a script that acts some what like a shoutcast (internet radio).
it's more or les an online playlist it synchronizes the point of reaing in a mp3 file.
the script use no database and almost no cpu time and i made a mp3 header that make it work in windows media player and winamp.
a test radio station: http://radio.yourplayer.net/playlist.php?s=yourplayer (windows media player 11 is a little bugy)!

can some tell me if this is haze been made befor and does it have a future?
Theory?
Forum Contributor
Posts: 138
Joined: Wed Apr 11, 2007 10:43 am

Post by Theory? »

Well I...haze....
User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

Post by Ambush Commander »

It doesn't seem to do anything... :?
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

It asks me if I want to download an .m3u file. Is this what you are after?
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

Yes, if you download the m3u it streams music when you play it.
User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

Post by Ambush Commander »

Yes, but the streams don't do anything. Generating a playlist is a trivial matter. Streaming audio is not.
phaser
Forum Newbie
Posts: 2
Joined: Mon Apr 30, 2007 1:02 pm

Post by phaser »

it does work i tested it on winamp / windows media player 9 /11 and quicktime player
it's just if the server side playlist is ended it will have get reset this happens by the user who play's the stream!
this is the link to the stream file: http://radio.yourplayer.net/radio.php?s=yourplayer if it does not work the first time reopen the stream.
Post Reply