01-30-2019, 11:04 PM
Hi,
I bought a V5 to stream 4K from the camera over my network. I have the sample working but I wonder what the correct command line would be for a 4K RTSP stream?
I have been trying to get it working with this line:
But then I get this error:
I'm guessing that I need to set a parameter with the buffer size but I can't find anything that works.
Do anyone have a working GStreamer command line for a 4K RTSP stream?
I bought a V5 to stream 4K from the camera over my network. I have the sample working but I wonder what the correct command line would be for a 4K RTSP stream?
I have been trying to get it working with this line:
Code:
sudo gst-launch-1.0 lindeniv4l2src device=/dev/video1 ! video/x-raw,width=1920,height=1080,format=I420 ! videoconvert ! udpsink host=192.168.0.37 port=8554 sync=false
But then I get this error:
Code:
ERROR: from element /GstPipeline:pipeline0/GstLindeniV4l2Src:lindeniv4l2src0: Video device did not suggest any buffer size.
I'm guessing that I need to set a parameter with the buffer size but I can't find anything that works.
Do anyone have a working GStreamer command line for a 4K RTSP stream?