• MP3's refusing to stream on Apache server.
    2 replies, posted
I am building a website that relies heavily on audio streaming. I've been trying to get my files to stream for a couple days and am finding nothing that has fixed the issue. Basically if I access the file directly in Chrome, it will show a media player, but refuses to play. It gets the request and then drops it. I built an HTML file to try to play it through the audio tag and that fails as well. It works on mobile phones though. I can download the file and it plays completely fine. It's set to 755 in the permissions. Here are the headers I'm getting: [url]http://pastebin.com/URhf7EmV[/url] Any insight? Thanks! Update: It works in an OGG format.
"Status Code:304 Not Modified" - means the server will not return any content/data to the browser, as it assumes the browser has a cached version (which is determined by the if-modified-since and/or etag headers sent by the browser). Do you have mod_expires compiled with Apache?
Most likely a codec issue.
Sorry, you need to Log In to post a reply to this thread.