392bc35a0d34cd35bf48468b115c2bb613ba28eb
Root cause: prepareStream muxed video+audio into a NUT container on pipe:1. The Demuxer scans pipe:1 for AnnexB start codes (00 00 01) to split NAL units into access units and classify keyframes (nal_type 5). NUT container framing bytes sat in the stream and were scanned as NALs — NAL type 0 (NUT header) instead of 5 (IDR) → every frame classified key=false → Discord decoder never got a decodable frame → static/black GoLive tile. Fix: output raw H264 AnnexB on pipe:1 (demuxer target) and Ogg Opus on fd3/pipe:3 for audio. NUT is only needed for *input* parsing (single pipe carries both streams); output is demuxed into separate raw streams.
Description
Bete Discord moderation watcher
26 MiB
Languages
TypeScript
95.5%
C++
1.2%
Nix
1%
Shell
0.7%
JavaScript
0.6%
Other
1%