We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c30e24a commit 9d6667cCopy full SHA for 9d6667c
src/dash/models/DashManifestModel.js
@@ -936,7 +936,7 @@ function DashManifestModel() {
936
voRepresentation.media = segmentInfo.media;
937
}
938
if (segmentInfo.hasOwnProperty(DashConstants.K)) {
939
- voRepresentation.k = segmentInfo.k || 1;
+ voRepresentation.k = segmentInfo.k;
940
941
if (segmentInfo.hasOwnProperty(DashConstants.START_NUMBER)) {
942
voRepresentation.startNumber = parseInt(segmentInfo.startNumber);
0 commit comments