ossrs / srs

SRS is a simple, high-efficiency, real-time video server supporting RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH, and GB28181.

Home Page:https://ossrs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support stereo audio for WebRTC audio mixing.

chinajuak opened this issue · comments

Our software, when pushing an RTMP stream, has two distinct audio tracks for the left and right channels. However, after processing through SRS, when played back via WebRTC, the audio from the left and right channels is mixed together.

Our requirement is that the audio tracks for the left and right channels should not be mixed together.

TRANS_BY_GPT4

Interesting. I think it should be caused by the audio transcoder model of WebRTC, which need to be refined for stereo audio. Patch welcome.

Yes, two distinct audio tracks to facilitate the separate extraction of each voice in post-production.

TRANS_BY_GPT4