What is the easiest way to collect a list of all stream parts? We'd like to include the start and end timestamps for the recorded portion. We've tried to generate a start/creation timestamp using the file system, but it is unreliable. We have tried to use the modified time from the file system, but have concerns about processes touching the file after the actual recording or delaying the release of the file.
Ideal data set for us would be:
- Stream Name
- Recording Start Timestamp
- Recording End Timestamp
- Contains audio? (Boolean)
- Contains video? (Boolean)
Does the WCS server have an internal database that we collect from? or do you have recommendations on how to accurately collect this information?
Thanks
Ideal data set for us would be:
- Stream Name
- Recording Start Timestamp
- Recording End Timestamp
- Contains audio? (Boolean)
- Contains video? (Boolean)
Does the WCS server have an internal database that we collect from? or do you have recommendations on how to accurately collect this information?
Thanks