dman926 / SEPHIRA-CMS

An Angular 13 front end with a complete FastAPI backend. Perfect for getting your next project off the ground
MIT License
9 stars 6 forks source link

Media processing inefficient and video player buggy #45

Open dman926 opened 2 years ago

dman926 commented 2 years ago

Describe the bug Media processing and video player are buggy and too complex

Additional context I want to follow guides like this that showcase using ffmpeg to encode multiple resolutions in a single file. If I couple that with a better worked video player (probably still going to use video.js), It will become as few as one request for video/audio/subtitles, but still flexible to allow using decoupled files as associated media, like extra audio and subtitle tracks and posters.