]> git.parisson.com Git - telecaster-server.git/commitdiff
re-add jpeg video caps, rm video timestamp and delay
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Wed, 12 Mar 2025 15:11:17 +0000 (16:11 +0100)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Wed, 12 Mar 2025 15:11:17 +0000 (16:11 +0100)
bin/streaming/telecaster.py

index 9f9463c8315f6601faecbda741fd04fba8a71562..ce2576d3ee4513f54fd1b885a12a43c26c59afc1 100755 (executable)
@@ -10,9 +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" ! {format}, width={width}, height={height}, framerate={framerate}/1 \
     ! queue ! {decoder} \
-    ! videoflip method={flip} \
+    ! queue ! videoflip method={flip} \
     ! queue ! videoconvert \
     ! queue ! vp8enc threads=4 deadline=2 target-bitrate={vp8_bitrate} \
     ! queue ! muxout. \