CommunityToolkit / Maui

The .NET MAUI Community Toolkit is a community-created library that contains .NET MAUI Extensions, Advanced UI/UX Controls, and Behaviors to help make your life as a .NET MAUI developer easier
https://learn.microsoft.com/dotnet/communitytoolkit/maui
MIT License
2.28k stars 404 forks source link

[BUG] MediaElement can not play online videos #2337

Closed hupo376787 closed 1 week ago

hupo376787 commented 1 week ago

Is there an existing issue for this?

Did you read the "Reporting a bug" section on Contributing file?

Current Behavior

MediaElement can not play online videos MediaManager: Error: SourceNotSupported, Error code:

Image

Expected Behavior

MediaElement should play online videos

Steps To Reproduce

  1. Open sample app, switch to Views - MediaElement

Link to public reproduction project repository

s

Environment

- .NET MAUI CommunityToolkit:
- OS:23H2, 22631.4391
- .NET MAUI:4.1.2

Anything else?

MediaElement can play online videos on My Android device. And the sample m3u8 can be played in my brower. Loopback is also enabled. Image

Image

dotnet-policy-service[bot] commented 1 week ago

Hi @hupo376787! We have added the https://github.com/CommunityToolkit/Maui/labels/needs%20reproduction label to this issue, which indicates that we are unable to take further action until you provide a reproduction sample that we can use to reproduce + fix your bug. In accordance with the Reporting a bug section of our Contributing.md that you confirmed reading before you submitted this Issue, we ask that every Issue author provide a link to an open-source repository containing the reproduction sample app. This issue will be closed automatically in 5 days if we do not receive a reproduction sample from you. Please feel free to re-open this Issue once you have provided a reproduction sample.

hupo376787 commented 1 week ago

OK, forget it