Skip to content

Commit

Permalink
put null to drmInitData if EXT-X-KEY is NONE
Browse files Browse the repository at this point in the history
  • Loading branch information
takusemba committed May 8, 2018
1 parent ed6e8c3 commit ccb5590
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,8 @@ private static HlsMediaPlaylist parseMediaPlaylist(LineIterator iterator, String
schemeData);
}
}
} else {
drmInitData = null;
}
} else if (line.startsWith(TAG_BYTERANGE)) {
String byteRange = parseStringAttr(line, REGEX_BYTERANGE);
Expand Down

0 comments on commit ccb5590

Please sign in to comment.