Answer the question
In order to leave comments, you need to log in
blue faces on youtube
Ubuntu 10.10. The youtube flash player "blues" the picture.
I understand that the bug did not appear yesterday, but I could not overcome it. I switched youtube to html5 mode, but the commercials with ads still turn on the flash player, which, in addition to blue faces, also often falls off.
It seems that they wrote about the setting in the config /etc/adobe/mms.cfg (OverrideGPUValidation=true, EnableLinuxHWVideoDecode=1). But I don’t have an adobe folder, let alone settings in etc.
Answer the question
In order to leave comments, you need to log in
It is treated by disabling hardware acceleration in the flash settings.
http://habrahabr.ru/qa/18721/
It says here exactly what needs to be done. If the file does not exist, then it must be created.
My YouTube video is lagging, so I have a script.
You need youtube-dl to work. This example plays 480p video in full screen with decent caching. For 720p write --max-quality=18, --max-quality=22 instead
#!/bin/sh
#
# Public domain
# Author: roman [] tsisyk.com
#
# Usage: ./me url [youtube-dl parameters]
#
COOKIE_FILE=/var/tmp/youtube-dl-cookies.txt
mplayer -fs -cache 10000 -cache-min 5 -cookies -cookies-file ${COOKIE_FILE} $(youtube-dl --max-quality=18 -g --cookies$
Here is the solution to the problem: ubuntovod.ru/instructions/adbode-flash-sinie-cveta-youtube.html
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question