python-vlc icon indicating copy to clipboard operation
python-vlc copied to clipboard

Python vlc bindings

Results 89 python-vlc issues
Sort by recently updated
recently updated
newest added

Hello, When using this lib on MacOS with the simplified code below, inspired from `examples/tkvlc.py`, the size of the video is not adapted to the size of the window. If...

Trying to get the VLC window to open on my third monitor, but seems to always open on the first/primary monitor. `i = vlc.Instance('--video-on-top --rtsp-tcp --directx-device={,display,\\.\DISPLAY3}'.split())` ` playback = i.media_player_new()`...

The wrapper crashes when using recent versions of VLC: VLC: 3.0.13 (cannot reproduce with MWE), 3.0.14, 3.0.15, 3.0.16 OS: Windows 10, Linux 5.12.2-1 Python: 3.8, 3.9 for this test code:...

Hi, I want audio visualization in my project using python-vlc. i came to know this command line argument **--audio-visual=goom** and passed through vlc.Instance() constructor parameter. It successfully shows the visualization...

When I press Left or Right, I get errors. So, I am certain it is caused by the `nextFile()` function from my code. More specifically, it is caused whenever I...

I get this error after creating a .exe file of my script with pyinstaller: pyinstaller ran without errors. script runs ok in vs code console. Installed modules in my code:...

Hello all, I want to use opencv with python-vlc. I will just use opencv like osd. I want to edit frames and showing it on vlc. Is there any way...

``` Environment: IDE - VsCode Python venv version - 3.9.7 64-bit vlc locally installed version - 3.0.16 python-vlc version - latest ``` When attempt to play a audio stream as...

I'm interested in using python-vlc to run a network stream, using authenticated https proxies.