Don't forget to subscribe to the Big Rav UA-cam channel! ua-cam.com/channels/3pSq8lc_Wbj5d1J6O6_4_A.html Want more details about MediaElement? Check this out: ua-cam.com/video/_sp4RG0I0x4/v-deo.html
I am really happy that the features I have been waiting for a long time have been added and thank you very much to those who contributed to this development.
Unfortunately you can't make those with MAUI. You can make a widget with the native tooling and deliver that together with your .NET MAUI app, but right now its not possible to create a widget through .NET MAUI alone.
Hello! Great video! I recently looked for how to make audio playback work in the background on iOS. I wonder if there are plans to update the player visual on Android, because the black rectangle is very unintuitive. Thank you!
I have a question. I am making a local music player but since the MetadataArtworkUrl property only appears to accept a string value, I am unable to pass any local files or ImageSource objects to it. I believe for now, the only option is to host the local file and pass a url reference to it, but that seems counterintuitive to the files being local. Do you know of any other approach that could be taken or when such a feature might be added?
Adding local files from device as a Media Resource is planned. So is local files. I have been working on adding subtitles. Once that is out I will be going back and adding this pretty soon.
You will have to leverage the UA-cam API to get the URLs of the videos instead of the pages that just embed the video. Then it should work. There are probably a good number of plugins available that will help you communicate with the UA-cam API.
Hi. Can you tell me if it is possible to hide the window in MAUI? For example, I want the window containing the MainPage to be hidden when launching the application and a second window for authorization to be displayed. After successful login, the authorization window closes and the main window becomes visible
I would imagine that it needs to know what to play next or previous as in a playlist. Don't know from the top of my head, maybe some more functionality that needs to be added to this control. Check the repository if something is planned.
Don't forget to subscribe to the Big Rav UA-cam channel! ua-cam.com/channels/3pSq8lc_Wbj5d1J6O6_4_A.html
Want more details about MediaElement? Check this out: ua-cam.com/video/_sp4RG0I0x4/v-deo.html
😂😂😂😭😭😭😭😭😭
IS THAT YOU?! The singer of Big Rav?! Under my video! OMG I love you guys so much! 😭
I am really happy that the features I have been waiting for a long time have been added and thank you very much to those who contributed to this development.
Thanks great, thank you!
Awesome update! 🎉 Thanks Gerald for sharing :)
Awesome, great job! 🚀 I didn't know Maddy was a musician 😃 Gotta check out Big Rav!
Super, thanks!!!! Now next step, how to make a widget in Maui 😊
Unfortunately you can't make those with MAUI. You can make a widget with the native tooling and deliver that together with your .NET MAUI app, but right now its not possible to create a widget through .NET MAUI alone.
Thanks for your response! Maybe a video in the future in order to see how do this will be appreciated! Thanks again for your job!
For Widgets, you'll have to do some platform-specific work.
This is a really cool addition. Thanks for sharing.
My pleasure!
Love the video! TY again for putting this up so the community knows about it :)
Thank you for the amazing work on this James!
Fantastic video! Thanks Gerald for sharing it!
Thanks Victor! Appreciate it!
Super video, thanks 🙏
Exactly what we needed this is awesome!
Really excited about this update! Thanks!
Can you please make a detailed video on how to use camera function with SignalR (video call) in blazor + maui hybrid app
Hello! Great video! I recently looked for how to make audio playback work in the background on iOS. I wonder if there are plans to update the player visual on Android, because the black rectangle is very unintuitive. Thank you!
Thanks! I'm not sure what you mean, probably this? github.com/CommunityToolkit/Maui/issues/1976
@@jfversluis PR is out to fix that now. I have a video there showing how the fix for IOS works.
I have a question. I am making a local music player but since the MetadataArtworkUrl property only appears to accept a string value, I am unable to pass any local files or ImageSource objects to it. I believe for now, the only option is to host the local file and pass a url reference to it, but that seems counterintuitive to the files being local. Do you know of any other approach that could be taken or when such a feature might be added?
really enjoy your videos; they are super helpful
Correct, right now it can only be a URL. If you also want to use local files make sure to open an issue in the repository!
Adding local files from device as a Media Resource is planned. So is local files. I have been working on adding subtitles. Once that is out I will be going back and adding this pretty soon.
Hi!
I have a question, do you know how connect with "next" and "previous" buttons from the notification on Android? or at least how hide them?
Hello. Is it possible to play media from a Stream, at least on Windows (which seems to be able to accept an IRandomAccessStream) on MediaElement?
I was trying to play youtube videos using this plugin. Can you recommend some good packages which can help in pulling youtube videos?
You will have to leverage the UA-cam API to get the URLs of the videos instead of the pages that just embed the video. Then it should work. There are probably a good number of plugins available that will help you communicate with the UA-cam API.
👌🏾 Great video..
Can you please do a video of live video 🙏🏿 either in Maui or blazor. Please 🙏🏿
What do you want to know? I already cover that as well in the linked video for this?
@@jfversluis More like a peer to peer vidio call or live streaming app
Hi. Can you tell me if it is possible to hide the window in MAUI? For example, I want the window containing the MainPage to be hidden when launching the application and a second window for authorization to be displayed. After successful login, the authorization window closes and the main window becomes visible
Sure but it will require some good amount of platform specific work
On IOS lock screen, I notice that the next and previous buttons are greyed out, and I get the same in my app. How do we get these to work ? Thanks
I would imagine that it needs to know what to play next or previous as in a playlist. Don't know from the top of my head, maybe some more functionality that needs to be added to this control. Check the repository if something is planned.
@@jfversluis Apologies - can you please point me at the repository ? There are a number on github. Thanks
how using viewbox for maui