DeepStream Services Library (DSL) for Python and C/C++

Thanks for your sharing, Robert!
Is it possible to get NTP timestamps from the rtsp source in python using your framework?

It seems that I can’t take NTP timestamps from rtpsrc in pyds. The second option in this link DeepStream 5.0 says that I need to use configure_source_for_ntp_sync() but it is not implemented in pyds. I’ve tried this approach What's the detail implementation of function "configure_source_for_ntp_sync" - #3 by horacehxw and modified a pipeline but for some reason I get zero NTP time.

Thus, it seems like it’s hardly possible to receive NTP timestamps without C/C++. If your framework provides such an ability in python then it’s a great solution of this problem.

1 Like