-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: On Linux, ffmpeg-static
binary is unable to download content if nscd
daemon is not running.
#101
Comments
main cobalt instance runs on ubuntu, and it's just fine. what version of ubuntu on wsl are you running exactly? |
|
is there a ffmpeg executable in |
cwd:
|
@wukko could I ask what node version of Node you're running on https://co.wukko.me? |
More Research: With Ultimately, seems like an issue with Logs:WSL
Windows
|
Ahhh... it's a segfault with the binary 😭😭😭😭😭😭😭 |
SOLVED IT well, someone else solved it. I found the solution though: https://stackoverflow.com/questions/60528501/ffmpeg-segmentation-fault-with-network-stream-source Turns out, From
Should the installation of this package be added to the setup script somehow? Or maybe a note saying that it should be installed and running? sudo apt install nscd
sudo service nscd start |
OHHHHH so that's why ffmpeg wouldn't download stuff on 22.04 does this mean that 20.04 comes with thank you, i'll make sure to add a note about this somewhere (or maybe i should just move networking stuff away from ffmpeg) :D |
Between both manifests (Ubuntu 22.04.2 LTS and Ubuntu 20.04.6 LTS), doesn't seem like I'll rename the issue as well to better reflect the issue 👍 |
ffmpeg
when running Cobalt in Ubuntu/WSLffmpeg-static
binary is unable to download content if nscd
daemon is not running.
finally came around to updating the readme, thank you :D |
New info, see #101 (comment)
Previously titled - Bug: Unable to download content in formats that rely on
ffmpeg
when running Cobalt in Ubuntu/WSLOriginal Issue below:
Issue
ffmpeg
to process results in the downloaded file being blank.Steps to Reproduce.
npm run setup
with default values for localhost environment.npm start
and open Cobalt on browser. Attempt to download a YouTube Video in different formats and observe normal behavior.Additional Notes
-report
toffmpegArgs
inconfig.json
and attempted to download the following: https://www.youtube.com/watch?v=RxhCfYsqbSMThe text was updated successfully, but these errors were encountered: