Updated VLC components to Version 3.0.11.
This commit is contained in:
parent
a068ea2342
commit
c4694ac4b1
@ -1,5 +1,4 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
from __future__ import unicode_literals # at top of module
|
|
||||||
import os
|
import os
|
||||||
import random
|
import random
|
||||||
import vlc
|
import vlc
|
||||||
@ -28,6 +27,7 @@ class audioPlayer(object):
|
|||||||
self.queue_pos = 0
|
self.queue_pos = 0
|
||||||
self.shuffle = False
|
self.shuffle = False
|
||||||
self.instance = vlc.Instance()
|
self.instance = vlc.Instance()
|
||||||
|
log.debug("Instantiating Media player with the following information: VLC version detected={}. VLC bindings for python version{}".format(vlc.libvlc_get_version(), vlc.__version__))
|
||||||
self.player = self.instance.media_player_new()
|
self.player = self.instance.media_player_new()
|
||||||
log.debug("Media player instantiated.")
|
log.debug("Media player instantiated.")
|
||||||
self.event_manager = self.player.event_manager()
|
self.event_manager = self.player.event_manager()
|
||||||
|
BIN
src/libvlc.dll
BIN
src/libvlc.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
src/plugins/access/libhttps_plugin.dll
Normal file
BIN
src/plugins/access/libhttps_plugin.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
src/plugins/audio_filter/libscaletempo_pitch_plugin.dll
Normal file
BIN
src/plugins/audio_filter/libscaletempo_pitch_plugin.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
src/plugins/audio_filter/libspatialaudio_plugin.dll
Normal file
BIN
src/plugins/audio_filter/libspatialaudio_plugin.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
src/plugins/audio_filter/libtospdif_plugin.dll
Normal file
BIN
src/plugins/audio_filter/libtospdif_plugin.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
src/plugins/audio_output/libwasapi_plugin.dll
Normal file
BIN
src/plugins/audio_output/libwasapi_plugin.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
src/plugins/codec/libflac_plugin.dll
Normal file
BIN
src/plugins/codec/libflac_plugin.dll
Normal file
Binary file not shown.
BIN
src/plugins/codec/liblibmpeg2_plugin.dll
Normal file
BIN
src/plugins/codec/liblibmpeg2_plugin.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
src/plugins/codec/libmpg123_plugin.dll
Normal file
BIN
src/plugins/codec/libmpg123_plugin.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
src/plugins/demux/libadaptive_plugin.dll
Normal file
BIN
src/plugins/demux/libadaptive_plugin.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
src/plugins/demux/libdemux_chromecast_plugin.dll
Normal file
BIN
src/plugins/demux/libdemux_chromecast_plugin.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
src/plugins/demux/libdirectory_demux_plugin.dll
Normal file
BIN
src/plugins/demux/libdirectory_demux_plugin.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
src/plugins/demux/libh26x_plugin.dll
Normal file
BIN
src/plugins/demux/libh26x_plugin.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
src/plugins/demux/libnoseek_plugin.dll
Normal file
BIN
src/plugins/demux/libnoseek_plugin.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user