<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le sam. 6 juin 2020 09 h 00, horai <<a href="mailto:ivo.hora@seznam.cz">ivo.hora@seznam.cz</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear sir,<br>
<br>
We do not use playbin, we rather contruct pipeline manually since we have a<br>
finer control over the flow and elements.<br>
Which graphical server do you use? Wayland or X11?<br>
We try to program a multi window player and we faced some issues regarding<br>
Wayland, but there have been quite a few changes since then and I would<br>
really encourage you to try waylandsink with v4l2h264dec (have a look at<br>
proper settings to get hardware acceleration), it was blazing fast.<br>
<a href="https://www.raspberrypi.org/forums/viewtopic.php?t=240274" rel="noreferrer noreferrer" target="_blank">https://www.raspberrypi.org/forums/viewtopic.php?t=240274</a><br>
The same we did on X11 graphical server Embedding sink into GTK window<br>
brings some things to resolve and finding a working and fast solution<br>
(especially combination of codec and sink) was a matter testing. There is a<br>
huge variety of sinks which go along with GTK and v4l, just list all of them<br>
the via:<br>
gst-inspect-1.0 | grep sink<br>
And pick the ones related to video.<br>
Initially, cluttersink seemed very suitable for our purpose (must be<br>
installed from repository libclutter-gst-3.0-dev), but we dropped it.<br>
I was not successful in embedding kmssink into GTK window (nor I managed to<br>
run it under X11 or Wayland), but it has already been a long time since I<br>
tried it last, therefore I would encourage you to try it as kmssink was<br>
fabulously fast without X11.<br>
I guess,using OMX on RPi4 with KMS support is not possible since it disables<br>
binary proprietary Broadcom driver used by OMX, there might be some chance<br>
using fake-KMS, but I would really encourage you to use v4l, it is a<br>
standard.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Weston compositor through Wayland sink should offer similar performance and capabilities of kmssink. You need Weston 8+, and it will transparently use a HW overlay like kmssink does. Kmssink runs as DRM master, hence will conflict with any display server. You could also consider adding support for the direct display protocol, which forces this path (without GL fallback), but RPi is so flexible that I don't think this is needed.</div><div dir="auto"><br></div><div dir="auto">As for zero-copy to X11, there is extension in dri3 to use dmabuf, it won't give you overlay, but at least decent GL rendering. This is largely not-implemented in GStreamer. I think this could theorically be added as an upload method in glupload element. This is assuming you have the skills and time to get your hand dirty.</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
<br>
--<br>
Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/" rel="noreferrer noreferrer" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank" rel="noreferrer">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div></div></div>