-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to start a second RTMP stream on iOS #6
Comments
I'll be looking at it soon 👍🏻 |
Maybe this thing happens because stream.attachCamera(nil)/stream.attachAudio(nil) is never called, removeFromSuperview could be a great place to write those lines. I tried to build it a couple of times but XCode is always throwing the build with a lot of errors from HaishinKit |
@izquiratops I'm currently updating the HaishinKit to 1.4.1 but there is a problem about the process. I've created an issue about it on here I'm working about it |
I was wondering if there are any updates on this. |
Used suggested @izquiratops changes to fix that. |
The very first time works fine, but stopping the stream and starting a new one will crash. This is happening only on iOS.
To Reproduce
Expected behavior
Should start a new stream every time I run startStream.
Smartphone:
Additional context
apiVideo uses HaishinKit 1.3.0 and works as expected, maybe this is an issue that comes from 1.2.7.
I tried to fork it and upgrade the package, but I've never worked with Xcode before and I'm kinda lost
The text was updated successfully, but these errors were encountered: