otalk / sdp

SDP parsing and serialization utlities
MIT License
46 stars 11 forks source link

sdp: fix handling of b=AS unknown b= modifier #25

Closed fippo closed 7 years ago

fippo commented 7 years ago

uses JSEP formula to convert b=AS to TIAS value used by ORTC. Adds tests. Yay coverage branch reports which showed that parsing an unknown b= modifier resulted in garbage.

Fixes #18