Convert AAC to Opus audio format #4
Labels
blocker
Blocks a production release
enhancement
New feature or request
help wanted
Extra attention is needed
We presumably receive AAC in from our RTMP streaming clients, however our FTL & WebRTC stack require Opus. We need to convert the audio to Opus before sending it over the RTP stream.
Relevant lines:
rtmp-ingest/rtmp.go
Lines 170 to 221 in 98e8d35
From my cursory research, it seemed like a native program would be require to accomplish this. There's no pure-Go solution I could find.
The text was updated successfully, but these errors were encountered: