-
Notifications
You must be signed in to change notification settings - Fork 420
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
panic: runtime error: index out of range [0] with length 0 #85
Comments
I think it should be Duplicate of #75 |
after upgrade to master, I can see the video stream, but there is still a error message at the first time to open the rtsp stream, here is the log:
|
@yourchanges I have reproduce this problem, reopen this issue please. @deepch this problem only reproduce on first open stream with "on_demand": false Log:
|
Thanks, I'll figure it out tomorrow. |
@deepch Sorry, i need to close test stream for a several days. |
Modify the config.go line 186
to fix it. |
when I try the new version, it panic directly. here is log:
it seems should check the length of nal byte array from the code line "for _, nal := range nalRaw {"
The text was updated successfully, but these errors were encountered: