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
d8b4d3e1
authored
2013-12-11 13:46:55 -0500
by
Gary Katsevman
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
enumerate media types
1 parent
abfa2d7a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
src/m3u8/m3u8.pegjs
src/m3u8/m3u8.pegjs
View file @
d8b4d3e
...
...
@@ -125,7 +125,7 @@ mediaAttributes
= attrs:mediaAttribute+
mediaAttribute
= "TYPE" "=" type:
enumeratedString
= "TYPE" "=" type:
mediaTypes
/ "URI" "=" uri:quotedString
/ "GROUP-ID" "=" groupId:quotedString
/ "LANGUAGE" "=" langauge:quotedString
...
...
@@ -178,6 +178,12 @@ answer "answer"
= "YES"
/ "NO"
mediaTypes
= "AUDIO"
/ "VIDEO"
/ "SUBTITLES"
/ "CLOSED-CAPTIONS"
playlistType
= "EVENT"
/ "VOD"
...
...
Please
register
or
sign in
to post a comment