Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TIAS bandwidth type #43

Merged
merged 2 commits into from
Mar 4, 2024
Merged

Conversation

spscream
Copy link
Contributor

Add TIAS support for sdp parsing.

I have the following sdp, which parsing is failed with ex_sdp, since TIAS isn't accepted:

v=0
o=- 3917959131 3917959131 IN IP4 192.168.1.95
s=pjmedia
b=AS:352
t=0 0
a=X-nat:0
m=audio 4008 RTP/AVP 8 0 18 101
c=IN IP4 192.168.1.95
b=TIAS:64000
a=rtcp:4009 IN IP4 192.168.1.95
a=sendrecv
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:18 G729/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ssrc:2014082431 cname:04970815321b4d3f
m=video 4010 RTP/AVP 99
c=IN IP4 192.168.1.95
b=TIAS:256000
a=rtcp:4011 IN IP4 192.168.1.95
a=sendrecv
a=rtpmap:99 H264/90000
a=fmtp:99 profile-level-id=42e01e; packetization-mode=1
a=ssrc:277103621 cname:04970815321b4d3f
a=rtcp-fb:* nack pli

test/ex_sdp/bandwidth_test.exs Outdated Show resolved Hide resolved
@mat-hek mat-hek merged commit 1d98752 into membraneframework:master Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants