-
Notifications
You must be signed in to change notification settings - Fork 76
Change codec ? #39
Comments
Hello. Take a look at this method for changing preffered video codec: https://chromium.googlesource.com/external/webrtc/+/branch-heads/61/webrtc/examples/objc/AppRTCMobile/ARDSDPUtils.m It shouldn't be hard to implement the same for audio. The point is that you need to change the codec priority in the |
That's help Thanks. Could you also help me with the codec ? Or where can i get Infos about the codec ? Got these lines but dont know how to interpret escriptionForDescription:(RTCSessionDescription *)description| preferredVideoCodec:(NSString *)codec { how does the codec look ? Thanks |
They should be below with those numbers after https://webrtchacks.com/sdp-anatomy/ |
Thanks for the help, i think now i understood how it works. m=audio 9 UDP/TLS/RTP/SAVPF 9 111 103 104 102 0 8 106 105 13 110 112 113 126 moving the 9 (a=rtpmap:9 G722/8000) to the front will improve my speed (When my thoughts are correct) |
Yeah, that's correct. |
Hello,
is there any way to change the Audio codec to a smaller one for bad internet connections ?
The text was updated successfully, but these errors were encountered: