RTSP Stream windows Coordinates and size?

Nicolas Dufresne nicolas at ndufresne.ca
Sat Jul 18 14:48:22 UTC 2020


Le sam. 18 juill. 2020 08 h 30, Pietro_Pancino <pietro.pancino at gmail.com> a
écrit :

> Hi all,
>
> I need to fix the windows output coordinate and his size on desktop.
> Here is my command line, working well but still on 0,0 and in original
> size.
>
> c:\gstreamer\1.0\x86_64\bin\gst-launch-1.0.exe rtspsrc
> location=rtsp://192.168.1.100/cam0_1 latency=10 ! rtph264depay !
> h264parse !
> decodebin ! videoconvert !  autovideosink
>
> Is there a way to do it, I'm a new user of gstream and not a specialist.
>

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.

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.


> Many thanks!
>
> :-)
>
>
>
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20200718/0a903f60/attachment.htm>


More information about the gstreamer-devel mailing list