QutEcoacoustics / baw-client

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

Audio does not play in firefox #138

Open atruskie opened 10 years ago

atruskie commented 10 years ago

This is a catch all issue for FF audio bugs

Firefox PC does not work Firefox mac does work Firefox android does not work

Blocked by:

atruskie commented 10 years ago

@cofiem investigated this - Media is loading and can play if manually triggered.

Must just be a binding issue - probably has to do with the playbackState property

atruskie commented 9 years ago

Firefox android bug confirmed as a mime type incompatibility - audio/mp3 does not work but audio/mpeg does

atruskie commented 9 years ago

Full bug repo achieved - audio playing in firefox on android on listen page. Mime-type culprit. Note: FF actually makes use of the mime-type attribute on source elements.

peichins commented 9 years ago

Firefox mac doesn't work on staging, but it does on live

atruskie commented 9 years ago

Possible regression? Maybe the mime type fix? See QutBioacoustics/baw-server#131 .

More dx needed