Hi all, I have been using VLC as a media player but never used it as a streaming server. So please explain the things as simple as possible. For a test purpose, I have a setup where I stream the webcam over network. This was the easy part for me. I have a server which is running on openembedded syst...
Hi all, I have a pc on which openembedded is running. The task of this pc is to decode incoming live streams and show on the screen attached to it. This is sometimes 1 stream connected, sometimes 5, sometimes 10. The h.264 decoder is currently libav but could be ffmpeg as well since I wrote the code...
Hi all, This is my first post to forum. I was using avcodec to decode encoded data with H.264. However, I am about to switch it to libvlc for a number of reasons. In my another application, I grab the desktop screen with BitBlt API. I was wondering if libvlc provides any function for screen grabbing...