Skip to content

Instantly share code, notes, and snippets.

@blgnksy
Created July 20, 2025 07:51
Show Gist options
  • Save blgnksy/089f8f61ab2c3c836a4e05876db4cc3c to your computer and use it in GitHub Desktop.
Save blgnksy/089f8f61ab2c3c836a4e05876db4cc3c to your computer and use it in GitHub Desktop.
RTSP Stream to v4l2 device
```bash
sudo modprobe v4l2loopback video_nr=10 card_label="iPhone Stream" exclusive_caps=1
GST_DEBUG=3 gst-launch-1.0 souphttpsrc location=http://192.168.178.52/live ! jpegdec ! videoconvert ! v4l2sink device=/dev/video10
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment