how to make stop the display at the last frame by using streamer tools

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

how to make stop the display at the last frame by using streamer tools

跳至解决方案
915 次查看
ruiguifang
Contributor III

I wanna switch stream from several rtsp.There was blackscreen about 3 seconds between one video to another.how to make stop the display at the last frame by using streamer tools

标签 (4)
标记 (3)
0 项奖励
回复
1 解答
772 次查看
ruiguifang
Contributor III

I have found the solution.the command following:

gst-launch rtspsrc location=rtsp://192.168.1.x/x  latency=0  typefind=true ! rtph264depay ! capsfilter caps="video/x-h264,width=1280,height=720,framerate=(fraction)30/1" ! vpudec  low-latency=true frame-plus=9 framedrop=false ! queue max-size-buffers=0 max-size-time=0 ! mfw_v4lsink

在原帖中查看解决方案

0 项奖励
回复
1 回复
773 次查看
ruiguifang
Contributor III

I have found the solution.the command following:

gst-launch rtspsrc location=rtsp://192.168.1.x/x  latency=0  typefind=true ! rtph264depay ! capsfilter caps="video/x-h264,width=1280,height=720,framerate=(fraction)30/1" ! vpudec  low-latency=true frame-plus=9 framedrop=false ! queue max-size-buffers=0 max-size-time=0 ! mfw_v4lsink

0 项奖励
回复