fix stream-inf attribute list
Showing
1 changed file
with
5 additions
and
1 deletions
... | @@ -166,7 +166,8 @@ mediaAttribute | ... | @@ -166,7 +166,8 @@ mediaAttribute |
166 | / "CHARACTERISTICS" "=" characteristics:quotedString | 166 | / "CHARACTERISTICS" "=" characteristics:quotedString |
167 | 167 | ||
168 | streamInfAttrs | 168 | streamInfAttrs |
169 | = attrs:streamInfAttr+ | 169 | = attrs:(streamInfAttr (attrSeparator streamInfAttr)*) |
170 | / attrs:streamInfAttr? | ||
170 | 171 | ||
171 | streamInfAttr | 172 | streamInfAttr |
172 | = streamInfSharedAttr | 173 | = streamInfSharedAttr |
... | @@ -217,6 +218,9 @@ playlistType | ... | @@ -217,6 +218,9 @@ playlistType |
217 | = "EVENT" | 218 | = "EVENT" |
218 | / "VOD" | 219 | / "VOD" |
219 | 220 | ||
221 | attrSeparator | ||
222 | = "," nonbreakingWhitespace | ||
223 | |||
220 | /***** Date *****/ | 224 | /***** Date *****/ |
221 | 225 | ||
222 | date "date" | 226 | date "date" | ... | ... |
-
Please register or sign in to post a comment