-
-
Notifications
You must be signed in to change notification settings - Fork 187
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
Help with recording 24/7 in ver 3.0.0b11 #836
Comments
I think it might be a problem with the volumes and bind mounts overshadowing each other. Try to stop Viseron, delete the volumes and then start the container again. I will remove the volumes from the Docker container for the next release |
Hi @roflcoopter I think I have found the missing recordings in another volume based on your reply, but I'm not sure what you meant by deleting the volumes so I didn't do a thing yet about it to "fix" my environment and make it record on the desired volume. sorry for being ignorant about it, but did you mean that I need to delete the volumes I have created or those that were created by the dockerfile? or maybe you meant for both? or maybe you meant that I need to try and tinker with the dockerfile somehow? also, one small suggestion which can be very useful:
also, one more question: |
See this comment of another user with a similar problem: #721 (reply in thread) But lets take a step back, in v3 the streams are stored in short 5s segments in the
Which parent folder are you thinking about here, segments or recordings?
The files are in HLS format ( |
Thanks @roflcoopter again for the quick reply. I assumed that the recordings folder will be the directory in which I can find my continuous to answer your question, then my suggestion for the folder structure/hierarchy was regarding the so, from what I can see and understand now, and according to my configuration, I only have files under
again, many thanks for the help and for the quick answers. |
That depends on how you want to consume it. If you want to get more familiar with how the streaming works you can read up on the HLS protocol (the m3u8 playlist) which Viseron is using.
Viserons API does it for the frontend, but again it depends on how you want to consume it.
Do you mean changing what path the segments are stored in inside the container?
What is your usecase for that?
Yes an export feature is on the todo list before v3 is release: #716
Will look into that! |
Hi,
I'm new to viseron and this is my first time to try it.
I have created a docker container with version 3.0.0b11 and worked my way to figure out how I should write the config file, but for some reason I'm still not able to make a 24/7 recording for my test camera.
My need is quite basic. I don't need any AI or any motion detection. only recording for 24/7.
This is how I wrote my config:
This is the logs I have at the beginning (not sure what is the meaning of the WARNING message):
My recording path is actually a docker-volume (but I have tried it also with a bind, and ended up with the same results). so when I go to that path, I see the following:
so looks like the segment for the camera is being created correctly, but nothing can be found under that path.
as for the configuration - I can tell that my "secrets" are good, as I do get live feed for the camera.
any one know what is the problem?
The text was updated successfully, but these errors were encountered: