Hi All,
I am new to use GStreamer for my .net core project. I was trying to install GStreamer
installer: gstreamer-1.0-mingw-x86_64-1.24.0.
On documentation it was mentioned:
On Windows, with .msi installer, keep all default components selected, and add “Gstreamer 1.0 libav wrapper” .But I have installed all existing plugins and stuff (complete installation)
but I am confused about the paths to set in environment variables. I tried to run command prompt
gst-launch-1.0 playbin uri=https://ia800501.us.archive.org/10/items/BigBuckBunny_310/big_buck_bunny_640_512kb.mp4
but I am getting error gst-launch-1.0 is not recognized.
I have set variable with this name and given path to exe :
C:\gstreamer\1.0\mingw_x86_64\bin\gst-launch-1.0.exe
What else should i do to make it work?
your help would be much appreciated.
I wanted to make it run with .net core project. but right now just trying to install properly that I can access even with .net 4.8 or .net standard
Thanks,
Omair