lkakkeen.blogg.se

Fluent ffmpeg cannot find ffmpeg
Fluent ffmpeg cannot find ffmpeg












fluent ffmpeg cannot find ffmpeg

'-stats': '', // an option with no neccessary value uses a blank string StreamUrl: 'rtsp://ip.ip.ip.ip/media/video1', Let path = 'C:/Users/Marie/Desktop/ffmpeg-4.3.1-full_build/bin' let path = 'C:/Users/Marie/Desktop/ffmpeg-4.3.1-full_build/bin/' let path = 'C:/Users/Marie/Desktop/ffmpeg-4.3.1-full_build/bin/ffmpeg.exe' Please help.Īpp.js const Stream = require('node-rtsp-stream') I've seriously tried almost everything like delete, re-install ffmpeg, changed path, added path manyally. set up path manually e.g.) tFfmpegPath(path).=> didn't work out, error says can't find ffmpeg module I've just copied and pasted the example working code and changed rtsp link to mine.Tested with window powerShell and converted rstp to m3u8:įfmpeg -i 'rtsp://ip.ip.ip/media/video1' -hls_time 3 -hls_wrap 10 'C:\Users\Marie\Desktop\tmp\hls/streaming.m3u8' please help.ītw, all works with ffmpeg cmd(window powerShell).Īdded to system path: C:\Users\Marie\Desktop\ffmpeg-4.3.1-full_build\bin\ The thing is, for some reason, when I try to develop it in my backend(nodejs), node just keep sends me an error that FFMpeg module wasn't found. So I'm planning on to convert rtsp to hls with nodejs using socket.io and display it on a web.(let me know if there's more efficient way way to do it) I've looked it up a lot and got the basic logic of what they are and how it works. I need to display the live streaming vidoe(rtsp) on a website(http, vue framework) with nodejs and vue framework.














Fluent ffmpeg cannot find ffmpeg