-
-
Notifications
You must be signed in to change notification settings - Fork 557
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Longer videos fail 1080p transcoding and get stuck at 360p max resolution #1098
Comments
I am facing the same issue |
I just tried again and it has not been fixed yet. |
@mgogoulos do you have an idea of how needed it the transcode function and if it still should be enabled by default? It required a lot of CPU power and hard disk space and the question is how many people really have a benefit from it. |
As you can see above, just created a feature request (it's just a setting to be changed and that's all). #1126. |
@foeyonghai I'll check the PR when I have some time and write you there if it needs something, otherwise merge it. As far as whether transcoding is needed or not, I'd say it's necessary for the project, for the following reasons:
|
For my use case transcoding is needed and I really appriciate that its enabled out of the box without any additional setup, if you dont need it you can disable it. |
Yes, transcoding is really needed when you have multiple people with different devices and browser running over the internet but at the moment transcoding doesnt work for any larger videos as mentioned here too #1121 Is there any fix for this at the moment? |
This should be fixed now on the latest version 4.2, can you update and test? Also check https://github.com/mediacms-io/mediacms/blob/main/docs/admins_docs.md , you might have to restart some services |
I will test it in the next few days and I will let you know if issue is fixed. |
Describe the issue
So testing with exact same codec I was able to upload multiple 1 minute 1080p60fps videos and multiple 5 minute 1080p60fps videos without any issue but when trying to upload longer videos (for example 8 minutes or longer) at 1080p60fps the videos start of as usual with only 240p and 360p being available then after few minutes videos disappear again replaced by media being encoded messages before coming back few minutes later available at only 360p resolution.
Checking Django panel most resolutions show fail BUT still have path to fully encoded video that shows no issue, 1080p reoslution is the only one that actually doesnt have encoded file.
To Reproduce
Steps to reproduce the issue:
Expected behavior
Just like with shorter videos I expect longer videos to be fully transcoded too.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
I was testing Mediacms about two or three months ago with EXACT same setup (Ubuntu in Virtualbox) and was able to transcode 1440p video without issues but now that I reinstalled it it wont transcode 1080p60 videos if its longer than maybe like 5 minutes.
The text was updated successfully, but these errors were encountered: