Or especially if you have been getting this error:
plugin-container: Fatal IO error 11 (Resource temporarily unavailable) on X serverWell no worries, here is the solution for your problem.
You probably have a file that looks like this:
# cat /etc/adobe/mms.cfg
#Hardware video decoding
EnableLinuxHWVideoDecode=1
Just edit the file to look like this:
# cat /etc/adobe/mms.cfg
#Hardware video decoding
OverrideGPUValidation=false
EnableLinuxHWVideoDecode=0
Your problem is solved.
Hope that helps.