Required support to implement URIHandler #108
-
Hello Team, We have referred uri_handler.rs and tried to implement same uri_handler in our code. error[E0433]: failed to resolve: could not find Please help us to resolve this issue and provide some code so we can refer and implement at our end. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
A newer version of the element can be found here: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/tree/main/net/ndi And you can find an example of the required code to implement the interface here: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/blob/93051dba0ea344d7febc6142256f8fa46ae48ca4/net/reqwest/src/reqwesthttpsrc/imp.rs#L1260-1284 |
Beta Was this translation helpful? Give feedback.
A newer version of the element can be found here: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/tree/main/net/ndi
And you can find an example of the required code to implement the interface here: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/blob/93051dba0ea344d7febc6142256f8fa46ae48ca4/net/reqwest/src/reqwesthttpsrc/imp.rs#L1260-1284