python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Playing mp4 via mp4box.js
There was a problem with playing mp4 video through MediaSource. For video processing, I used the mp4box.js library. According to the logs, I see that all stages of video processing go through, but whe...
Display name
Votes: 0
Answers: 0
MediaSource never emit sourceopen event in React
I'm trying to stream a video file using Javascript's MediaSource API in a React custom hook.
Here's the snippet of my code:
const useMyHook = (videoRef: React.MutableRefObject<HTMLVideoElement | nu...
Jan Krupiński
Votes: 0
Answers: 1