mediacms-io / mediacms

MediaCMS is a modern, fully featured open source video and media CMS, written in Python/Django and React, featuring a REST API.
https://mediacms.io
GNU Affero General Public License v3.0
2.78k stars 511 forks source link

Suggest Adding a Player Selection #1084

Open Moango opened 2 days ago

Moango commented 2 days ago

Hello! I've noticed that the current video player interface is not very appealing and does not support screen rotation. I suggest considering a replacement with a player like Plyr, which could enhance user experience and provide better functionality. Thank you for your efforts, and I hope this suggestion can be helpful to the project!

mgogoulos commented 10 hours ago

Hi, interesting topic, as I recently tried to upgrade videojs from 7.x to 8.x and there are backwards incompatible changes in 8.x that make the upgrade hard. It didn't finish for me. There is a lot of code that would need to be rewriten, so a migration to something else that is easier to maintain and integrate looks appealing. However, since the video player is a core part of the system, we first need to answer the following questions:

You mention that the current video player does not support screen rotation, are you refering to mobile devices or something else? As far as I can tell it does rotate on the mobile (at least Android).