-
Notifications
You must be signed in to change notification settings - Fork 6k
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
MergingMediaSource with delay #6977
Comments
If possible, the easiest way is to update the audio stream directly. If not, you can concatenate the audio with a Another solution would be to do something like |
I try to concatenate 2 media sources but played only first, here is what I try After this, my video played from 0 to 4 seconds and ended |
|
Great, this problem solved. Now I try something like this
Here the video starts and there is no sound, everything looks good. After 2 seconds audio starts playing, and it was playing from 2 seconds, not from 0 seconds. |
That's a known bug, see #6103. |
Hi
I have MergingMediaSource with audio and video sources and want to add delay to the audio file, like to play audio after 2 seconds from the video.
My audio and video sources are ProgressiveMediaSource and I can't find a solution for this.
I look forward to your reply.
The text was updated successfully, but these errors were encountered: