<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le sam. 18 juill. 2020 08 h 30, Pietro_Pancino <<a href="mailto:pietro.pancino@gmail.com">pietro.pancino@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
I need to fix the windows output coordinate and his size on desktop.<br>
Here is my command line, working well but still on 0,0 and in original size.<br>
<br>
c:\gstreamer\1.0\x86_64\bin\gst-launch-1.0.exe rtspsrc<br>
location=rtsp://<a href="http://192.168.1.100/cam0_1" rel="noreferrer noreferrer" target="_blank">192.168.1.100/cam0_1</a> latency=10 ! rtph264depay ! h264parse !<br>
decodebin ! videoconvert !  autovideosink<br>
<br>
Is there a way to do it, I'm a new user of gstream and not a specialist.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">For full control, you should embed the window I to your application. The video-subwindow should scaled according. See GstVideoOverlay interface for more details. Choose a videosink which has support for that of course.</div><div dir="auto"><br></div><div dir="auto">p.s. window placement is only possible on Windows or Linux/X11. Windowing system like Android, iOS or Wayland will limit your ability to do so.</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>
Many thanks!<br>
<br>
:-)<br>
<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>