shaka.util.Mp4Parser.ParsedBox properties renamed in compiled mode #1522
Labels
status: archived
Archived and locked; will not be updated
type: bug
Something isn't working correctly
Milestone
Hi, coming from this pull-request, we are setting up a response filter to modify the downloaded segments using the provided MP4Parser. Unfortunately, some properties of
shaka.util.Mp4Parser.ParsedBox
are being renamed by the build process.See https://cdnjs.cloudflare.com/ajax/libs/shaka-player/2.4.2/shaka-player.compiled.js, search for ",s:" which should not have been renamed to "s" but instead be "reader", see https://cdnjs.cloudflare.com/ajax/libs/shaka-player/2.4.2/shaka-player.compiled.debug.js and search for "reader:".
Maybe quoting the properties here might help to prevent this renaming.
Thanks in advance!
Stefan
The text was updated successfully, but these errors were encountered: