- From: Philipp Hancke via GitHub <sysbot+gh@w3.org>
- Date: Fri, 10 Sep 2021 17:29:02 +0000
- To: public-webrtc-logs@w3.org
I actually ran into this again with a audio/RED encoder. Since audio packets don't get packetized they are size-limited (1200 bytes - transport overhead). This ended up being dropped silently [deep down in libwebrtc](https://bugs.chromium.org/p/chromium/issues/detail?id=1248479). Should 1/ enqueue throw for some definition of "too large audioframe" 2/ the original frame specify a maximum size? -- GitHub Notification of comment by fippo Please view or discuss this issue at https://github.com/w3c/webrtc-encoded-transform/issues/50#issuecomment-917081997 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 10 September 2021 17:29:04 UTC