You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gstdnoreader gstd_no_reader.c:77:gstd_no_reader_read:<GstdNoReader@0x55826e94a0> Unable to read from this resource
Interestingly, if I use a rtspsink pipeline the seek event works as expected. I am wondering if there is something in the udpsink signal handling while using gstd that is making the seek event fail?
The text was updated successfully, but these errors were encountered:
Hi, I am trying to send a simple seek event while using
gstd
(0.13.2) and it is failing. I am using GStreamer 1.14.5 on Jetson Nano 2GB 32.6.1.My streaming pipeline is:
My seek event code is:
When I send the event I get the error:
Interestingly, if I use a
rtspsink
pipeline the seek event works as expected. I am wondering if there is something in theudpsink
signal handling while usinggstd
that is making the seek event fail?The text was updated successfully, but these errors were encountered: