You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey thanks for filing this issue! It means someone's actually using this!
So, I have not been able to verify this issue. The very first time I clicked a file, the loading bar was stuck on screen due to a 401 Not Authorized. I think Safari has a bug with re-serving HTTP Basic headers after you first verify. I was seeing similar issues before related to HTTP Basic Auth. All subsequent plays of mp3's worked.
Can you double check that you can authorize, refresh page, then try to play two different songs? Also, try clicking once on a song that fails to load, then clicking a second time (not double clicking).
Are there any errors on the server or web console that you observed that I did not?
Safari's web console seems to have trouble with mp3's. It's not logging the status code's for requests or the MIME type. Maybe they're not being set right? In Firefox, ogg's are being served with the correct Content-Type header.
On Mac OSX Mountain Lion, while google chrome and firefox are ok, safari does not play the audio streams.
Chrome seems to load http://a.b.c.d:3000/transcode/ogg/17957156
while safari loads http://a.b.c.d:3000/transcode/mp3/17957156
The original audio file is a mp3.
The text was updated successfully, but these errors were encountered: