open-webrtc-toolkit / owt-server

General server (streaming/conference/transcoding/anayltics) for OWT. (A.k.a. MediaServer)
https://01.org/open-webrtc-toolkit
Apache License 2.0
1.13k stars 369 forks source link

AV1 codec support #920

Open peererror opened 3 years ago

peererror commented 3 years ago

As planed in chrome 90 the AV1 codec will be supported and enabled by default I think this codec should also be support by owt-server in mixing and sfu mode

https://www.chromestatus.com/feature/6206321818861568

taste1981 commented 3 years ago

RTP spec for AV1 is still in v0.5 phase: https://github.com/AOMediaCodec/av1-rtp-spec

The support for AV1 in owt-server will not be considered until IETF publish RFC draft for RTP payload for AV1.

starwarfan commented 11 months ago

Currently av1 is only supported in owt sfu mode.