Replies: 1 comment
-
|
RTMP works that way, but I thought SRT might behave differently. I understand that Of course, it’s possible that I’m misunderstanding the specification, so if you have documentation on this, I’d appreciate it if you could share it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Hi,
I have a question regarding the reconnect behavior with
streamid.My understanding is that setting a
streamidshould allow a caller to disconnect and reconnect without needing to restart the listener.However, in my current implementation, once the caller disconnects, I must stop and restart the listener before the caller can connect again.
Is this the expected behavior, or is there a proper way to configure
streamidto allow seamless reconnects?Background / Tried Steps
URLs used:
Listener:
Caller:
Caller code snippet:
After calling
stopPlayer(), I am unable to connect again. I must stop and restart the listener before the caller can reconnect.The only log output when attempting to reconnect is:
Environment
iPad mini 7 - iOS 26
iPhone 16 Pro - iOS 26
Haishinkit main branch
Could you advise if there is a correct way to allow the caller to reconnect without restarting the listener?
Thank you for your guidance.
Beta Was this translation helpful? Give feedback.
All reactions