Background Media Playback and Lock Screen Controls for MediaElement Are Here!

  Рет қаралды 1,527

Gerald Versluis

Gerald Versluis

Күн бұрын

MediaElement in .NET MAUI just got a lot more useful! In the latest update you can now play your media in the background and control it from the device lock screen! Want more details about MediaElement? Check this out: • Introducing MediaEleme...
In version 4.0 of the .NET MAUI Community Toolkit MediaElement you can now set metadata for you media, control playing media from the lock screen or control center and play audio in the background! In this video I'll show you how to do all of this!
💝 Join this channel to get access to perks:
kzbin.info/door/ral...
Disclaimer: this channel is done on personal title, in my free time, and not officially affiliated with or endorsed by Microsoft (my employer) in any way. Opinions and views are my own.
🛑 Don't forget to subscribe to my channel for more cool content: kzbin.info...
🐦 Follow me on Twitter: / jfversluis
🤝 Join the Discord server: / discord
🔗 Links
Sample Code Repo: github.com/jfversluis/MauiMed...
Big Rav on Spotify: open.spotify.com/artist/6i0Xl...
MediaElement Documentation: learn.microsoft.com/dotnet/co...
⏱ Timestamps
00:00 - MediaElement Updates!
00:15 - What is MediaElement Again?
00:37 - Background Playing, Metadata & Lock Screen Controls
01:27 - Install MediaElement NuGet
03:03 - Implement MediaElement
05:00 - Add Metadata to Media
05:49 - Lock Screen Controls on Windows
07:12 - Background Play Configuration Android
11:28 - Android Demo
12:34 - Enable MediaElement Background Play on iOS
13:51 - Live Demo iOS
15:10 - Connect With us on .NET MAUI Community Toolkit repo!
🎥 Video edited with DaVinci Resolve
🙋‍♂️ Also find my...
Blog: blog.verslu.is
All the rest: jfversluis.dev
#maui #backgroundaudio #mediaelement #android #ios #dotnet #dotnetmaui #communitytoolkit

