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
Copy file name to clipboardExpand all lines: README.md
+16-6Lines changed: 16 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -687,17 +687,17 @@ services:
687
687
`SE_VIDEO_FILE_NAME=auto` will use the session id as the video file name. This ensures that the video file name is unique to upload.
688
688
Video file name construction automatically works based on Node endpoint `/status` (and optional GraphQL endpoint) to get session ID, capabilities.
689
689
690
-
| | Hub/Nodes | Standalone roles | Dynamic Grid |
690
+
`SE_VIDEO_UPLOAD_ENABLED=true`will enable the video upload feature. In the background, it will create a pipefile with file and destination for uploader to consume and proceed.
691
+
692
+
`SE_VIDEO_INTERNAL_UPLOAD=true`will use RCLONE installed in the container for upload. If you want to use another sidecar container for upload, set it to `false`.
`SE_VIDEO_UPLOAD_ENABLED=true`will enable the video upload feature. In the background, it will create a pipefile with file and destination for uploader to consume and proceed.
698
-
699
-
`SE_VIDEO_INTERNAL_UPLOAD=true`will use RCLONE installed in the container for upload. If you want to use another container for upload, set it to `false`.
700
-
701
701
For environment variables with prefix `RCLONE_` is used to pass remote configuration to RCLONE. You can find more information about RCLONE configuration [here](https://rclone.org/docs/).
702
702
When using in Dynamic Grid, those variables should be combined with the prefix `SE_`, for example `SE_RCLONE_`. See below reference for more details.
703
703
@@ -710,6 +710,16 @@ When using in Dynamic Grid, those variables should be combined with the prefix `
710
710
711
711
- Configure video recording and uploading for Dynamic Grid standalone (standalone-docker): [tests/docker-compose-v3-test-standalone-docker.yaml](tests/docker-compose-v3-test-standalone-docker.yaml)
712
712
713
+
### Environment variables and default values for upload feature
714
+
715
+
| Environment variable | Default value | Description |
0 commit comments