PyAV-Org / PyAV

Pythonic bindings for FFmpeg's libraries.
https://pyav.basswood-io.com/
BSD 3-Clause "New" or "Revised" License
2.43k stars 359 forks source link

Can't use analyzeduration options with rtmp url #1364

Closed vutung1671997 closed 4 months ago

vutung1671997 commented 4 months ago

Using simple open rtmp

if 'rtmp://' in self.current_stream_link: options = { 'analyzeduration': '100', } print(f'self.current_stream_link: {self.current_stream_link}') self.container = av.open(self.current_stream_link, timeout=20, options=options)

App crash immediately when use options in rtmp url

Versions

only log bug: Windows fatal exception: access violation

Research

I have done the following:

WyattBlue commented 4 months ago

Invalid, 11.0.0 is not the latest release.