-
-
Notifications
You must be signed in to change notification settings - Fork 414
Memory Mapped Exception on MediaPlayer.Play(Uri) #529
Comments
develop322 works fine? |
Yes, and develop333 also.
It's an internal UDP stream, apologies. |
Ok, then, this is introduced by PR #526 . Can you call I'd bet they are 0... |
Correct, |
Could you make a PR to fix this? we need to check Otherwise, I'll do that in my free time. |
Can confirm:
Fixes it. Will see if I have time to create the PR this week... |
I just created #531 , which should fix your issue. |
I have an issue about Vlc.DotNet.
Generic information
Summary
Upgraded to 343 from 322.
Calling
SourceProvider.MediaPlayer.Play(FileInfo);
works fine, however callingSourceProvider.MediaPlayer.Play(uri, new[] { "" });
, with a UDP uri provokes the following crash:Edit, tried 'develop333' revision, which works completely fine with Uri and FileInfo.
The text was updated successfully, but these errors were encountered: