meetecho / janus-gateway

Janus WebRTC Server
https://janus.conf.meetecho.com
GNU General Public License v3.0
8.17k stars 2.47k forks source link

Add support of abs-capture-time extension to streaming plugin and forwarding of it's value from rtp source #3258

Closed IbrayevRamil closed 10 months ago

IbrayevRamil commented 1 year ago
  1. Added support of abs-capture-time extension in streaming plugin
  2. Added parsing of abs-capture-time extension from RTP source for forwarding it further to webrtc
  3. Removed memset(index+9, 0, 8); as it doesn't make sense to fill rest of bytes with zeroes if we parse only 8 bytes of extension.
januscla commented 1 year ago

Thanks for your contribution, @IbrayevRamil! Please make sure you sign our CLA, as it's a required step before we can merge this.

mvollrath commented 1 year ago

This is working for me, very cool!

lminiero commented 10 months ago

Whoops, looks like deleting the PR branch closed this PR: could you rebase it on master and reopen or recreate it? Thanks and sorry about that!

IbrayevRamil commented 10 months ago

Whoops, looks like deleting the PR branch closed this PR: could you rebase it on master and reopen or recreate it? Thanks and sorry about that!

no problem, rebased and created the new one, https://github.com/meetecho/janus-gateway/pull/3291