How to create video and audio files for the Media Source Extension API?
问题 I have created a video player from the Media Source Extension API . I have split the video and audio from the original.mp4 (1 minute duration) . I have split the video and audio into small 5 second files (12 files in total) . I'm getting each one of them and playing them together. But the video stops playing at around 45-47 seconds. I cannot understand to why the video is stopping/buffering. I cannot understand whether the problem is in the javascript code or the video files? I have uploaded