Пікірлер: 37
@jfversluis
@jfversluis 21 күн бұрын
Don't forget to subscribe to the Big Rav KZbin channel! kzbin.info/door/3pSq8lc_Wbj5d1J6O6_4_A Want more details about MediaElement? Check this out: kzbin.info/www/bejne/laTTZYV9Za5jrpY
@MaddyMontaquila
@MaddyMontaquila 21 күн бұрын
😂😂😂😭😭😭😭😭😭
@jfversluis
@jfversluis 21 күн бұрын
IS THAT YOU?! The singer of Big Rav?! Under my video! OMG I love you guys so much! 😭
@albe46
@albe46 21 күн бұрын
Super, thanks!!!! Now next step, how to make a widget in Maui 😊
@jfversluis
@jfversluis 21 күн бұрын
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.
@albe46
@albe46 21 күн бұрын
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!
@jewersp
@jewersp 12 күн бұрын
For Widgets, you'll have to do some platform-specific work.
@DeepWorksStudios
@DeepWorksStudios 12 күн бұрын
Awesome update! 🎉 Thanks Gerald for sharing :)
@jewersp
@jewersp 12 күн бұрын
Awesome, great job! 🚀 I didn't know Maddy was a musician 😃 Gotta check out Big Rav!
@emmanueladebiyi2109
@emmanueladebiyi2109 18 күн бұрын
This is a really cool addition. Thanks for sharing.
@jfversluis
@jfversluis 18 күн бұрын
My pleasure!
@netdeveloper740
@netdeveloper740 20 күн бұрын
Super video, thanks 🙏
@SuperGulamali
@SuperGulamali 21 күн бұрын
Exactly what we needed this is awesome!
@jfversluis
@jfversluis 21 күн бұрын
Really excited about this update! Thanks!
@iVictorHugo
@iVictorHugo 21 күн бұрын
Fantastic video! Thanks Gerald for sharing it!
@jfversluis
@jfversluis 21 күн бұрын
Thanks Victor! Appreciate it!
@kamilyt6541
@kamilyt6541 20 күн бұрын
Can you please make a detailed video on how to use camera function with SignalR (video call) in blazor + maui hybrid app
@JamesMCrutchley
@JamesMCrutchley 21 күн бұрын
Love the video! TY again for putting this up so the community knows about it :)
@jfversluis
@jfversluis 21 күн бұрын
Thank you for the amazing work on this James!
@bonkosimaphosa3745
@bonkosimaphosa3745 20 күн бұрын
👌🏾 Great video.. Can you please do a video of live video 🙏🏿 either in Maui or blazor. Please 🙏🏿
@jfversluis
@jfversluis 20 күн бұрын
What do you want to know? I already cover that as well in the linked video for this?
@bonkosimaphosa3745
@bonkosimaphosa3745 20 күн бұрын
@@jfversluis More like a peer to peer vidio call or live streaming app
@plazmius
@plazmius 19 күн бұрын
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!
@jfversluis
@jfversluis 19 күн бұрын
Thanks! I'm not sure what you mean, probably this? github.com/CommunityToolkit/Maui/issues/1976
@JamesMCrutchley
@JamesMCrutchley 18 күн бұрын
@@jfversluis PR is out to fix that now. I have a video there showing how the fix for IOS works.
@TheDhroe
@TheDhroe 19 күн бұрын
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?
@TheDhroe
@TheDhroe 19 күн бұрын
really enjoy your videos; they are super helpful
@jfversluis
@jfversluis 19 күн бұрын
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!
@JamesMCrutchley
@JamesMCrutchley 18 күн бұрын
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.
@bolbittu
@bolbittu 20 күн бұрын
I was trying to play youtube videos using this plugin. Can you recommend some good packages which can help in pulling youtube videos?
@jfversluis
@jfversluis 20 күн бұрын
You will have to leverage the KZbin 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 KZbin API.
@MagicKevin-hu1ut
@MagicKevin-hu1ut 17 күн бұрын
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?
@abdalarmden7382
@abdalarmden7382 20 күн бұрын
how using viewbox for maui
@user-hs3tk5pv2m
@user-hs3tk5pv2m 19 күн бұрын
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
@jfversluis
@jfversluis 19 күн бұрын
Sure but it will require some good amount of platform specific work
Extract Text from Images and Pictures with OCR in .NET MAUI
19:33
Gerald Versluis
Рет қаралды 3,3 М.
Adding Fingerprint Or Face Recognition To Your .NET MAUI App
18:00
Gerald Versluis
Рет қаралды 5 М.
Дарю Самокат Скейтеру !
00:42
Vlad Samokatchik
Рет қаралды 7 МЛН
路飞被小孩吓到了#海贼王#路飞
00:41
路飞与唐舞桐
Рет қаралды 69 МЛН
NERF WAR HEAVY: Drone Battle!
00:30
MacDannyGun
Рет қаралды 56 МЛН
`const` was a mistake
31:50
Theo - t3․gg
Рет қаралды 128 М.
Is There Hope For .NET MAUI?
7:10
SingletonSean
Рет қаралды 25 М.
.Net MAUI | Push Notification in .NET MAUI (Android & iOS)
17:10
Test Bugfixes on Your Own .NET MAUI Project Before They're Released!1!
15:52
We Built an App in 24 Hours [No Code]
11:56
Raw Startup
Рет қаралды 412 М.
7 HIDDEN Apps in Microsoft 365 that will EXPLODE Productivity
28:35
Jonathan Edwards
Рет қаралды 169 М.
Material Design & Free Controls for .NET MAUI with UraniumUI
16:30
Gerald Versluis
Рет қаралды 15 М.
Игровой Комп с Авито за 4500р
1:00
ЖЕЛЕЗНЫЙ КОРОЛЬ
Рет қаралды 2,2 МЛН
Опыт использования Мини ПК от TECNO
1:00
Андронет
Рет қаралды 785 М.
😱Хакер взломал зашифрованный ноутбук.
0:54
Последний Оплот Безопасности
Рет қаралды 627 М.
OZON РАЗБИЛИ 3 КОМПЬЮТЕРА
0:57
Кинг Комп Shorts
Рет қаралды 1,7 МЛН