Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
videojs-contrib-hls
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
be2c5fbd
authored
2013-12-12 15:39:19 -0500
by
Gary Katsevman
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix stream-inf attribute list
1 parent
27e3c2c6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
src/m3u8/m3u8.pegjs
src/m3u8/m3u8.pegjs
View file @
be2c5fb
...
...
@@ -166,7 +166,8 @@ mediaAttribute
/ "CHARACTERISTICS" "=" characteristics:quotedString
streamInfAttrs
= attrs:streamInfAttr+
= attrs:(streamInfAttr (attrSeparator streamInfAttr)*)
/ attrs:streamInfAttr?
streamInfAttr
= streamInfSharedAttr
...
...
@@ -217,6 +218,9 @@ playlistType
= "EVENT"
/ "VOD"
attrSeparator
= "," nonbreakingWhitespace
/***** Date *****/
date "date"
...
...
Please
register
or
sign in
to post a comment