Search found 2 matches

Go to advanced search

by MattDralle
23 Nov 2021 20:40
Forum: Development around libVLC
Topic: PulseAudio Errors with LibVNC...
Replies: 3
Views: 7472

Re: PulseAudio Errors with LibVNC...

I added the following right after "VLCInstance = libvlc_new (0, NULL);":

libvlc_log_unset( VLCInstance );

No more stderr log messages. Everything's working great now. Whew.

Matt Dralle
by MattDralle
23 Nov 2021 03:43
Forum: Development around libVLC
Topic: PulseAudio Errors with LibVNC...
Replies: 3
Views: 7472

PulseAudio Errors with LibVNC...

I'm building a C application on a HardKernel Odroid C4 with Ubuntu. My LibVLC specific code is below. I have uninstall PulseAudio as I don't need it's functionality. I have a generic USB 2.0 audio speaker plugged in that works great with aplay and other Alsa aware apps. In fact, I've got the lvlc li...

Go to advanced search