Bug 160940 - Mp4a fragmented not working
Summary: Mp4a fragmented not working
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Audio (show other bugs)
Version: Safari Technology Preview
Hardware: iPhone / iPad All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-17 07:20 PDT by Daniele Tassone
Modified: 2016-08-18 00:16 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniele Tassone 2016-08-17 07:20:40 PDT
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
Comment 1 Alexey Proskuryakov 2016-08-17 11:25:45 PDT
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.
Comment 2 Daniele Tassone 2016-08-18 00:16:43 PDT
yes it is reproducible even in iOS9/Safari.