forked from grafov/m3u8
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increment pls version when either KEYFORMAT or KEYFORMATVERSIONS is set
HLS draft RFC (draft-pantos-http-live-streaming-18) section 4.3.2.4 states that the use of KEYFORMAT REQUIRES playlist version 5 or greater, and also state the use of KEYFORMATVERSIONS requires playlist version 5 or greater. Section 7 then states version 5 is required if "The KEYFORMAT and KEYFORMATVERSIONS attributes of the EXT-X-KEY tag.", Currently the version number is incremented only if both options are set. As some devices set one to its default value and omit the other, the playlist should increment the version number if either of these options are set.
- Loading branch information
Bradley Falzon
committed
Feb 15, 2016
1 parent
fa19b9b
commit c32b858
Showing
2 changed files
with
49 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters