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

Codec ilbc not working #90

Open
MayamaTakeshi opened this issue Mar 10, 2024 · 1 comment
Open

Codec ilbc not working #90

MayamaTakeshi opened this issue Mar 10, 2024 · 1 comment

Comments

@MayamaTakeshi
Copy link
Owner

on_media_update

call_id=1
on_media_update call_id=1 active local_sdp: v=0
o=- 3919031730 3919031731 IN IP4 0.0.0.0
s=pjmedia
t=0 0
m=audio 10002 RTP/AVP 96 120
c=IN IP4 127.0.0.1
b=TIAS:15200
a=rtcp:10003 IN IP4 127.0.0.1
a=sendrecv
a=rtpmap:96 iLBC/8000
a=fmtp:96 mode=30
a=rtpmap:120 telephone-event/8000
a=fmtp:120 0-16


on_media_update call_id=1 active remote_sdp: v=0
o=- 3919031730 3919031730 IN IP4 0.0.0.0
s=pjmedia
t=0 0
m=audio 10000 RTP/AVP 96 120
c=IN IP4 127.0.0.1
b=TIAS:15200
a=rtcp:10001 IN IP4 127.0.0.1
a=sendrecv
a=rtpmap:96 iLBC/8000
a=fmtp:96 mode=30
a=rtpmap:120 telephone-event/8000
a=fmtp:120 0-16


node: symbol lookup error: /home/takeshi/src/git/MayamaTakeshi/sip-lab/build/Release/addon.node: undefined symbol: initEncode
takeshi@takeshi-desktop:sip-lab$ 
@MayamaTakeshi
Copy link
Owner Author

MayamaTakeshi commented Mar 10, 2024

Let's write a test to iterate over each codec available and reinvite with it.
The ilbc is particularly relevant because it is the only one using ptime=30 so we want to see what happens when we do a reinvite from another codec to it (will for example, recording to wav be affected?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant