Cédric Verstraeten
Cédric Verstraeten
Can you run this version [384448d](https://github.com/kerberos-io/agent/releases/tag/384448d), as this resolved an issue with uploading and cleanup.
Can you disable mp4 fragmentation? Not sure which cameras your are using but it failed to read. out the fragmented mp4 metadata. 
Thanks @Christiaan-Mathu for the explanation. So we did fix something in the latest release: https://github.com/kerberos-io/agent/blob/master/machinery/src/cloud/Cloud.go#L114-L141 Going into your previous comment, it actually tells that the video was recorded and recognised...
However I do get your point. At the moment the upload failed due to network connectivity, we will "slow down" for x seconds (https://github.com/kerberos-io/agent/blob/master/machinery/src/cloud/Cloud.go#L136-L139) and try to upload the next...
Thanks again for the detailed logs! I also noticed your camera is restarting. Is this happening continuously? ka-garage-south | {"level":"info","msg":"HandleRecordStream: Start continuous recording ","time":"2022-12-21T09:35:09-07:00"} ka-garage-south | {"level":"info","msg":"ControlAgent: Number of packets...
Not sure if still relevant @instantdreams, but it looks like it might be linked to user permissions: https://github.com/kerberos-io/agent/issues/94#issuecomment-1504325778.
Yes, it's confusing but it will take the right timezone. Thanks for noticing this!
hey @yllekz thanks for reporting and giving feedback. I agree we should make this a bit more clear, there was another suggestion made here https://github.com/kerberos-io/agent/issues/60. I believe we should explain...
thanks @AMD-NICK you are 100% correct. This is a legacy thing, within the Kerberos Hub we expect files to be formatted using `_` to separate different variables. Therefore we don't...
Yes I agree, and it should be done differently but we would need to rework some parts of our applications to handle that. Looks like a strange design decision in...