finalize video streaming issues

This commit is contained in:
2026-07-05 13:23:48 +05:00
parent 37539469de
commit 5d18bb7965
5 changed files with 117 additions and 108 deletions

View File

@@ -17,14 +17,10 @@ services:
expose:
- 80
- 9090
- 9091
- 9092
environment:
MQTT_URL: mqtt://mosquitto:1883
HTTP_PORT: 80 # http port for video previewiong page
HTTP_PORT: 80 # http port for video previewing page
WS_PORT: 9090 # WebSocket port for video streaming
WS_PIPE_PORT: 9091 # WebSocket port for outgoing binary data
HTTP_INGEST_PORT: 9092 # HTTP port for incoming binary data
CLOUD_INGEST_URL: ${CLOUD_INGEST_URL}
CLOUD_INGEST_API_KEY: ${CLOUD_INGEST_API_KEY}
DEMO_CLOUD_INGEST_URL: ${DEMO_CLOUD_INGEST_URL}