Skip to content

Commit

Permalink
Merge pull request #26 from gpolitis/master
Browse files Browse the repository at this point in the history
Adds support for the ssrc-group media-level attribute.
  • Loading branch information
clux committed Mar 9, 2015
2 parents 2957864 + dee32c8 commit 4942d5b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,12 @@ var grammar = module.exports = {
names: ['id', 'attribute', 'value'],
format: "ssrc:%d %s:%s"
},
{ //a=ssrc-group:FEC 1 2
push: "ssrcGroups",
reg: /^ssrc-group:(\w*) (.*)/,
names: ['semantics', 'ssrcs'],
format: "ssrc-group:%s %s"
},
{ //a=msid-semantic: WMS Jvlam5X3SX1OP6pn20zWogvaKJz5Hjf9OnlV
name: "msidSemantic",
reg: /^msid-semantic:\s?(\w*) (\S*)/,
Expand Down

0 comments on commit 4942d5b

Please sign in to comment.