On Wed, May 18, 2022 at 02:09:47AM +0200, Alexis Murzeau wrote:
> Le 18/05/2022 à 01:42, Alexis Murzeau a écrit :
> > Le 17/05/2022 à 20:06, Alexis Murzeau a écrit :
> >> [...]
> > 
> > => So really the only option to use ffmpeg v5.x
> > 
> > 
> In Debian ffmpeg v5.0 is only in experimental, but you can try upstream
> linux binaries.

Getting the static binaries was what I did to solve my problem; in
case someone drops in here who uses the python API: you need to go
through a session, I guess; my code looks like this: 

        options = {}
        fallback_path = "/usr/local/ffmpeg/ffmpeg"
        if os.path.exists(fallback_path):
                options["ffmpeg-ffmpeg"] = fallback_path

        session = streamlink.Streamlink(options or None)
        streams = session.streams(url)

Thanks a lot for all that research -- I'm impressed how much I don't
understand about today's video containers...

I'm not sure whether to close this bug ("not streamlink's bug, and
it's well understood") or whether to keep it open because people
might miss it when it's closed, and I guess the problem won't go away
in bullseye.

I'm fine either way.  Thanks again!

Reply via email to