Hi Leo,
Thanks for the reply and you kind attention for the issue.
This is the pipe line I am using (Actually I am using C equivalent of this in program.
gst-launch rtspsrc location= rtsp://10.10.0.56/vbStream1S1 name =demux ! queue max-size-buffers=0 max-size-time=0 ! rtph264depay ! capsfilter caps="video/x-h264,width=1920,height=1080,framerate=(fraction)60/1" ! vpudec ! queue max-size-buffers=0 max-size-time=0 ! mfw_v4lsink sync=false demux. ! rtpmp4gdepay ! beepdec ! queue max-size-buffers=0 max-size-time=0 ! 'audio/x-raw-int, channels=2' ! alsasink device='hw:1,0' sync=false
When I kill this program with control C, I see display left with last still image and next time play does not work sometimes.
As per our project requirement we will be changing the display stream/video/images at run time, so I am struggling to find out how can I have robust code.
Thanks
Alok