Adobe Flash and Chrystal HD

Hi folks,

to enable Chrystal HD Card in Browser with Flash:

Source: CrystalHDHowTo - indicator-crystalhd - Indicates the state of the Broadcom CrystalHD linux driver (BCM70012, BCM70015) - Google Project Hosting

edit /etc/adobe/mms.cfg

add following line: EnableLinuxHWVideoDecode=1
OverrideGPUValidation=true

delete following line if present: EnableLinuxHWVideoDecode=1

for my configuration it worked;)
Dell Inspirion Duo 1090

For anyone that wonders what this might be about would want to look here:

Crystal HD Video Decoder Drivers | Broadcom

Thank You,

I only wonder if it is realy the OP’s idea that he only wants help from people that can read such a tiny font :frowning:

I wondered why its so small, but I guess we could edit it and make it larger if we wanted to do so. Since I don’t have a Crystal HD Video Decoder, I did not spend anymore time with this subject.

Thank You,

Hey Folks :slight_smile:

here are more options for mms.cfg

  • it is only used till FlashPlayer 11.2
  • PepperFlash is not affected

Source:

http://helpx.adobe.com/flash-player/kb/administration-configure-auto-update-notification.html
https://wiki.archlinux.org/index.php/Browser_Plugins
https://wiki.archlinux.org/index.php/VDPAU
https://bbs.archlinux.org/viewtopic.php?id=166593

mkdir /etc/adobe
kwrite /etc/adobe/mms.cfg
##-----

## Adobe player settings
AVHardwareDisable = 0
FullScreenDisable = 0
LocalFileReadDisable = 1
FileDownloadDisable = 1
FileUploadDisable = 1
LocalStorageLimit = 1
ThirdPartyStorage = 1
AssetCacheSize = 10
AutoUpdateDisable = 1
LegacyDomainMatching = 0
LocalFileLegacyAction = 0
AllowUserLocalTrust = 0
# DisableSockets = 1 
OverrideGPUValidation = 1
## VDPAU
EnableLinuxHWVideoDecode=1

##----