QutEcoacoustics / baw-client

The AngularJS client for the bioacoustic workbench
Other
7 stars 1 forks source link

Browser and platform compatibility #142

Open cofiem opened 10 years ago

cofiem commented 10 years ago

Catch-all issue for browser and platform compatibility. General idea is to test on different browser/platform combinations, report any bugs as issues, and reference them here.

The spreadsheet tracking some of these issues: https://docs.google.com/spreadsheets/d/10kaio839fLPJLLw7SVZ2do1zKih5nxA1c9XZlTgbPKw/edit#gid=0

cofiem commented 9 years ago

Audio currently does not play in mobile browsers. It is downloaded, the response does have content, but Android (Chrome and Firefox) and iPad (Safari) won't play the audio in the listen page or if the audio file is loaded directly. they will all play the file if it is requested directly through Apache, with HTTP headers very closely matching the problematic requests & responses.

The mobile browsers do not make Range requests.

atruskie commented 9 years ago

Range requests less important.

Have we got any reasons why the audio is not playing?

cofiem commented 9 years ago

No clear reasons why audio isn't playing. We tried serving a file directly through Apache from staging. That worked fine.

Possibilities: