I now have sound through hdmi from youtube via chrome using stretch. The only thing I've done is prepare to install freebasic..but didn't.
dunno why but happy it works.
Where are the hdmi options? rpiconfig? Thanks for reply.
Using rpi 3 to hdmi tv, I find playing Youtube video using Chromium browser there is no sound but video is fine. If I run Kodi and Youtube app, the sound is fine. My own videos play sound fine in kodi and using TBO player. I have searched the web and it is a common fault but I couldn't find a soluti...
Type this in text editor then save in Documents as Kodi
#!/bin/bash
kodi
if [ "$?" = "0" ]; then
killall kodi
fbset -depth 8 && fbset -depth 16
xrefresh
fi
In Terminal type
cd Documents/
chmod +x kodi
Copy the file Kodi to the desktop and click and select Execute.Works on Jessie RPi 2&3
It worked out the box with jessie from noobs but I had to click the icon on the task bar a few times before it showed my router,then enter psk. It needs a strong signal but streams Kodi video as good as ethernet cable.I heard it works in an aluminium Flirc case but I got a plastic Lego block box to ...
Why does Kodi not work as well on Jessie and Openelec on RPi 3 as on RPi 2. Osmc won't even boot.
I preferred the SD slot on the RPi2. Any known software problems with Rpi 3? Cheers.
Is it possible to install this without using the Pistore? I run my pi only trough ssh. Pistore won't run without x or something. I've added scamp to my box.net account so you can d/l it without pistore https://app.box.com/s/t1xihde101j5rpanobe7 just unzip to a temp folder and run install.sh Hi.I do...