Reputation: 1
I'm trying to get to display an RTSP flux on a canvas via the LibVLCSharp for Unity, and it works perfectly in editor mode. But when i'm building my app, it's not displaying my RTSP Flux and the logs indicate that no modules are found for RTSP (the same message also appears for the audio component).
I've built it many times, tried on another machine, studied the logs from the lib and they gave me this:
main Debug: creating access: rtsp://[myIp]/[nameofmyflux].mp4
main Debug: looking for access module matching "rtsp": 0 candidates
main Debug: no access modules matched with name rtsp
main Error: Your media can't be opened
I tried to rebuild the "plugin.dat", move it around the project files but never got any changes out of it. I also tried the demo scenes provided with their scripts and i got the same result, i'm guessing my problem is linked to my build of the library or the output build of unity, but i don't know how to fix it.
Unity version is 2022.3.5 if it helps. Thanks for the help!
Upvotes: 0
Views: 131