Server streaming?
[email protected] (Jeffry Killen)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
I am doing an mp3 player in javascript/html5 and am having trouble. Key methods and javasript object properties not responding properly. References to currentTime property ( time line of the audio file) causing failures and errors. I have found some posted info suggesting the problem may be that the server (in my case Mac OSX Apache 2.24, localhost for dev purposes) may not support streaming. This posting includes a php script that references $_SERVER['HTTP_RANGE']. Is there anything in the manual that might help me out with that, or other info, suggestions? The posting is here: http://pervasivecode.blogspot.com/2012/09/currenttime-not-working-with-html5.html I presume that the php script would need to respond to an async request. Thanks for time and attention JK