-
Notifications
You must be signed in to change notification settings - Fork 33
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
[Feat]: Unpublish stream #79
Comments
Hi, I guess you are talking about RTMP Command message. I don't think there is an official I am just curious, what server do you use? Because if the connection is closed. There is no need to explicit Do you have the same issue with Android? |
its |
and yes it is same for android |
If the connection between the device and your server is lost, you won't get a |
Yes that is ok, network outage may occur or peer disconnections. But that is usually rare. |
Hi, For the implementation, I would rather like that |
Yes, that would also work |
I made a fix in the Android library. |
it checks FCUnpublish to send a call to server to unpublish |
Just to confirm. The argument in the |
yes thats correct |
Could you test the iOS version of the |
sure, i have to test the |
Yes Please :)
|
so i've tested the main branch code, unfortunately its behaving the same way as before. I'm not getting any webhooks fired as it should be on the call of unpublish. The patchset is not working i guess. |
@ThibaultBee I guess that must be the issue, |
Could you add an issue for this in HaishinKit? |
reported. Link |
Could you test the android version on |
Have you made any progress on the iOS part? |
it is in progress yet. |
@ThibaultBee PR is up for iOS haishinkit |
deleteStream PR is merged @ThibaultBee. You can integrate it in the package now. |
Waiting for next HK release |
Have you test the fix made for Android? |
Release 2.0.1 is made with HK 1.9.3 that should fix this. |
Could you test on 2.0.1? |
Version
2.0.0
Environment that reproduces the issue
Device iPhone xs max iOS 16.1
Use case description
Currently, the stop() method disconnects the stream but doesn't unpublish it from the server. How can we unpublish the stream?
Proposed solution
There should be a method to unpublish the stream from server as well.
Alternative solutions
No response
The text was updated successfully, but these errors were encountered: