Skip to content
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

Audio/Video split: video can be marked as transcoded before the audio is available #6700

Open
JohnXLivingston opened this issue Oct 28, 2024 · 0 comments
Labels
Component: Transcoding Type: Bug 🐛 Confirmed bug, at least replicated once by another contributor

Comments

@JohnXLivingston
Copy link
Contributor

Describe the current behavior

Hello.

On a new instance, i have set the new option to separate audio and video.
I also have allowed only one concurrent job.

I uploaded a new video (duration: more than 1 hour).

First, the video is marked as "transcoding in progress".
But, once the 1080p version was available, the video was no more marked as "transcoding in progress".
The audio file was not process at all at this moment, and it took many minutes to do so.

So, as a result, users browsing to the video had the video, but not the audio!
And nothing was indicating that the transcoding was not over.

Steps to reproduce

  1. enable the option to separate audio and video
  2. set the max concurrent jobs to 1
  3. upload a long video
  4. check the video once the first job is finished, and before the following are finished

Describe the expected behavior

  • Video should be marked as "transcoding in progress" as long as there are remaining jobs (afterall, even when small resolutions are not available users can have some issues)
  • audio job should maybe be the first one to handle?

Alternative solution:

  • as long as there is not 1 video AND 1 audio job finished, peertube should propose the original file (with the usual warning)

Additional information

  • PeerTube instance:
    • Version: 6.3.2
@Chocobozzz Chocobozzz added Type: Bug 🐛 Confirmed bug, at least replicated once by another contributor Component: Transcoding labels Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Transcoding Type: Bug 🐛 Confirmed bug, at least replicated once by another contributor
Projects
None yet
Development

No branches or pull requests

2 participants