Hi,
network camera capture window sometimes stops for about 200~ 500 ms
when using the following pipeline:
(The application will not stop.)
gst-launch-1.0 rtspsrc location=rtsp://[IP address] user-id=[ID] user-pw=[Password] ! rtph264depay ! h264parse ! nvv4l2decoder ! nvvideoconvert ! nvegltransform ! nveglglessink sync=false
however, it does not occur in the following cases. why?
gst-launch-1.0 rtspsrc location=rtsp://[IP address] user-id=[ID] user-pw=[Password] ! rtph264depay ! h264parse ! avdec_h264 ! nvvideoconvert ! nvegltransform ! nveglglessink sync=false
Depending on the network camera, the phenomenon may or may not occur.
If you need information on the network camera where the phenomenon occurs, we can provide it.