m1k1o / neko

A self hosted virtual browser that runs in docker and uses WebRTC.
https://neko.m1k1o.net/
Apache License 2.0
5.96k stars 449 forks source link

H265 or AV1 in Edge or Chrome, respectively #291

Open innerop opened 1 year ago

innerop commented 1 year ago

How do we configure neko to serve the video over h265 (assuming user will be using Edge or Safari on their end which support h265)

Likewise, how do we configure neko for AV1 (assuming user will be using Chrome on their end, which I believe supports AV1)

Happy to do the work if you point in me in the right direction. Thank you!!

m1k1o commented 1 year ago

There are already open PRs for that: https://github.com/m1k1o/neko/pull/117 and https://github.com/m1k1o/neko/pull/235 I believe there is everything needed in there.