-
-
Notifications
You must be signed in to change notification settings - Fork 194
Implementation of data channels on top of webrtc data channels #77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thanks for this. We'll take a look when possible (unfortunately very busy lately). |
Thank you guys for a great system and implementation.
No worries, there's no rush from my side. I also have to switch to something else in the mean time (that's why some things are not completely implemented). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's looking good so far :-)
Thanks, I will (hopefully) make the changes this week. |
Sure @copiltembel, You can apply my cosmetic changes within github directly if that is more comfortable for you. |
Co-authored-by: José Luis Millán <[email protected]>
Co-authored-by: José Luis Millán <[email protected]>
Co-authored-by: José Luis Millán <[email protected]>
Co-authored-by: José Luis Millán <[email protected]>
Co-authored-by: José Luis Millán <[email protected]>
Co-authored-by: José Luis Millán <[email protected]>
Co-authored-by: José Luis Millán <[email protected]>
Co-authored-by: José Luis Millán <[email protected]>
Co-authored-by: José Luis Millán <[email protected]>
Co-authored-by: José Luis Millán <[email protected]>
Co-authored-by: José Luis Millán <[email protected]>
Co-authored-by: José Luis Millán <[email protected]>
Co-authored-by: José Luis Millán <[email protected]>
Co-authored-by: José Luis Millán <[email protected]>
Co-authored-by: José Luis Millán <[email protected]>
Co-authored-by: José Luis Millán <[email protected]>
Co-authored-by: José Luis Millán <[email protected]>
Co-authored-by: José Luis Millán <[email protected]>
Co-authored-by: José Luis Millán <[email protected]>
Co-authored-by: José Luis Millán <[email protected]>
Sure, but it would be easier for me if I do it after you complete this PR. Then I can just link directly the v3 libmediasoupclient branch to the mediasoup-broadcaster-demo. |
As for now this PR is complete, but we need to test it within mediasoup-broadcaster-demo ideally. If you could make a PR for mediasoup-broadcaster-demo and point this libmediasoupclient branch in the |
OK, will do. |
Funny enough I can't build mediasoup-broadcaster-demo anymore: /usr/bin/ld: [...]/webrtc/src/out/m84/obj/libwebrtc.a(latebindingsymboltable_linux.o): undefined reference to symbol 'dlclose@@GLIBC_2.2.5' Did you encounter this problem before? |
I fixed it temporarily for me by adding libwebrtc to the target_link_libraries:
|
@ibc Done. Please have a look at versatica/mediasoup-broadcaster-demo#10 and I couldn't solve the problem mentioned a couple of comments above in any other way than targeting the libwebrtc directly in the mediasoup-broadcaster-demo. |
We'll check it as soon as possible. |
I just discovered a bug, please wait with the review. |
Fixed. |
merged |
Thanks @copitembel! |
Implementation of #53
Not implemented: