Closed MarshalX closed 3 years ago
I didnt debug it with gdb, but there is temp solution. Dont use bullt wheels.
pip3 uninstall av
+ pip3 install av --no-binary av
Also you need to install some 3rd party packages into your system: https://pyav.org/docs/stable/overview/installation.html
I didnt debug it with gdb, but there is temp solution. Dont use bullt wheels.
pip3 uninstall av
+pip3 install av --no-binary av
Ok it works with this and by installing some extra dependencies 👍
But the issue still exists with your wheels on pypi
Overview
The
av.open
does not work with YouTube's m3u8 on Linux and works on macOSExpected behavior
Don't crash and print input container
Actual behavior
Crashed from cpp part without extra info like traceback. Only one message.
Traceback:
Investigation
I can't bypass this problem on Linux
Reproduction
Run this code under Linux
Versions
Research
I have done the following: