Allow web cam streams with MediaElement #936
Closed
AndreasReitberger
started this conversation in
New Feature Discussions
Replies: 3 comments 1 reply
-
I would love to find a way to play jpeg video streams from url too and MediaElement looked like good component for it, hopefully it can be added? |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is already under discussion in #1017 |
Beta Was this translation helpful? Give feedback.
1 reply
-
Closed as per the Community Stand-up discussion here: https://youtu.be/N9wMcBP4jtg?t=2889 where it was agreed that New Features need to get above 7 upvotes within 6 months to progress to being reviewed by the maintainers. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm migrating form Xamarin.Forms, where I'm using LibVlc to stream from a webcam, which is working fine. Since the LibVlcPlayer isn't migrated to MAUI yet, I'm searching for other solutions. Best pick would be a maui component like the
MediaElement
.The
Uri
for the stream looks something like that.Using
LibVlc
the implemention in XF looks like following:Is this something the
MediaElement
is capable of? At the moment I get an error if I use such an uri asSource
Beta Was this translation helpful? Give feedback.
All reactions