Bug 160940
Summary: | Mp4a fragmented not working | ||
---|---|---|---|
Product: | WebKit | Reporter: | Daniele Tassone <daniele.tassone> |
Component: | Web Audio | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ap, jer.noble, jonlee |
Priority: | P2 | ||
Version: | Safari Technology Preview | ||
Hardware: | iPhone / iPad | ||
OS: | All |
Daniele Tassone
I found that Safari Technology Preview "decodeAudioData" is not able to decode mp4a fragmented (non-fragmented files work fine).
Example code:
http://jsfiddle.net/vynvu/213/
You should be able to see "CAN PLAY" alert, but since "decodeAudioData" is never fired then you will not see this Alert.
Chrome / Firefox / Opera is able to decode the data correctly and the callback decodeAudioData is fired.
Daniele
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Thank you for the report!
Just to clarify, are you also seeing this with shipping Safari? It seems to reproduce in shipping Safari for me.
Daniele Tassone
yes it is reproducible even in iOS9/Safari.