Replies: 5 comments 2 replies
|
Thanks for trying out Viseron, and sorry you are having issues. What does the playlist look like when you reload the page (when playback works)? Also, what time zone are you in? |
0 replies
1 reply
|
Found the bug! To calculate where on the timeline you are clicking, we are using coordinates based on the height of the window. Will get back to you when there is a fix available to test. |
1 reply
|
The 3.5.2 release is now complete and includes this fix |
0 replies
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi.
I'm new to Viseron and installed it to try it out. Using docker and app version 3.5.0.
I have three cameras added via go2rtc. Mostly everything works fine. But I noticed strange behavior on timeline page.
When I try to rewind by clicking anywhere on timeline, the preview breaks. I found out that, after clicking, there is http request with year set to 1970, which results with response with no segments, obviously.
When the page is reloaded, the date is correct:
But after clicking on the timeline:
And the response contains no segments, which seems to break preview.
After that nothing works, until I reload the page. This happens for all three cameras.
Moreover, I noticed that time on the preview does not match with timeline:
As you can see, the timeline shows hours between 21 and 22. But on tooltip there is 13:58:51, which is way off.
Maybe there is some stupid mistake in my configuration. Could you direct me what can I check?
Thanks
All reactions