waveguide icon indicating copy to clipboard operation
waveguide copied to clipboard

Support AV1 / HEVC via RTMP

Open clone1018 opened this issue 2 years ago • 2 comments

The OBS Project recently added support for the Enhanced RTMP v1 spec, which allows for additional codec negotiation.

Since Waveguide is (or will be) codec agnostic, we should be able to support these standards as well. However I'm not sure there's a great Go library that has support for this "new spec" so that may be required before moving forward.

clone1018 avatar Mar 27 '23 14:03 clone1018

Worth mentioning we already maintain a go-rtmp fork.

clone1018 avatar Mar 27 '23 14:03 clone1018

I think the main issue with supporting av1 would be the decoding of stream for the thumbnailer.

nassah221 avatar May 05 '23 20:05 nassah221