-
Notifications
You must be signed in to change notification settings - Fork 572
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
Snapshot won't work with Reolink camera with 1.5.0 #417
Comments
I figured it out. I have to set it up as a standalone stream. I had it set up as one of the sources in the same stream along with the main RTSP stream and it worked before version 1.5.0 |
so you fixed it? this can be closed? |
The behavior is different comparing to previous version. My full config was like that:
The
Not sure if this change is intended. |
This is expected behaviour for v1.5: AlexxIT/Blog#11
So go2rtc will take first source and will try to transcode it to JPEG. But anyway it shouldn't fail. |
I did further debug and found out that the snaphot won't work if I am using Reolink HTTP FLV source. If I changed to RTSP source, it will work. Following is the summary.
I used HTTP FLV source for my reolink cameras because it is more stable than RTSP. |
I am adding a snapshot stream using the reolink snapshot URL
I am using the
frame.jpeg
url to feed that snapshot to other services like scrypted.It was working fine in previous version till I updated to go2rtc 1.5.0. Now, when I click that
frame.jpeg
link, I am gettingexit status 1
.I had another amcrest camera and I am doing the same thing which still works with go2rtc 1.5.0
The text was updated successfully, but these errors were encountered: