Top "Libvlc" questions

LibVLC is the external programming interface of the VLC media player.

FileNotFoundError: Could not find module 'libvlc.dll'

Using Python 3.8.0, 64 bit OS: Windows 10 Pro, Version 10.0.15063 Build 15063, 64 bit VLC, 3.0.8 Vetinari, 64 bit Have installed Python VLC Bindings through PIP The …

python python-3.x windows vlc libvlc
vlcj:: Unable to load library 'libvlc' in 64bit OS

I am using 64 bit OS Windows 7 and i have 32 bit VLC versioned 1.1.8. I have added these libraries jna.jar platform.…

stream vlc libvlc vlcj
configure: error: libavcodec versions 55 and later are not s

I get this error when I ./configure vlc-2.0.8 configure: error: libavcodec versions 55 and later are not supported yet I already …

vlc libvlc
Get frame from video with libvlc smem and convert it to opencv Mat. (c++)

[UPDATED WITH PARTIAL ANSWER] Here is my code: void cbVideoPrerender(void *p_video_data, uint8_t **pp_pixel_buffer, int …

c++ opencv image-processing libvlc mat
VLClib error: ES_OUT_RESET_PCR

I used VLClib in my C# code to play a RTSP Stream. and OpenCV in C++ for some processes on …

c# c++ opencv vlc libvlc
libvlc - simple C++ streaming

This should be the classic simple error which I can't really find.. I am using libvlc from a VS2010 C++ …

c++ streaming libvlc
How to enable the experimental AAC encoder for VLC and record AAC sound from the microphone?

I managed to record mp3 with VLC 2.1.5 on MacOSX 10.9.2 by using this command: ./VLC -vvv qtsound://AppleHDAEngineInput:1B,0,1,0:1 --sout "#transcode{…

record vlc libvlc aac
Using QWidget::update() from non-GUI thread

Sometimes my application crashes in QWidget::update() that is performing in non-GUI thread. I am developing an application in which …

qt thread-safety libvlc
which is better? JMF or VLCJ. especially for streaming youtube videos

I am an average java developer and i am trying to come up with a browser that is developed entirely …

java jmf libvlc vlcj
Correct using VLCj

I try to use VLCj to get access to web-cameras. I am using this code: public static void main(String[] …

java libvlc vlcj