We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8be47c commit 8f35d6bCopy full SHA for 8f35d6b
src/dash/models/DashManifestModel.js
@@ -189,7 +189,7 @@ function DashManifestModel() {
189
const entry = new ProducerReferenceTime();
190
191
if (prt.hasOwnProperty(DashConstants.ID)) {
192
- entry[DashConstants.ID] = prt[DashConstants.ID];
+ entry[DashConstants.ID] = parseInt(prt[DashConstants.ID]);
193
} else {
194
// Ignore. Missing mandatory attribute
195
return;
0 commit comments