iamscottxu / obs-rtspserver

RTSP server plugin for obs-studio
https://obsproject.com/forum/resources/obs-rtspserver.1037/
GNU General Public License v2.0
476 stars 55 forks source link

AV1 support #127

Open God-damnit-all opened 2 years ago

God-damnit-all commented 2 years ago

OBS Studio 28.1 beta 1 has added an AV1 encoder: https://github.com/obsproject/obs-studio/releases/tag/28.1.0-beta1

I'd appreciate if obs-rtspserver was updated to support it.

(Might be difficult though, since an NVIDIA RTX 40 series is needed for testing.)

shithubsucks commented 1 week ago

AV1 is so slow, I don't really think it's intended or capable for streaming. The design goal was to minimize filesize without regards to compute time. Even the rav1 library which skips a lot of steps to be faster takes days on a 48 core cpu to compress a typical 4k movie.