13.1. IP Cameras (Blick)

Note

At the time of writing the IP addresses of the cameras are 192.168.0.116 and 192.168.0.148. This might change in the future.

IP_CAMERA_ADDRESS="192.168.0.116"

13.1.1. Streaming

gst-launch-1.0 rtspsrc location=rtsp://${IP_CAMERA_ADDRESS}:554/11 latency=0 buffer-mode=auto ! queue ! rtph265depay ! h265parse ! decodebin ! videoconvert ! autovideosink

13.1.2. Save to File

$ gst-launch-1.0 rtspsrc location=rtsp://${IP_CAMERA_ADDRESS}:554/11 buffer-mode=auto ! queue ! rtph265depay ! h265parse ! mp4mux ! filesink location=test.mp4 -e