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

Pipewire Support #231

Open
togetherwithasteria opened this issue Aug 3, 2022 · 1 comment
Open

Pipewire Support #231

togetherwithasteria opened this issue Aug 3, 2022 · 1 comment
Labels
question Further information is requested

Comments

@togetherwithasteria
Copy link

Hiiiii! ^^

Does Webrtc-rs supports Pipewire? It's required on Linux because of security requirements implemented on Wayland and Flatpak.

Thanks!! <3

@k0nserv
Copy link
Member

k0nserv commented Aug 23, 2022

I'm not familiar with Pipewire, but it looks like it has to do with the actual playback/recoridng of audio and video. This crate doesn't currently support anything like that, as a consumer you have to provide those capabilities.

As long as you can produce data from a decoder e.g. as a H264 bitsream in the case of H264, this project can be used to send that data as part of a webrtc session.

This example should give you some hints https://github.com/webrtc-rs/webrtc/tree/master/examples/examples/play-from-disk-h264

@k0nserv k0nserv added the question Further information is requested label Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants