Raspberry Pi 5 uses the libav backend for video encode. This is and enormously flexible and powerful library for video encode operations, including audio encoding and container support, which would never be possible with the legacy stack! You can find how to use it for network streaming in our documentation here.
As per your actual problem, the following command ought to work for you:
As per your actual problem, the following command ought to work for you:
Code:
rpicam-vid -t 0 --libav-format mpegts -o "tcp://0.0.0.0:8080?listen=1"
Statistics: Posted by naushir — Thu Jan 25, 2024 7:20 am