Mark Theunissen

Results 5 comments of Mark Theunissen

Interesting, thanks for getting back - I did some digging and it looks like the Gstreamer implementation of the VideoCapture->Grab() method will call `gst_app_sink_pull_sample` which does block, and breaks the...

This pipeline works well for me (opening it through OpenCV): >rtspsrc location=rtsp://192.168.1.1/path/to/stream drop-on-latency=true do-retransmission=false latency=0 ! decodebin ! videoconvert ! appsink max-buffers=1 drop=true That's a security camera pushing out h264...

Ok I basically solved all my issues by reducing any one of the source video's frame rate, bitrate or resolution. 720p works great, no delay, stable and smooth. I think...

@pieterpoorthuis did you get anywhere with this? I'm also interested.