Closed anl13 closed 7 years ago
In general, anything that starts with INFO:
is for debugging purposes. If there are any messages that say WARNING:
, ERROR:
, or CRITICAL ERROR:
, those are important. I wouldn't worry about this.
The clips file is mostly empty because no clips have been recorded. There are API calls to start and stop recording clips. They can be seen at http://aqueti.tv/api/#clip-data-management but are not useful until you've started streaming.
After I run
V2
(see last issue), I check/etc/aqueti/V2.log
and/etc/aqueti/camera_1181053543_clips.json
, find that:V2.log
:And
/etc/aqueti/camera_1181053543_clips.json
:Questions:
There is a line in
V2.log
,What does it mean? Why does it happen?
Why is
camera_1181053543_clips.json
file nearly empty?