Segmentation fault on av.open with options #1754
Replies: 1 comment
-
Solution was not passing "options" but "container_options" and than it worked. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
So I have this command that is working great when running from my mac
stream_path is rtmp
container = av.open(stream_path, options={"rtsp_transport":"tcp", "fflags": "nobuffer", "flags":"low_delay", "max_delay":"500000", "probesize": "32", "analyzeduration":"0",}, timeout=10)
But when running from docker container on ubuntu, if I put any option I get segmentation faul.
Anyone have any idea why?
Beta Was this translation helpful? Give feedback.
All reactions