I have a Raspberry Pi camera that I'm piping to VLC to broadcast via RTSP. My intent is to use marquee in the bottom-left corner to broadcast time/date and weather conditions by using a text file. The problem I'm running into is I cannot get the marquee to show up on the stream no matter what code I use. Here is what I have currently:
Code: Select all
libcamera-vid -n -t 0 --inline --width 1280 --height 720 --bitrate 3000000 --rotation 180 --framerate 30 --intra 5 -o - | cvlc stream:///dev/stdin -vvv --sout '#transcode{soverlay,sfilter=marq{marquee="Text here",color=16777215,position=10}}:rtp{sdp=rtsp://:8554/}' --no-audio :demux=h264