Sergio Garcia Murillo

Results 92 comments of Sergio Garcia Murillo

can you check what are the values of each of this variables? ``` let ini = skip + encryptedFrame.byteLength - extraBytes; `` also, one thing to note is that signing...

Check `CodecInfo` constructor: https://medooze.github.io/semantic-sdp-js/#codecinfo You are setting the payload type to 48: ``` audio.addCodec(new CodecInfo("opus",48)); ``` but in the sdp you are using 111: ``` c=IN IP4 127.0.0.1 m=audio 8400...