steep-balloon-41261
08/19/2025, 7:17 AMtall-airline-16756
08/19/2025, 7:17 AMtall-airline-16756
08/19/2025, 7:18 AMpcm_s16le
(that's signed 16-bit little-endian PCM)
• Content-Type: audio/x-raw
• Sample Rate: Usually 48kHz
• Channels: 2 (stereo)
If you want to decode this stream using ffmpeg, here’s the input command you’d use:
ffmpeg -f s16le -ac 2 -ar 48000 -i pipe:0
These flags tell ffmpeg to expect raw PCM input with stereo sound at 48kHz. If you have any questions or need a hand with this, just let me know — I’m happy to help!
Sources: Track Egress | LiveKit Docs | README.md | Universal Egress