VLC.MediaElement icon indicating copy to clipboard operation
VLC.MediaElement copied to clipboard

VLC is unable to open the MRL: rtsp.....

Open WillyBilly90 opened this issue 7 years ago • 10 comments

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.

export.txt

WillyBilly90 avatar Apr 13 '18 16:04 WillyBilly90

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.

kakone avatar Apr 14 '18 12:04 kakone

When can we expect the new version?

WillyBilly90 avatar Apr 14 '18 14:04 WillyBilly90

I wanted to do it today but I have a problem compiling VLC for WinRT. I will ask the VLC team...

kakone avatar Apr 15 '18 10:04 kakone

Did you allready received an answer of the VLC team ?

WillyBilly90 avatar Apr 18 '18 16:04 WillyBilly90

Do you know when this bug will be fixed? I'm currently coding in a Hackaton and I really need that working

Upd4ting avatar Apr 21 '18 07:04 Upd4ting

@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.

CliffAgius avatar Apr 27 '18 16:04 CliffAgius

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).

kakone avatar Apr 29 '18 11:04 kakone

Does it work for ARM too ? I would like to use it on a Raspberry Pi

WillyBilly90 avatar Apr 29 '18 19:04 WillyBilly90

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

claudiosanchez avatar Jun 05 '18 04:06 claudiosanchez

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.

ithor avatar Nov 07 '18 17:11 ithor