Meta.Vlc icon indicating copy to clipboard operation
Meta.Vlc copied to clipboard

VlcPlayer plays visualization in a new window

Open spektor56 opened this issue 8 years ago • 1 comments

When using projectm in VLC to show music visualization the player opens it in a new window "VLC (OpenGL output)". This works in winforms using the VLC.net project with the following vlc options:

VlcSettings(@"lib\vlc", "--projectm-preset-path=lib\presets", "--audio-visual=projectm", "--effect-list=scope", "--no-video", "--verbose=2")

Goom, spectrometer, scope, etc are working correctly.

issue

spektor56 avatar Apr 12 '17 04:04 spektor56

No idea with it, but I think it is another output of vlc, and we don't handle it, so a default windows has be created to playback this output.

devkanro avatar Jun 20 '17 15:06 devkanro