I'm trying to set up JPlayer on a website in Chrome.
I have an mp3 and ogg file on the server called: test.mp3 and test.ogg.
If I set the media to mp3 supplied and the mp3 path, it doesn't work. If I do the same for the ogg file, it works. I also can hit www.website.com/test.ogg and it plays the audio. However, if I hit www.website.com/test.mp3, it doesn't play the mp3 audio.
Here is my HTACCESS: AddType audio/mpeg mp3
Server appears to accept range requests: Response Headersview source Accept-Ranges:bytes
Is there something minor wrong w/ my htaccess or am I overlooking something else? I've looked into nearly every solution I've found so far w/ no avail.
The website is: radiosmasher.com (radiosmasher.com/test.ogg, etc.)
EDIT: It appears the requests for the MP3's are getting cancelled, if they are of a certain size. They get cancelled after downloading around 2MB of a 10MB song. Any clue?
Content-Typeheader is fine, so nothing wrong there. - Bradaudiotag and I've been successful with it in some projects. - Miles