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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Jump to solution
726 Views
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

Labels (4)
Tags (3)
0 Kudos
1 Solution
583 Views
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

View solution in original post

0 Kudos
1 Reply
584 Views
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 Kudos