i would like stream the RPi No IR Camera with rtsp, I have no problem with the stream, but i cant switch to -ex night.
I use this command:
Code: Select all
raspivid -ex night -n -w 1280 -h 720 -b 4500000 -fps 30 -vf -hf -t 0 -o - | cvlc -vvv stream:///dev/stdin --sout '#rtp{sdp=rtsp://:8554/}' :demux=h264
Code: Select all
raspivid -o - -t 0 -n -w 900 -h 506 -fps 5 -ex night -b 5000000| cvlc -vvv stream:///dev/stdin --sout '#rtp{sdp=rtsp://:8554/}' :demux=h264
What can i do?
regards
Thomas