Reciving video stream in C# app.

I build drone and I need a streaming video from camera to my C# app. In drone I have nvdia jettson with ubuntu where i’m running a streaming rtsp by udpsink. I can show this stream on Windows by only in console using gstremer tool. I saw liblary to run gstremer in C# but, in interner I didn’t see a version for windows, GitHub - GStreamer/gstreamer-sharp: C# bindings for GStreamer. This module has been merged into the main GStreamer repo for further development. is only Linux. Do you have solution for this problem? Very thanks!

Hi,
Have you tried using the latest repository for gstreamer-sharp found in gitlab? If not, here’s the link: subprojects/gstreamer-sharp · main · GStreamer / gstreamer · GitLab

If you need help building the project, try refering to this guide
GStreamer Application Development - ProventusNova DeveloperWiki

Let me know how your project goes!