kixelated / moq-rs

Rust library for Media over QUIC
Apache License 2.0
405 stars 60 forks source link

Does WebCodec support AAC audio encoding? #130

Closed harlanc closed 9 months ago

harlanc commented 9 months ago

Then I can transmux QUIC media stream into rtmp/hls/http-flv formats in my project https://github.com/harlanc/xiu

kixcord commented 9 months ago

It depends on the browser. For decoding yes, but for encoding Chrome doesn't seem to support it.

harlanc commented 9 months ago

thx.

harlanc commented 9 months ago

Already support on MAC/windows/android platform: https://github.com/w3c/webcodecs/issues/259, but https://quic.video/publish/ only supports Opus on mac chrome.