davidfischer-ch / pytoolbox

Toolbox for Python scripts.
Other
41 stars 15 forks source link

change to the right offset. #29

Closed RiemannInGitHub closed 6 years ago

RiemannInGitHub commented 7 years ago

wrong offset will produce the wrong payload, so I got wrong opus data. You might neglect the *4. https://github.com/meetecho/janus-gateway/blob/master/rtp.c

davidfischer-ch commented 7 years ago

Hello,

Please update unit-tests accordingly. Also to fix style please write offset += 4 + extensionLength * 4

Thanks.

davidfischer-ch commented 7 years ago

Hello, @RiemannInGitHub do you have some time to complete this pull request? I am interested in integrating it. Thanks.

davidfischer-ch commented 6 years ago

Re, @RiemannInGitHub do you have some time to complete this pull request? Thanks.

RiemannInGitHub commented 6 years ago

Sorry for that.