AirPlay mirroring on Kodi or any by any other known method on Raspberry Pi?
#16
For those who would be interested, I made a script enabling building with docker on LibreELEC. Tested with LibreELEC 9.2.4.
https://github.com/nicolaspernoud/RPiPla...er-builder .
Reply
#17
Hi,

i made simple, automatic interactive script for LibreElec 9.2.x and RPi2-4.

https://github.com/sousasov/RPiPlay-LibreElec

I thank nicolaspernoud for his script.
Reply
#18
(2020-01-12, 08:23)Onygzz Wrote:
(2019-12-22, 00:42)gotschi Wrote:
(2019-07-31, 21:51)robertleelittleiii Wrote: FYI:  Came across afew possible solutions:

https://github.com/FD-/RPiPlay

Found in article on Raspi site:

https://www.raspberrypi.org/forums/viewt...p?t=239964

Hopefully, someone can integrate it into Kodi.  
Rpiplay

I built it on a rpi3 and it runs great on libreelec on a rpi4 Smile
put it in /storage/downloads and add this in .config/autostart.sh:

Code:
(
    /storage/downloads/rpiplay -n Kodi -b -a hdmi 2>&1 &
) &

I tried it on a fresh libreelec installation and it didn't work either. can anyone verify the functionality?

I tried something similar as gotschi and got it to work. I compiled RPiPlay on another pi 4 following the instructions in their readme.

Then I moved the binary to my libreelec pi 4 and started it with:

Code:
./rpiplay -n Kodi -b auto -a hdmi

Works great for mirroring iphones, video casting obviously doesn't work since RPiPlay don't have support for it.

Haven't tried adding it to autostart yet, but will try that out soon.

I also turned off the built-in airplay in Kodi, not sure if that matters or not.
Reply

Logout Mark Read Team Forum Stats Members Help
AirPlay mirroring on Kodi or any by any other known method on Raspberry Pi?0