-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
MediaMTX crashes occasionally when publishing AV1 over WEBRTC #2166
Comments
Hello, thanks for reporting the crashes. The second one is caused by these non-standard HTTP requests with an absolute URL in place of the path, and is fixed by #2169
|
The bug that causes first crash is not present on v0.23.8 but is present on v0.23.7, since line Next time please report the two bugs in two separate issues. |
They arose from similar circumstances so I assumed they were related. Anyways, thank you. I'll compile the latest version and report any new crash I encounter. |
This issue is being locked automatically because it has been closed for more than 6 months. |
Which version are you using?
v0.23.8
Which operating system are you using?
Describe the issue
I have not been able to reproduce this crash reliably so a journalctl crash logs are all I have. This crash happens when I publish AV1 video over with RTSP and open it with WebRTC. I am not sure if it's the opening and closing of the browser window that's causing the crashes or something else.
I have two different logs:
crashlog.txt
crashlog2.txt
mediamtx.yml:
mediamtx.yml.txt
Describe how to replicate the issue
Did you attach the server logs?
yes
Did you attach a network dump?
no
The text was updated successfully, but these errors were encountered: