VLC.MediaElement
VLC.MediaElement copied to clipboard
VLC is unable to open the MRL: rtsp.....
I tried to use the VLC.MediaElement to view my foscam camera in a UWP app, but I get the error VLC is unable to open the MRL: RTSP with the username, password and ip address of the camera.
The RTSP stream works fine in the VLC mediaplayer desktop app, so that should not be the problem.
I added the VLC logfile of my UWP app, maybe somebody can tell me what I do wrong. In the logfile I replaced the username and password for username:password for safety.
Yes, there was a bug in the current version (cf vlc-winrt #238). I'm going to do a new version that should fix this problem.
When can we expect the new version?
I wanted to do it today but I have a problem compiling VLC for WinRT. I will ask the VLC team...
Did you allready received an answer of the VLC team ?
Do you know when this bug will be fixed? I'm currently coding in a Hackaton and I really need that working
@kakone Any luck with this?
Also we could do the libVLC build locally is there a way for us to reference a build of the libVLC and thus stop this being an issue in the future.
Sorry for the delay, I was very busy. I did a new version (I let you test it). I updated the x86 and x64 with latest nightly builds.
@CliffAgius It's not easy to reference a build of the libVLC because of the differents libraries for each architecture. But, you can try to build your own libvlcx nuget package with the source code here.
Next time, I hope that I should be able to use the official libvlc nuget package for WinRT (not available for the moment).
Does it work for ARM too ? I would like to use it on a Raspberry Pi
I am encountering the issue when using the library with Windows 10 IoT Core running on a Raspberry Pi 3 B. Nuget package:VLC.MediaElement 3.0.1.2
Using VLC as emisor, I am able to play RTSP. However, I cannot play RTP on any platform. @kakone is this feature working? thanks in advance.