ossrs / srs

SRS is a simple, high-efficiency, real-time media server supporting RTMP, WebRTC, HLS, HTTP-FLV, HTTP-TS, SRT, MPEG-DASH, and GB28181.
https://ossrs.io
MIT License
25.42k stars 5.36k forks source link

Mix audio streams to one audio, 服务器混音' translates to: 'Mix audio streams to one audio, Server mixing #481

Closed winlinvip closed 4 years ago

winlinvip commented 9 years ago

On the server, multiple audio streams can be decoded and merged, and then encoded into a single audio stream. The server can directly process the packets without the need to pull the stream out for merging and sending it back, resulting in low latency.

TRANS_BY_GPT3

winlinvip commented 9 years ago

Can be used in video conferences, online hosting with one-way video and multiple-way audio, and external audio input.

TRANS_BY_GPT3

wenjiegit commented 9 years ago

The synthesis and encoding of audio consume less, so it can be considered for integration.

TRANS_BY_GPT3

winlinvip commented 4 years ago

Audio mixing may not be necessary to support, audio ranking can be used. For gb18181 monitoring scenarios, audio transcoding may be required. #1500

TRANS_BY_GPT3