RTSP Stream windows Coordinates and size?

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

RTSP Stream windows Coordinates and size?

Pietro_Pancino
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.

Many thanks!

:-)



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: RTSP Stream windows Coordinates and size?

Nicolas Dufresne-5


Le sam. 18 juill. 2020 08 h 30, Pietro_Pancino <[hidden email]> 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
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel