pion / example-webrtc-applications

Examples of WebRTC applications that are large, or use 3rd party libraries

Home Page:https://pion.ly/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrate to pion/webrtc@v3

Moisesbr opened this issue · comments

I tried adapt these examples for v3 using notes writen by @Sean-Der https://github.com/pion/webrtc/wiki/Release-WebRTC@v3.0.0 , but I'm struggling with gst.CreatePipeline to which depends internal/gstreamer-src and apparently had a some changes to do.
Thanks.

@Moisesbr that would be amazing! The API for pion/webrtc@v3 is complete, I am just working on closing some final bugs.

Feel free to migrate one example at a time :)

Also when v3.0.0 is tagged I plan on migrating popular projects that import Pion. It will help me understand any oversights I made etc.. would love your help there also!

here is my fork for testing purposes, Moisesbr@92ee9b5 my first change example gstreamer-send is not working the sound, running with v2 dependencies work fine, probably I'm missing something, could please give the right direction?

Hey @Moisesbr

I am ready to take this on. You want to open a PR with your work so far :) I tagged v3.0.0 so now is a great time to do this.

Fixed with 36cc229