Does RadMediaPlayer support files on Vimeo?

1 Answer 46 Views
MediaPlayer
Adam
Top achievements
Rank 1
Iron
Adam asked on 09 Oct 2024, 02:23 PM

Hi all,

I can see support for Youtube and mp4 files, but can someone please confirm that videos hosted on Vimeo can be played using RadMediaPlayer?

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 09 Oct 2024, 03:30 PM

Hi Adam,

Thank you for your feature request.

RadMediaPlayer does not natively support playing videos hosted on Vimeo directly as noted in the Feedback portal - https://feedback.telerik.com/aspnet-ajax/1374189-radmediaplayer-vimeo-support. However, you can embed Vimeo videos using an iframe within your application. Here is an example of how to embed a Vimeo video:

<iframe src="https://player.vimeo.com/video/{VideoID}" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>

Replace {VideoID} with the actual ID of the Vimeo video you want to embed. You can find more information at https://stackoverflow.com/questions/61018479/how-do-i-embed-a-vimeo-video-in-html

    Regards,
    Rumen
    Progress Telerik

    Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Telerik family, check out our getting started resources
    Tags
    MediaPlayer
    Asked by
    Adam
    Top achievements
    Rank 1
    Iron
    Answers by
    Rumen
    Telerik team
    Share this question
    or