You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 20, 2024. It is now read-only.
Just a quick question, is there a way to download a recording via the Python client instead of having to physically transfer the recording from the SD card?
Thanks in advance!
Eduardo Davalos
The text was updated successfully, but these errors were encountered:
All the files in a recording are accessible via http. If you first download the recording.g3 json file (using the root path of the recording, it will contain all filenames for the files in the recording except the meta-files. Those need to be queried using the meta interface. This could all be wrapped in a neat utility function in python, but currently it isn't. You can also use the webui to download a zip-file with the whole contents of a recording (download buttons available in the "Storage" tab). There you can see the javascript implementation for the same functionality.
Just a quick question, is there a way to download a recording via the Python client instead of having to physically transfer the recording from the SD card?
Thanks in advance!
Eduardo Davalos
The text was updated successfully, but these errors were encountered: