k-yle / rtsp-relay

📽 View an RTSP stream in your web browser using an express.js server
https://npm.im/rtsp-relay
MIT License
312 stars 58 forks source link

How to Update FFMPEG Version #235

Closed alfian444 closed 8 months ago

alfian444 commented 8 months ago

I checked the version on ffmpeg in this directory /node_modules/@ffmpeg-installer/linux-x64/ffmpeg, and I found that the ffmpeg version was ffmpeg version N-47683-g0e8eb07980-static. how do I update to a newer version of ffmpeg?

k-yle commented 8 months ago

thanks for pointing this out. The library we were using has been abandoned so we were using an ancient version of ffmpeg from 2018... I've just released v1.8.0 which uses the latest version of ffmpeg