-
Notifications
You must be signed in to change notification settings - Fork 166
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
BlankAudioDataSource makes transcoding stuck forever. #180
Comments
Did you add a valid video track along with the blank audio? |
Hey, thanks for your super quick response! We are basically doing this:
Without adding the BlankAudioDatasource, this code works fine. Once we add it, it is stuck infinitely as mentioned above. |
Our main goal is the problem you had originally as well, where we can't concat videos with audio tracks together with videos without audio tracks, although we might be missing something of course |
It's been a while since I worked on this, so I'm not sure I can help with the code! |
If we try to concatenate video with audio with video without audio, we run into the same problem as you did in #51 thanks again for your help, it is really appreciated |
This looks like it should fill missing audio tracks with BlankAudioDataSources automatically |
@timcreatedit Hi. Any updates about this issue? |
Experiencing the same thing over here. Hoping for some updates. |
I can't reproduce this anymore, it should be fixed in latest version. |
When adding a
BlankAudioDataSource
with any duration to a Transcoder, the transcoding process gets stuck forever with the following log:and so on...
I tried to modify the
readTrack
function inBlankAudioDataSource
but to no avail.Not sure if @natario1 is still maintaining this repo, but maybe @mudar can help out as the original author of #64
Thank you so much!
The text was updated successfully, but these errors were encountered: