]> git.parisson.com Git - telecaster-server.git/commitdiff
re-add video params
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Wed, 12 Mar 2025 15:19:35 +0000 (16:19 +0100)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Wed, 12 Mar 2025 15:19:35 +0000 (16:19 +0100)
bin/streaming/telecaster.py

index 362da02aaca8794346fe8086198199381c7995e9..35a31df4bcf9ea7cce94230c04d63c221314baea 100755 (executable)
@@ -10,7 +10,9 @@ from copy import deepcopy
 
 #    ! queue ! clockoverlay time-format="%D %H:%M:%S" \
 
-VIDEO_PIPELINE_BASE="""pipewiresrc client-name="video_streaming" \
+VIDEO_PIPELINE_BASE="""pipewiresrc client-name="video_streaming" path={path} \
+    ! {format}, width=[{width}], height={height}, framerate={framerate}/1 \
+    ! queue ! {decoder} \
     ! queue ! videoflip method={flip} \
     ! queue ! videoconvert \
     ! queue ! vp8enc threads=4 deadline=2 target-bitrate={vp8_bitrate} \