youtube / js_mse_eme

js_mse_eme is an externally-published tool that is aimed to test the validity of a browser's HTML5 Media Source Extension and Encrypted Media Extension implementations
Apache License 2.0
91 stars 58 forks source link

MSE Test : 12. AddsourceBuffer #16

Closed LGelectronics closed 8 years ago

LGelectronics commented 8 years ago

The testcase of AddsourceBuffer is changed a few days ago. (audio/mp4, mp4a.40.2 -> audio/webm, opus) LG TV is not supported opus codec. So We get the fail. Is there any chance of changing to AAC??

tdedecko commented 8 years ago

Opus has been made optional and AddSourceBuffer test now checks AAC. See: https://github.com/youtube/js_mse_eme/commit/54d514b06b5f8b333c3ce119f5357cfe4b99f43a

These changes will be pushed out later this week.