Created
July 20, 2025 07:51
-
-
Save blgnksy/089f8f61ab2c3c836a4e05876db4cc3c to your computer and use it in GitHub Desktop.
RTSP Stream to v4l2 device
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```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