- From: Sergio Garcia Murillo via GitHub <sysbot+gh@w3.org>
- Date: Fri, 12 Jun 2020 14:19:43 +0000
- To: public-webrtc-logs@w3.org
I would recommend you to start with the audio stream as it is easier to get it working. For video, either you would have to implement the generic raw paquetization and generic video description rtp extension header, or you would need to adapt the encryption per codec. If you do the later, VP9 will work out of the box, VP8 would require to skip the first 3/10 bytes of the vp8 descriptor and for h264, well, better do the generic paquetizer/descriptor. If you want to integrate it wit the [sframe.js](https://github.com/medooze/sframe) on the browser side, contact me privately and I will help you to interoperate with it. -- GitHub Notification of comment by murillo128 Please view or discuss this issue at https://github.com/w3c/webrtc-insertable-streams/issues/37#issuecomment-643295191 using your GitHub account
Received on Friday, 12 June 2020 14:19:45 UTC