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

support media transport #53

Open
Noiled opened this issue May 23, 2024 · 1 comment
Open

support media transport #53

Noiled opened this issue May 23, 2024 · 1 comment

Comments

@Noiled
Copy link

Noiled commented May 23, 2024

Could tracks and media transport be supported?
if no, can u explain the problem

@paullouisageneau
Copy link
Owner

It is impossible to expose the same API as libdatachannel because the WebRTC API in browsers is very high-level for media (it manipulates high-level streams that you connect together and handles encoding/decoding under the hood). It would be possible to wrap the entire media API including MediaDevices but that would offer a completely different API and would be a considerable task.

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

No branches or pull requests

2 participants