RidgeRun / gst-interpipe

GStreamer plug-in for interpipeline communication
Other
140 stars 63 forks source link

Frame not received from interpipesrc with nvstreammux even though the status was PLAYING on Jetson Nano #118

Open hoangnt2601 opened 2 years ago

hoangnt2601 commented 2 years ago
pipeline_create p1 uridecodebin source::latency=200 uri=rtsp://localhost:8554/test ! interpipesink name=cam1 forward-events=false forward-eos=true
pipeline_play p1
pipeline_create p interpipesrc stream-sync=restart-ts listen-to=cam1 ! m.sink_0 nvstreammux name=m batch-size=1 batched-push-timeout=40000 width=1280 height=720 ! queue ! videoconvert ! autovideosink sync=false
pipeline_play p

Same command I run successfully on GTX 1065TI

TannedCung commented 2 years ago

Same problem here. Did you pass this issue by any chances???

ArivCR7 commented 1 year ago

I too have the same issue. Did you guys find a way out?

ArivCR7 commented 1 year ago

For those who encounter this issue, setting enable-sync=true in interpipesrc fixed the issue.