We've added beta support for full AV1 handling! This includes AV1 RTP Depacketizer: #291 and AV1 RTP Packetizer: #295 Additional utilities: #294, allowing early testing before the final release in Pion 4.1.0.
What's Changed
- Update module golang.org/x/net to v0.35.0 by @renovate in #3046
- Update pion/rtp to v1.8.12 by @JoeTurki in #3048
- Fix addCodec to return error if payload type exists in codecs list by @itzmanish in #3016
- Move ErrCodecAlreadyRegistered to errors.go by @JoeTurki in #3049
- Fix save to disk examples by @JoeTurki in #3045
- Fix AV1 IVF writer using RTP depacketizer by @JoeTurki in #3041
- Refactor Ivfwriter.WriteRTP implemention by @JoeTurki in #3050
- Add support for AV1 and VP9 to play-from-disk-renegotiation example by @JoeTurki in #3044
Full Changelog: v4.0.11...v4.0.12