versatica / mediasoup

Cutting Edge WebRTC Video Conferencing
https://mediasoup.org
ISC License
6.12k stars 1.12k forks source link

WHIP and WHEP support? #979

Closed mpisat closed 1 year ago

mpisat commented 1 year ago

Feature Request

Considering Cloudflare started WHIP/WHEP in their cloud Stream service, it would be nice if mediasoup added support for WHIP and WHEP. Ability to push videos via WHIP using CLI tools (gstreamer, and maybe ffmpeg in the future?) would be very interesting.

nazar-pc commented 1 year ago

mediasoup supports anything WebRTC, but it is a low-level library, as such for WHIP/WHEP you need to write an app on top, maybe someone already did.

So there is really nothing to do about it here. If you write a simple Rust example - feel free to contribute, there are a few other examples already.