Skip to content
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

Fix hanging webrtc streams #1428

Closed
wants to merge 1 commit into from
Closed

Fix hanging webrtc streams #1428

wants to merge 1 commit into from

Conversation

seydx
Copy link

@seydx seydx commented Nov 2, 2024

Since v1.9.4 it is no longer possible to stop webrtc streams (webrtc:ws://). Go2RTC attempts to stop them and logs it, but on the client side the Peer Connection never disconnects, making it impossible to stop the stream.

This Pull Request reimplements the stop function for the webrtc producer, which terminates the Peer Connection.

AlexxIT added a commit that referenced this pull request Nov 2, 2024
@AlexxIT
Copy link
Owner

AlexxIT commented Nov 2, 2024

Thanks for pointing to exact place of problem. But I have fixed this with another way.

@AlexxIT AlexxIT closed this Nov 2, 2024
@AlexxIT AlexxIT added this to the v1.9.7 milestone Nov 2, 2024
@seydx seydx deleted the webrtc branch November 3, 2024 00:28
@AlexxIT
Copy link
Owner

AlexxIT commented Nov 14, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants