AMLogic - try and fix your Audio and Video playback problems.
#61
Hi,

I guess I'm not the only one left with a CRT.........

Put this in a file and (if you want) have it start at autoboot (not if you have to change between HDMI and AV everytime):

# Fix for AV output on S89-H with Kodi 16
# DENY Kodi superuser access!!!
# If you want it to autostart at boot, use smanager or init.d
# With this file AV works correct, HDMI does NOT!
# Reboot after install to have affect

#!/system/bin/sh

#allow all changes for xbmc (this is instead of giving supersu access to xbmc) but deny access for /sys/class/video/axis
chmod 666 /dev/amstream*
chmod 444 /sys/class/video/axis
chmod 666 /sys/class/video/screen_mode
chmod 666 /sys/class/video/disable_video
chmod 666 /sys/class/tsync/pts_pcrscr
chmod 666 /sys/class/audiodsp/digital_raw
#chmod 666 /sys/class/ppmgr/ppmgr_3d_mode
chmod 666 /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
chmod 666 /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
chmod 666 /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
chmod 666 /dev/amvideo
# addition below for Kodi 16
chmod 444 /sys/class/display/mode

Good luck,

Wim
Reply


Messages In This Thread
RE: AMLogic - try and fix your Audio and Video playback problems. - by WimKl - 2016-03-11, 12:34
Logout Mark Read Team Forum Stats Members Help
AMLogic - try and fix your Audio and Video playback problems.3