foyzulkarim / mern-video-streaming

MERN Video Streaming is a cutting-edge, open-source platform for video streaming, offering a comprehensive, full-stack solution utilizing the latest MERN stack technologies.
MIT License
182 stars 63 forks source link

remove `ffprobe-installer` for bypassing installation error #72

Closed aninda052 closed 1 year ago

aninda052 commented 1 year ago

ffprobe-installer installation error(#70) may occur due to different node version. This package install without any error with Node V18.16.1 .

For now we are removing ffprobe-installer from our project. This package was needed for extracting video metadata (Duration, Resolution's etc). As we remove this package, we'll store 0 second as default video duration.

foyzulkarim commented 1 year ago

This is fixed via dockerizing the system