Open fapeci opened 9 years ago
Is there any progress with this issue? I tried various vlc versions but had no luck yet. Most i can get is empty axis without actual audio bars. I also dont see any errors regarding audiobargraph in logs. Running audiobargraph directly in vlc using same command line arguments works like a charm. Any help will be greatly appreciated.
Hi, I didn't have time to have a look at this yet. Are you using Vlc.DotNet.WinForms or Vlc.DotNet.Wpf? I think this is an issue with libvlc, but I need to make sure : https://forum.videolan.org/viewtopic.php?t=129042 Did you try with latest vlc-3.0.0 nightly?
Hi, im using WinForms. I started testing directly with libvlc and it indeed seems like a bug in libvlc itself. I tried vlc 3.0.0 but i will give it one more chance. Anyway thanks for response, i will leave feedback here if i manage to find a solution :)
Modified the VlcMediaPlayer.cs file inside the vlc.dotnet.core with the following
with the following
"--sub-source=audiobargraph_v", "--audio-filter=audiobargraph_a"
after the lines
"--extraintf=logger", "--verbose=2",
I can see the axis but not the actual dynamic audio bar.
What could be the issue ?
P.S. also selected as vlc directory the one from vlc2.2.0 sources since the audiobargraph is fixed in this version and is buggy in the 2.1.5 Rincewind