Giter Site home page Giter Site logo

Comments (6)

wader avatar wader commented on September 12, 2024

Hi, looking at the ffmpeg version output it looks like the binary is from https://johnvansickle.com/ffmpeg/? it's a similar project to this. Maybe move it here?

But that said i've had DNS issue with alpine myself when the DNS response was very large (it does not support DNS over TCP). Maybe try ffmepg -v trace for more verbose output, also maybe see if netcat or some other non-network debug tool can resolve. Also a bit suspicious that this seems to be static binary build on debian (glibc) but is running in alpine (musl libc). Could be NSS issues etc? you could try a binary from this project which is build statically with musl.

from static-ffmpeg.

SuperCuber avatar SuperCuber commented on September 12, 2024

Ah I see. I assumed it was using this project, my bad :)

Netcat resolves the hostname just fine. Very strange, and based on drills output it doesn't look like the dns response is too large - just one record. I can't find an issue board for johnvansickle's project and I solved my own issue so I don't think I'm going to keep debugging this. TY for the swift response though :D

from static-ffmpeg.

wader avatar wader commented on September 12, 2024

No problem, what was the issue or solved it some other way?

from static-ffmpeg.

SuperCuber avatar SuperCuber commented on September 12, 2024

I switched to tnk4on/yt-dlp:alpine-pip instead of tnk4on/yt-dlp:alpine-static, which uses a different ffmpeg with

  built with gcc 10.3.1 (Alpine 10.3.1_git20211027) 20211027

from static-ffmpeg.

wader avatar wader commented on September 12, 2024

Ok, that seems to use ffmpeg from alpine. I suspect some kind of glibc NSS issue with alpine-static, static glibc is messy.

from static-ffmpeg.

mathieu-aubin avatar mathieu-aubin commented on September 12, 2024

Try installing 'nscd' to fix dns resolution issues for binaries compiled using static glibc. Its probably installed in the container already, in the one that works fine.

from static-ffmpeg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.