Hi,
I would like to use h264 over udp to deepstream sdk dsexample plugin,
I created a gstreamer pipeline that uses udpsrc to dsexample plugin, during run it fails with “internal error” on udpsrc.
- Tried also to replace c++ gstreamer code of deepstream-app with udpsrc instead of rtspsrc and got the same failure.
dsexample plugin accepts raw video (RGBA/NV12) according to gstream inspect.
Can you please give an example of a working gstreamer udpsrc pipeline to dsexample plugin.
Thanks