otalk / sdp

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

b=AS / b=TIAS conversion #18

Closed fippo closed 7 years ago

fippo commented 7 years ago

currently parseRtpEncodingParameters parses both b=AS and b=TIAS into maxBandwidth but the b=AS value is not converted to bits per second

fippo commented 7 years ago

also if an unknown bandwidth is passed in this will generate chaos as the else-path does not exist.