XAMARIN FORMS how to create your own video player

MrFane 6 Reputation points
2021-03-24T13:26:59.93+00:00

I want to know how can I create my own videoplayer implementing it for both Android and Ios, what I need to do is to create a view that is shared between the 2 platforms like for example the Label or slider view. How can I do that? I want to do this because none of the packages that I've tried are what I need. Thanks in advance.

Developer technologies .NET Xamarin
Developer technologies C#
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Cole Xia (Shanghai Wicresoft Co,.Ltd.) 6,756 Reputation points
    2021-03-25T08:36:17.387+00:00

    Hello,

    Welcome to Microsoft Q&A!

    Have you checked Xamarin Community Toolkit MediaElement ?

    It is powerful and available on iOS , Android , UWP , macOS ...

    We can implement custom transport controls to perform the functions including Play, Pause and Stop.

    We can implement a custom position bar to show the the current location of the media , and we can manipulate the position bar to move forwards or backwards to a new position in the video.

    We can Implement a custom volume control to manipulate the volume bar to increase or decrease the volume.

    And It provides various of properties and event to customize.

    BTW , What extra feature do you need ?


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.