Issues about using GStreamer to display multiple Camera RTSP Streaming

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Issues about using GStreamer to display multiple Camera RTSP Streaming

1,997件の閲覧回数
Eric1994
Contributor III

I'm using the i.MX 8M Mini with Linux Yocto Project BSP 5.10.72 2.2.1 Release;

 

I follow the <i.MX 8 GStreamer User Guide> document in the following link:

https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX-8-GStreamer-User-Guide/ta-p/1098942

And I use GStreamer to display 2 IP camera rtsp streams like this:

gst-launch-1.0 rtspsrc location=rtsp://admin:hk123456@192.168.8.64 latency=0 ! decodebin ! glimagesink render-rectangle='<0, 0, 600, 870>' &

gst-launch-1.0 rtspsrc location=rtsp://admin:hk123456@192.168.8.66 latency=0 ! decodebin ! glimagesink render-rectangle='<620, 0, 600, 870>' &

When these is only 1 rtsp stream, the video looks fine, when I add the second rtsp stream, the video start to blink, see the IMG_6040.mp4 video in the attachment.

How to deal with this blink issue?

 

ラベル(1)
0 件の賞賛
返信
1 返信

1,975件の閲覧回数
joanxie
NXP TechSupport
NXP TechSupport

what's your video resolution and frame rate? maybe you can refer to the link as below

https://community.nxp.com/t5/i-MX-Processors/Gstreamer-resize-video-window/m-p/1389083

0 件の賞賛
返信