Skip to content
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

can not find a way to make webrtc api work with mediasoup api #25

Closed
notedit opened this issue Apr 25, 2016 · 6 comments
Closed

can not find a way to make webrtc api work with mediasoup api #25

notedit opened this issue Apr 25, 2016 · 6 comments

Comments

@notedit
Copy link

notedit commented Apr 25, 2016

mediasoup api is designed for ortc, it seems that the signalingServer only need to handle candidates.

webrtc still need to offer/answer sdp info, can you give me an example how to make webrtc and mediasoup work?

@ibc
Copy link
Member

ibc commented Apr 25, 2016

Hi, mediasoup is not yet published nor completed, so I cannot help right now because the API is not finished.

@ibc ibc closed this as completed Apr 25, 2016
@ibc
Copy link
Member

ibc commented Apr 25, 2016

BTW mediasoup will not handle SDP blobs. That's a task of a separate library. My aim is to let the API of mediasoup as clean as possible.

@notedit
Copy link
Author

notedit commented Apr 27, 2016

ok i want to use android webrtc native client talk to mediasoup. what's your plan about this separate library?

@ibc
Copy link
Member

ibc commented Apr 27, 2016

Someone (including me) may create a separate Node library that takes a SDP as input and generates the corresponding mediasoup API calls. But I prefer not to comment about that until I finish the mediasoup API.

@notedit
Copy link
Author

notedit commented May 3, 2016

https://github.com/webrtc/adapter/blob/master/src/js/edge/edge_shim.js

this is a shim from ortc to webrtc. i am working on a adapte ortc to webrtc.

waiting for mediasoup 1.0.

@ibc
Copy link
Member

ibc commented May 4, 2016

If adaptar.js has a ortc-to-webrtc shim I expect it also includes a webrtc-to-ortc shim. Otherwise it is useless. Do I miss something?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants