Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rohanrajpal/fd92d248301bf433e1334303b3cd422e to your computer and use it in GitHub Desktop.
Save rohanrajpal/fd92d248301bf433e1334303b3cd422e to your computer and use it in GitHub Desktop.
-- logger module started --
main debug: VLC media player - 4.0.0-dev Otto Chriek
main debug: Copyright © 1996-2019 the VideoLAN team
main debug: revision 4.0.0-dev-6786-gace7fd111f
main debug: configured with ./configure
main debug: searching plug-in modules
main debug: loading plugins cache file /home/rohan/Documents/VLC-Development/vlc/modules/plugins/plugins.dat
main warning: cannot read /home/rohan/Documents/VLC-Development/vlc/modules/plugins/plugins.dat: No such file or directory
main debug: recursively browsing `/home/rohan/Documents/VLC-Development/vlc/modules/plugins'
main debug: loading plugins cache file /home/rohan/Documents/VLC-Development/vlc/modules/plugins.dat
main debug: recursively browsing `/home/rohan/Documents/VLC-Development/vlc/modules'
main debug: plug-ins loaded: 521 modules
main debug: opening config file (/home/rohan/.config/vlc/vlcrc)
main debug: looking for logger module matching "any": 4 candidates
file debug: opening logfile `/home/rohan/Desktop/vlclog.txt'
main debug: using logger module "file"
main debug: translation test: code is "C"
main debug: looking for keystore module matching "memory": 4 candidates
main debug: using keystore module "memory"
main debug: CPU has capabilities MMX MMXEXT SSE SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 AVX AVX2 FPU
main debug: looking for medialibrary module matching "any": 0 candidates
main debug: no medialibrary modules
main warning: Media library initialization failed
main debug: creating audio output
main debug: looking for audio output module matching "any": 7 candidates
vlcpulse debug: using library version 11.1.0
vlcpulse debug: (compiled with version 11.1.0, protocol 32)
vlcpulse debug: connected locally to unix:/run/user/1000/pulse/native as client #18
vlcpulse debug: using protocol 32, server protocol 32
pulse debug: adding sink 0: alsa_output.pci-0000_00_1f.3.analog-stereo (Built-in Audio Analog Stereo)
main debug: using audio output module "pulse"
main debug: keeping audio output
main debug: looking for interface module matching "dbus,none": 17 candidates
dbus debug: listening on dbus as: org.mpris.MediaPlayer2.vlc
main debug: using interface module "dbus"
main debug: looking for interface module matching "hotkeys,none": 17 candidates
main debug: using interface module "hotkeys"
main debug: looking for interface module matching "globalhotkeys,none": 17 candidates
main debug: using interface module "xcb_hotkeys"
main: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
main debug: looking for interface module matching "any": 17 candidates
main debug: looking for extension module matching "any": 1 candidates
lua debug: Opening Lua Extension module
lua debug: Trying Lua scripts in /home/rohan/.local/share/vlc/lua/extensions
lua debug: Trying Lua scripts in /home/rohan/Documents/VLC-Development/vlc/modules/lua/extensions
lua debug: Trying Lua scripts in /home/rohan/Documents/VLC-Development/vlc/share/lua/extensions
lua debug: Trying Lua playlist script /home/rohan/Documents/VLC-Development/vlc/share/lua/extensions/VLSub.lua
lua debug: Scanning Lua script /home/rohan/Documents/VLC-Development/vlc/share/lua/extensions/VLSub.lua
lua debug: Script /home/rohan/Documents/VLC-Development/vlc/share/lua/extensions/VLSub.lua has the following capability flags: 0x5
lua debug: Trying Lua playlist script /home/rohan/Documents/VLC-Development/vlc/share/lua/extensions/VLSub.luac
lua debug: Scanning Lua script /home/rohan/Documents/VLC-Development/vlc/share/lua/extensions/VLSub.luac
lua debug: Script /home/rohan/Documents/VLC-Development/vlc/share/lua/extensions/VLSub.luac has the following capability flags: 0x5
main debug: using extension module "lua"
main debug: using interface module "qt"
main: playlist is empty
main debug: nothing to play
main debug: exiting
main debug: exiting
main debug: removing all interfaces
main debug: removing module "qt"
main debug: deactivating the playlist
main debug: removing module "pulse"
qt debug: requesting exit...
qt debug: waiting for UI thread...
qt debug: QApp exec() finished
qt debug: Video is not needed anymore
qt debug: Killing extension dialog provider
qt debug: ExtensionsDialogProvider is quitting...
main debug: removing module "lua"
main debug: removing module "xcb_hotkeys"
main debug: removing module "hotkeys"
main debug: removing module "dbus"
main debug: destroying
main debug: deleting item `Playlist'
main debug: removing module "memory"
-- logger module stopped --
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment