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.87k stars 5.39k forks source link

Simultaneous SRT callers #4168

Closed JonnyTech closed 2 months ago

JonnyTech commented 2 months ago

Describe the bug Unable to connect more than one SRT caller / client to SRS

Version Release v5.0-r3 self compiled Debian Linux x64

To Reproduce Push SRT from ffmpeg to ingest on SRS as per https://ossrs.io/lts/en-us/docs/v6/doc/srt Connect several client to the SRS output stream (ffplay, VLC, OBS) Only the first client will successfully establish connection

Expected behaviour Multiple SRT clients (callers) should connect to the SRT server (listener)

Is there a limitation on number of simultaneous viewers? I am on a closed LAN with no other network traffic.

suzp1984 commented 2 months ago

No, there are no media viewers number limitation. If ffplay works, then you can open more ffplay cmd to verify.

I guess your issue is config the VLC and OBS incorrectly.

For VLC, is below issue fix your problem? https://github.com/ossrs/oryx/issues/186

JonnyTech commented 2 months ago

Thanks for your reply. It ended up being a typo on my side.