Missing decoder plugin
Orko
siv_fa at gmx.de
Fri Feb 26 13:37:10 UTC 2021
So, first of thanks for the help and hints.
I finally managed to make it work here is what i did i'm not sure if this
something that works for others.
1:Setup a v2l4Loopback (A Virtual Video Capture device) info: here
<https://github.com/umlaeute/v4l2loopback#distributions>
2:create the device:
sudo modprobe v4l2loopback video_nr=42 card_label=virtcam exclusive_caps=1
max_buffers=2
You can check the device with
v4l2-ctl -d 1 --all
3: start the gstreamer Pipline:
gst-launch-1.0 rtspsrc location=rtsp://192.168.87.43/ ! decodebin !
videoconvert ! video/x-raw, format=YUY2 ! tee ! v4l2sink device=/dev/video42
The problem that i had was is probably this.
<https://github.com/umlaeute/v4l2loopback/issues/83>
So now it seems to work chromium finds the camera and shows the image. The
only problem left is that the image is mirrored and i think that's because
of the setting within the v2l4loopback device format.?
I will check that later.
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list