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

Does srs support single rtmp connection create multi stream? #3860

Closed KittenBall closed 3 months ago

KittenBall commented 8 months ago

I see the rtmp protocol support multi call create stream and return different stream id to use send message.

I'm new to streaming media and I am writing a rtmp client and publish the stream to the srs server, but I found that multi send createStream command just the first one return a _result.

Version SRS/6.0.85(Hang)

Can anyone help me?

Thank you very much.

xiaozhihong commented 6 months ago

What is the context in which you require multiple RTMP streams, and why is this necessary? The support for multiple RTMP streams in players is generally very poor.

TRANS_BY_GPT4

KittenBall commented 6 months ago

Just for learning interest, because I see that the rtmp protocol is supported