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

ソリューションへジャンプ
1,394件の閲覧回数
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 解決策
1,251件の閲覧回数
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 返信
1,252件の閲覧回数
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 件の賞賛
返信