'Read/convert H.265 in react with ffmpeg
I'd like to be able to read videos of any codec in my react app, including h.265, which is the problem child. I know of two possible ways to do this: the first being to convert the files upon upload to h.264, and the second using a library to stream the videos with ffmpeg, I found an interesting documentation explaining this scenario WASM H.265 player
Does anyone have experience in using this library or actually live streaming h.265 (which isn't supported in chromium browsers) and if so, what are your thoughts on it ?
Any answer is always appreciated !
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
