Tool to run many video at same time.
There are two implemented players:
The vlc player must be configured to allow multiple instances. Unix pipe are used to communicate with vlc via remote control interface.
To find, move and resize window position 'xdotool' is used. After vlc start, it is awaited short time on vlc windows initialization.
Tested on VLC version:
- 4.0.0-dev Otto Chriek
In VLC settings minimal interface must be disabled.
- Create configuration
- Save configuration
- Run vlc instances
PyQt5 must be installed before multi_vlc
python -m pip install PyQt5
python setup.py install