update pi video publisher

This commit is contained in:
legop3
2025-11-15 15:04:46 -05:00
parent 6d4aacb903
commit 2e1186a482
5 changed files with 49 additions and 16 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ source "$ENV_FILE"
: "${PUBLISH_URL:?PUBLISH_URL not set in ${ENV_FILE}}"
VIDEO_WIDTH="${VIDEO_WIDTH:-1280}"
VIDEO_HEIGHT="${VIDEO_HEIGHT:-720}"
VIDEO_WIDTH="${VIDEO_WIDTH:-640}"
VIDEO_HEIGHT="${VIDEO_HEIGHT:-480}"
VIDEO_FPS="${VIDEO_FPS:-30}"
VIDEO_BITRATE="${VIDEO_BITRATE:-3000000}"