You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hardware decoding in VLC is critical if all components of the Dakara project are run on the same computer. However, this has to be set manually with the avcodec-hw parameter by the user, who has to choose the correct argument depending on their hardware and operating system.
Hardware acceleration settings should be done directly by the program, in the constructor of VlcPlayer.
While the hardware detection is not a problem on Linux, it certainly will be on Windows… See this question.
The text was updated successfully, but these errors were encountered:
Hardware decoding in VLC is critical if all components of the Dakara project are run on the same computer. However, this has to be set manually with the
avcodec-hw
parameter by the user, who has to choose the correct argument depending on their hardware and operating system.Hardware acceleration settings should be done directly by the program, in the constructor of
VlcPlayer
.While the hardware detection is not a problem on Linux, it certainly will be on Windows… See this question.
The text was updated successfully, but these errors were encountered: