Description
Have you read the FAQ and checked for duplicate open issues?:
Yes
What version of Shaka Player are you using?:
Shaka Player v2.4.3-uncompiled
Can you reproduce the issue with our latest release version?:
Yes
Can you reproduce the issue with the latest code from master
?:
Yes
Are you using the demo app or your own custom app?:
Demo app
If custom app, can you reproduce the issue using our demo app?:
N/A
What browser and OS are you using?:
Chrome/Mac
What are the manifest and license server URIs?:
https://storage.googleapis.com/dlevin/dash_id3/manifest_id3_v0_no_data.mpd
What did you do?
Play a stream with emsg with empty message_data.
What did you expect to happen?
Working playback since according to the spec:
message_data: body of the message, which fills the remainder of the message box. This may be empty depending on the above information. The syntax and semantics of this field must be defined by the owner of the scheme identified in the scheme_id_uri field.
Note that it works with:
http://reference.dashif.org/dash.js/v2.9.0/samples/dash-if-reference-player/index.html
What actually happened?
Playback error and following stack:
| shaka.media.StreamingEngine.parseEMSG_ | @ | streaming_engine.js:1780
| shaka.util.Mp4Parser.parseNext | @ | mp4_parser.js:233
| shaka.util.Mp4Parser.parse | @ | mp4_parser.js:161
| shaka.media.StreamingEngine.append_ | @ | streaming_engine.js:1740
| (anonymous) | @ | streaming_engine.js:1509
| Promise.then (async) | |
| shaka.media.StreamingEngine.fetchAndAppend_ | @ | streaming_engine.js:1507
| shaka.media.StreamingEngine.update_ | @ | streaming_engine.js:1247
| shaka.media.StreamingEngine.onUpdate_ | @ | streaming_engine.js:1103
| setTimeout (async) | |
| shaka.media.StreamingEngine.scheduleUpdate_ | @ | streaming_engine.js:2209
| mediaSourceEngine.init.then.then | @ | streaming_engine.js:885
| Promise.then (async) | |
| shaka.media.StreamingEngine.initStreams_ | @ | streaming_engine.js:875
| shaka.media.StreamingEngine.init | @ | streaming_engine.js:418
| shaka.Player.load | @ | player.js:779
| async function (async) | |
| shaka.Player.load | @ | player.js:676
| (anonymous) | @ | asset_section.js:323
| Promise.then (async) | |
| shakaDemo.load
Activity