Re: [PHP] MP3s

2004-12-26 Thread Richard Lynch
GH wrote: > I am working on a PHP based website and would like to offer media to > my visitors... I have the Audio in WMA and MP3 formats... I would like > to know how I could get them to "Stream"? inline... using PHP any > advice would be greatfully appreciated Having done this (a lot) I'll a

Re: [PHP] MP3s

2004-12-24 Thread GH
Thank you will look at these after the holidays when I get back to the project On Thu, 23 Dec 2004 08:44:20 -0800, Robby Russell <[EMAIL PROTECTED]> wrote: > .m3u does this > > For example: > > > $ cat the_vacant_-_live_10192004_full_show.m3u > > http://www.thevacant.com/media/live_10192004

Re: [PHP] MP3s

2004-12-23 Thread Robby Russell
.m3u does this For example: > $ cat the_vacant_-_live_10192004_full_show.m3u > http://www.thevacant.com/media/live_10192004/160/the_vacant_-_live_10192004_-_01_-_ladders_to_the_moon.mp3 > http://www.thevacant.com/media/live_10192004/160/the_vacant_-_live_10192004_-_02_-_rooftop_rocketship.mp3 > h

Re: [PHP] MP3s

2004-12-23 Thread Greg Donald
On Thu, 23 Dec 2004 10:44:32 -0500, GH <[EMAIL PROTECTED]> wrote: > I am working on a PHP based website and would like to offer media to > my visitors... I have the Audio in WMA and MP3 formats... I would like > to know how I could get them to "Stream"? inline... using PHP any > advice would be

Re: [PHP] MP3s

2004-12-23 Thread David Dickson
I think if you generate a .m3a file with just the full url of your mp3 and send that to download in the browser this will launch the users mp3 player which will then stream the mp3 that was contained in the file. GH wrote: I appologize in advanced if this is an off topic discussion... I am working

[PHP] MP3s

2004-12-23 Thread GH
I appologize in advanced if this is an off topic discussion... I am working on a PHP based website and would like to offer media to my visitors... I have the Audio in WMA and MP3 formats... I would like to know how I could get them to "Stream"? inline... using PHP any advice would be greatfull