Ok I got this working - It's something to do with the VLC package in the Raspian repo, though I don't know enough about this stuff to determine what/why. raspian repo purge vlc install vlc - says ~200kb will be used using https://www.deb-multimedia.org buster main non-free purge vlc install vlc = sa...
I have a usb camera I'm trying to use with my RPi4. On my dev machine running Pop OS everything works great! Trying the exact same thing on the RPi4, I fail to get any image. I'm working python bindings, but the issue is reproducible in VLC itself. Both machines are running 3.0.8 Opening /dev/video/...
Rémi, By "user configuration", you also mean with options passed to libvlc? Why can we pass other options when playing and not when using a stream out chain? If nothing can be done there, is there a way @yabbadidu can get his/her video card blacklisted for hw acceleration? Or maybe is tha...
I would actually expect better performance with iGPU than dGPU as far as video decoding is concerned. The dGPU video DSP is not necessarily much better than the one in the iGPU. And the iGPU will not incur the penalty of memory transfer. I was thinking the same regarding the memory penalty. My mist...
Logs are pretty quiet, at least at verbosity 1. Reset all preferences to default before testing Task manager GPU usage during playback of single video Quadro M1000M - 16% Intel HD 530 = 10% Quadro logs - mp4 warning: unknown box type cTIM (incompletely loaded) mp4 warning: unknown box type cTSC (inc...
I am working on a video intensive application and have chosen to use libvlc for playback. Technically I'm interacting with libvlc through the Vlc.DotNet wrapper, but I don't think my issues are wrapper related. The app can have as many as 8 1080 videos up, and the content being played is 30fps. A us...