Andrew King
Andrew King
Yeah gstreamer error are mostly hidden. Since you have errors with gst-insepect this is most likely coming from issues with the setup of gstreamer. We need to find out what...
We don't require the `assrender` plugin (it renders subtitiles) but we do use these: app (gst-plugins-base): For the link from neolink to gstreamer audioparsers (gst-plugins-good): To parse the audio audioconvert...
If you set the enironmental variable `GST_DEBUG` to 3 then try and connect to neolink we should get a more full report of what plugins are missing.
Looks like your missing a dependency of gstreamer. Do you have the `dumpbin` command? If so please try using it on the gstramer dlls to see what might be missing....
If you can perhaps try `dumpbin -dependents D:\gstreamer\1.0\msvc_x86_64\lib\gstreamer-1.0\gstassrender.dll` to see what might be missing
Maybe we should try switching to an older gstreamer until they sort out the packaging for it properly. Perhaps try the 1.16 or 1.18 (do check the path again because...
From this your video is decoding ok as h264. But your missing the aac decoder plugin. If your ok with no sound you can disable that on the camera using...
That's good news. if I recall we needed complete for a similar issue before maybe #119. Seems like it is something we should add in the instructions.
Have you tried with out the basic auth. So remove the users and the permitted user bit?
If you want to keep using basic auth please make sure your url is of the form: ``` rtsp://Username:PASSWORD@IP/CameraName ```