Hardware Acceleration in Standalone Flash Player
I have MB N3050N
I have Ubuntu x64 16.04.1
I have google-chrome with flash plugin
I have flashplayer sa 29.0.0.134 (from Download Adobe Flash Player 29 Beta for Desktops - Adobe Labs )
I have simple test flash(swf file) which show me FPS
In google-chrome i have 50-60 FPS.
But in stand alone flashplayer I have only 10 FPS
I create /etc/adobe/mms.cfg
$cat /etc/adobe/mms.cfg
EnableLinuxHWVideoDecode=1
OverrideGPUValidation=1
AVHardwareDisable=0
I set variables
export VDPAU_DRIVER=va_gl
export LIBVA_DRIVER_NAME=i965
It use correct driver
$flashplayer29 DisplayFPS_2.swf
libva info: VA-API version 0.39.0
libva info: va_getDriverName() returns 0
libva info: User requested driver 'i965'
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_0_39
libva info: va_openDriver() returns 0
libva info: VA-API version 0.39.0
libva info: va_getDriverName() returns 0
libva info: User requested driver 'i965'
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_0_39
libva info: va_openDriver() returns 0
google-chrome use same driver
lsof | grep i965
....
chrome 4633 tso mem REG 8,1 6561728 7080568 /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
So how enable HW render in sa flashplayer
