erdnaxe / galene-stream

Gateway to send UDP, RTMP, SRT or RIST streams to Galène videoconference server.
MIT License
24 stars 5 forks source link

Add AV1 support #6

Open erdnaxe opened 3 years ago

erdnaxe commented 3 years ago

AV1 is an open video codec, evolution of VP9/VP8:

If Galène AV1 support works well, we could add AV1 support in Galène-stream using the av1enc module in GStreamer.

Right now rtpav1pay is missing, but we could help and contribute something.

erdnaxe commented 1 year ago

https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/802 has been merged.