Show a complete VLC player with libvlc
Posted: 02 Jun 2022 11:09
Hello,
I like to use VLC in a simple Python application. I used the python-bindings for libvlc, but I cannot figure out how to open a complete VLC player window (with all controls and settings etc.). I also tried the http-Interface, but that lacks one feature I need: sub-second time resolution (I realized VLC doesn't seem to offer exact timing, only about 1/4 second resolution, which is just about enough, if one could increase the resolution somehow would be great).
Stefan
I like to use VLC in a simple Python application. I used the python-bindings for libvlc, but I cannot figure out how to open a complete VLC player window (with all controls and settings etc.). I also tried the http-Interface, but that lacks one feature I need: sub-second time resolution (I realized VLC doesn't seem to offer exact timing, only about 1/4 second resolution, which is just about enough, if one could increase the resolution somehow would be great).
- Is it (and if yes how) possible to open a complete VLC player with libvlc from Python?
- If previous answer is no, is it possible with the http interface to access millisecond timing somehow?
- Is it possible to increase VLCs internal time resolution?
Stefan