How do i append two video files data to a source buffer using media source api?

后端 未结 4 555
闹比i
闹比i 2020-12-24 09:16

I have two videos name v11.webm and v12.webm.

What i want is that these two videos should run seamlessly without any gap.

I am following the media source a

4条回答
  •  一向
    一向 (楼主)
    2020-12-24 09:54

    What I'm missing in your code is : mediaSource.endOfStream();

    Can you elaborate on the inconsistent mixing issue?

提交回复
热议问题