ironclad0643
ironclad0643
RRailway
Created by ironclad0643 on 7/12/2023 in #✋|help
ffprobe error: `ffprobe was killed with signal SIGSEGV`
should be good to go now, I don't know that I would have known to just remove the package. thank you!
19 replies
RRailway
Created by ironclad0643 on 7/12/2023 in #✋|help
ffprobe error: `ffprobe was killed with signal SIGSEGV`
if (process.env.NODE_ENV !== 'production') {
const ffprobe = require('@ffprobe-installer/ffprobe');
ffmpeg.setFfprobePath(ffprobe.path);
}
if (process.env.NODE_ENV !== 'production') {
const ffprobe = require('@ffprobe-installer/ffprobe');
ffmpeg.setFfprobePath(ffprobe.path);
}
19 replies
RRailway
Created by ironclad0643 on 7/12/2023 in #✋|help
ffprobe error: `ffprobe was killed with signal SIGSEGV`
hmm, strange -- it works. 🤣 however now it is broken locally because I assume my local ffmpeg was not installed with ffprobe so i need to use the additional package. I suppose I can just wrap that portion in an env conditional.
19 replies
RRailway
Created by ironclad0643 on 7/12/2023 in #✋|help
ffprobe error: `ffprobe was killed with signal SIGSEGV`
i guess some more context fwiw -- i'm also using fluent-ffmpeg so i used that package per instructions for it
19 replies
RRailway
Created by ironclad0643 on 7/12/2023 in #✋|help
ffprobe error: `ffprobe was killed with signal SIGSEGV`
i'll see what happens with that
19 replies
RRailway
Created by ironclad0643 on 7/12/2023 in #✋|help
ffprobe error: `ffprobe was killed with signal SIGSEGV`
when it comes to memory on the server, where do I even debug something like that? This app is my first exposure to railway btw
19 replies
RRailway
Created by ironclad0643 on 7/12/2023 in #✋|help
ffprobe error: `ffprobe was killed with signal SIGSEGV`
also, I do have the nixpacks.toml setup like you mentioned
19 replies
RRailway
Created by ironclad0643 on 7/12/2023 in #✋|help
ffprobe error: `ffprobe was killed with signal SIGSEGV`
ffmpeg is installed correctly, i've got 1 endpoint on the server that does not user ffprobe and it works well. only ffprobe is causing issues
19 replies
RRailway
Created by ironclad0643 on 7/12/2023 in #✋|help
ffprobe error: `ffprobe was killed with signal SIGSEGV`
032691a9-579d-4d39-803c-9d1cd5ab1b9f
19 replies