Options to view 24/7 recording based on timestamp #1311
-
|
What supported options are there to view the Viseron 24/7 recording from a timestamp? I would be OK with a few different options:
I don't think this documentation link covers this situation. If there isn't anything currently supported than we can use this discussion to see what (if anything) makes sense for Viseron. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
It is possible to put in the HLS playlist URL that the frontend uses directly into VLC, provided that you dont have authentication enabled. If you want to link to the Viseron interface to a specific camera/timestamp you can do so using query parameters, explained here: https://viseron.netlify.app/docs/documentation/configuration/recordings#events-page-query-parameters Would any of those options suffice? |
Beta Was this translation helpful? Give feedback.
It is possible to put in the HLS playlist URL that the frontend uses directly into VLC, provided that you dont have authentication enabled.
I am working on being able to create API tokens for stuff like this, should be in the next release and in
devsoon i hope.If you browse to the timeline page in Viseron and look at the requests being made you should see continuous requests to an endpoint ending with
index.m3u8If you want to link to the Viseron interface to a specific camera/timestamp you can do so using query parameters, explained here: https://viseron.netlify.app/docs/documentation/configuration/recordings#events-page-query-parameters
Would any of those options suffice?