Replies: 2 comments 6 replies
-
If the clips are very short and you are looping them, and they are similar length you would be first loading, then buffering, playing, and then stopping, unloading, loading, buffering, and then playing again. Doing multiple operations on a list of media elements at the same time would use some resource's. I have never tracked exactly how much though. I recommend not having a collection of video's set to autoplay. That will use a lot of resources. |
Beta Was this translation helpful? Give feedback.
-
@pictos @ne0rrmatrix sry for late. Here is the sample project : MauiSample.zip this also have same issue. |
Beta Was this translation helpful? Give feedback.
-
MediaElement 100% CPU usage inside CarouselView, i am using only 3 low quality 500kb video inside CarouselView.
here is the application speedscope trace file : speedscope.json
when i use mediaElement Cpu 100%
when i command the mediaElement code Cpu usage Less then 10%
Beta Was this translation helpful? Give feedback.
All reactions