Open marksamfd opened 4 months ago
https://stackoverflow.com/questions/63596219/what-does-dash-mean-as-ffmpeg-output-filename https://stackoverflow.com/questions/76965217/electron-displaying-a-local-video-from-filesystem-with-custom-protocol https://stackoverflow.com/questions/76673275/how-do-i-use-ffmpeg-in-my-renderer-process-in-electron
the files some how are still used in the electron instance event after unlinking the video file from the renderer and calling destroyShow function
tried using the deprecated
registerBufferProtocol
it works but it gets pipeline video encodeing errorTODO: try implementing independent video loading sevide over express and ffmpeg
https://github.com/fluent-ffmpeg/node-fluent-ffmpeg/issues/337#issuecomment-62901962 Example Implementation