ossrs / srs

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

forward stream to 2 servers #3894

Closed maxwelllin-kingkey closed 4 months ago

maxwelllin-kingkey commented 7 months ago

I use the forward feature to push many streams to a master server first. This master server then forwards all the streams to server1 and server2 via forward (this is done for bandwidth considerations). However, I've noticed that occasionally one or two streams are missing on server1, but they exist on server2, while the frontend continues to send stream packets.

xiaozhihong commented 7 months ago

Please provide your config and log.

winlinvip commented 7 months ago

If an error occurs during the forwarding process, there will be attempts to retry. However, recovery is not guaranteed, so it's important to check the detailed logs.

TRANS_BY_GPT4

winlinvip commented 4 months ago

Your issue does not comply with the requirements of the Issue template. Please submit bugs using the Issue template. Issues that do not provide complete information will be deleted directly. This Issue will be deleted. Please read the FAQ first: #2716.

TRANS_BY_GPT4