I am using a Raspberry Pi with lite OS without running X. It would be very nice if the camera output is also shown on the HDMI output of the Raspberry Pi during IP streaming. The tool raspivid seems to create some non latency hardware connection between CSI port and HDMI output, and is also able to stream to IP at the same time. Example using VLC is: raspivid -o - -t 0 -w 1920 -h 1080 -fps 25 | cvlc -vvv stream:///dev/stdin --sout '#rtp{access=udp,sdp=rtsp://:8554/stream}' :demux=h264. This has off course limitations. Would it be possible to use raspivid for feeding video data into APStreamline? What could be the proper way of doing this?
I am using a Raspberry Pi with lite OS without running X. It would be very nice if the camera output is also shown on the HDMI output of the Raspberry Pi during IP streaming. The tool raspivid seems to create some non latency hardware connection between CSI port and HDMI output, and is also able to stream to IP at the same time. Example using VLC is: raspivid -o - -t 0 -w 1920 -h 1080 -fps 25 | cvlc -vvv stream:///dev/stdin --sout '#rtp{access=udp,sdp=rtsp://:8554/stream}' :demux=h264. This has off course limitations. Would it be possible to use raspivid for feeding video data into APStreamline? What could be the proper way of doing this?