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
e59acf83
authored
2013-12-12 15:32:30 -0500
by
Gary Katsevman
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add PROGRAM-ID to stream-inf attributes
1 parent
c13eb88e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/m3u8/m3u8.pegjs
src/m3u8/m3u8.pegjs
View file @
e59acf8
...
...
@@ -176,7 +176,8 @@ streamInfAttr
/ "CLOSED-CAPTION" "=" captions:quotedString
streamInfSharedAttr
= "BANDWIDTH" "=" bandwidth:int
= "PROGRAM-ID" "=" programId:int
/ "BANDWIDTH" "=" bandwidth:int
/ "CODECS" "=" codec:quotedString
/ "RESOLUTION" "=" resolution:resolution
/ "VIDEO" "=" video:quotedString
...
...
Please
register
or
sign in
to post a comment