Sean DuBois
Sean DuBois
This is a pretty niche topic, if you wanna talk about it live I would love to help https://siobud.com/meeting anything I can im here to help
Hi @549869500 Would you mind explaining more. In the README it explains [here](https://github.com/pion/webrtc/blob/master/examples/rtp-to-webrtc/README.md?plain=1#L41) how to do audio instead.
You can also do rtmp-to-webrtc using this example I made [here](https://github.com/Sean-Der/rtmp-to-webrtc) For doing general protocol bridging [go2rtc](https://github.com/AlexxIT/go2rtc) is a really great project
Amazing! That would be great @midepeter We have two additional options. I am not sure if we need to delete them OR add it to the implementation we are importing....
That's great @midepeter! I added you to the Pion organization. I would start with a small PR of deleting all our code (and using @jech instead) and we can iterate...
@midepeter Would you like to create the PR? You can create a branch on this repo and start making changes. I am happy to review/help as soon as you have...
We ended up doing something slightly different. We now have a [JitterBuffer](https://github.com/pion/interceptor/tree/master/pkg/jitterbuffer) that is just targeted at de-jittering RTP packets. You can use it directly, in the future we will...
@jech If you want depacketise media SampleBuilder is the right choice. I had users ask to add `PopRTP` and equivalent APIs to the SampleBuilder. To make those users happy we...
This is a great API suggestion @lisay-yan I would be happy to add it! We could put it in the SettingEngine maybe? Tell me what I can do to help...
Hi @coconutLatte ! Would you mind sharing the exact ffmpeg command you ran? I will reproduce + fix against the example-webrtc-applications then