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.7k stars 498 forks source link

Disable transcoding of uploaded videos #332

Closed cinetube closed 1 year ago

cinetube commented 2 years ago

I want to disable transcoding of uploaded videos. I want all the videos can only be viewed at their original resolution.

How to implement it?

I am planning to use Mediacms to host my home videos on Raspberry Pi.

tschig commented 2 years ago

Did you check https://github.com/mediacms-io/mediacms/blob/main/docs/admins_docs.md#12-video-transcoding ?

cinetube commented 2 years ago

Did you check https://github.com/mediacms-io/mediacms/blob/main/docs/admins_docs.md#12-video-transcoding ?

I checked that. But MediaCMS doesn't play uploaded videos until the video is transcoded.

mgogoulos commented 2 years ago

Hi, sorry for replying late to this, so there has been a branch that allows this, you have to checkout this specific branch. This could also be brought to main branch with a little more testing.. - https://github.com/mediacms-io/mediacms/discussions/285