Forum
Airplay not working - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Software (/forum-6.html)
+--- Forum: Kodi (/forum-18.html)
+--- Thread: Airplay not working (/thread-1863.html)

Pages: 1 2


Airplay not working - Elemental - 8th Dec, 2013 11:36 PM

Hello,
I installed the xbian beta 2 on my new Raspberry Pi. The main purpose of my Raspberry Pi is to act as a "Streaming receiver". I activated DLNA/UPNP and Airplay in the settings of xbian.

I can stream from my Windows 8 Notebook to xbian via DLNA, using a YouTube App.
I cannot stream from my iPad to xbian via Airplay, using the YouTube App.

I have an iPad Mini with iOS 7 and the official YouTube App. I can select xbian in the YouTube App, but the Video does not Show up on TV Sad

Any ideas what could be the Problem?

thanks in advance
Elemental


RE: Airplay not working - Koenkk - 9th Dec, 2013 08:16 AM

A fix has been found and we are working on it, will keep you updated


RE: Airplay not working - mk01 - 14th Dec, 2013 12:20 PM

@Elemental

there is new package of airplay and xbmc in the staging area to try.

IOS6 -> XBIAN works - audio and also youtube tested.

IOS7 (I don't upgraded any of my devices so can't test).

(my beloved test video: http://youtu.be/9I8VXgiGqF4)


RE: Airplay not working - Elemental - 16th Dec, 2013 06:25 AM

(14th Dec, 2013 12:20 PM)mk01 Wrote:  ...
there is new package of airplay and xbmc in the staging area to try.
...

thx!
Since I am a newbie to xbmc: Where can I find the "staging area"?


RE: Airplay not working - mk01 - 16th Dec, 2013 06:32 AM

you can edit /etc/apt/sources.list and add
Code:
deb http://xbian.brantje.com staging main

then run "sudo apt-get update" and all the "newer" packages not yet released to stable will be available for install for xbian-config (in shell or xbmc), or just "apt-get upgrade"

second option would be get the packages manually from http://xbian.brantje.com/pool/staging/ with wget and install with dpkg like this
Code:
sudo -i
cd /tmp
wget http://xbian.brantje.com/pool/staging/main/x/xbian-package-xbmc/xbian-package-xbmc_2.9-10.17_armhf.deb
wget http://xbian.brantje.com/pool/staging/main/x/xbian-package-shairplay/xbian-package-shairplay_1.0_armhf.deb
dpkg -i *.deb



RE: Airplay not working - S47 - 28th Dec, 2013 06:40 PM

(16th Dec, 2013 06:32 AM)mk01 Wrote:  you can edit /etc/apt/sources.list and add
Code:
deb http://xbian.brantje.com staging main

then run "sudo apt-get update" and all the "newer" packages not yet released to stable will be available for install for xbian-config (in shell or xbmc), or just "apt-get upgrade"

second option would be get the packages manually from http://xbian.brantje.com/pool/staging/ with wget and install with dpkg like this
Code:
sudo -i
cd /tmp
wget http://xbian.brantje.com/pool/staging/main/x/xbian-package-xbmc/xbian-package-xbmc_2.9-10.17_armhf.deb
wget http://xbian.brantje.com/pool/staging/main/x/xbian-package-shairplay/xbian-package-shairplay_1.0_armhf.deb
dpkg -i *.deb

Hi,
Just trying to install the fix with wget but getting a 404 on the shairplay package.
Is there an alternate link or a different fix for Airplay now?

Thanks.


RE: Airplay not working - S47 - 28th Dec, 2013 07:44 PM

(28th Dec, 2013 06:40 PM)S47 Wrote:  
(16th Dec, 2013 06:32 AM)mk01 Wrote:  you can edit /etc/apt/sources.list and add
Code:
deb http://xbian.brantje.com staging main

then run "sudo apt-get update" and all the "newer" packages not yet released to stable will be available for install for xbian-config (in shell or xbmc), or just "apt-get upgrade"

second option would be get the packages manually from http://xbian.brantje.com/pool/staging/ with wget and install with dpkg like this
Code:
sudo -i
cd /tmp
wget http://xbian.brantje.com/pool/staging/main/x/xbian-package-xbmc/xbian-package-xbmc_2.9-10.17_armhf.deb
wget http://xbian.brantje.com/pool/staging/main/x/xbian-package-shairplay/xbian-package-shairplay_1.0_armhf.deb
dpkg -i *.deb

Hi,
Just trying to install the fix with wget but getting a 404 on the shairplay package.
Is there an alternate link or a different fix for Airplay now?

Thanks.

Ah, found the package in the stable area (http://xbian.brantje.com/pool/stable/main/x/xbian-package-shairplay/xbian-package-shairplay_1.0_armhf.deb)
Airplay works flawlessly now on iOS 7.0.4.
Thanks!


RE: Airplay not working - IriDium - 3rd Jan, 2014 03:58 AM

I've done tests on Android and it seems to work perfectly.


RE: Airplay not working - mk01 - 7th Jan, 2014 10:07 PM

so I can rollout shairplay && xbmc-2.9-10.18 to stable ?


RE: Airplay not working - IriDium - 8th Jan, 2014 12:56 AM

(7th Jan, 2014 10:07 PM)mk01 Wrote:  so I can rollout shairplay && xbmc-2.9-10.18 to stable ?
I've only tried on Android - so if you've done the other fruits, then it should be good to go.


RE: Airplay not working - mk01 - 8th Jan, 2014 06:53 AM

more then revived AirPlay I wan't to avoid some funny new bugs like non working volume control, or bookmarking crashing xbmc or … don't remember. I run the -18 since it was compiled so 4w and works. but I'm barely representative test group.


RE: Airplay not working - bcre3306 - 11th Jan, 2014 04:48 AM

(28th Dec, 2013 07:44 PM)S47 Wrote:  
(28th Dec, 2013 06:40 PM)S47 Wrote:  
(16th Dec, 2013 06:32 AM)mk01 Wrote:  you can edit /etc/apt/sources.list and add
Code:
deb http://xbian.brantje.com staging main

then run "sudo apt-get update" and all the "newer" packages not yet released to stable will be available for install for xbian-config (in shell or xbmc), or just "apt-get upgrade"

second option would be get the packages manually from http://xbian.brantje.com/pool/staging/ with wget and install with dpkg like this
Code:
sudo -i
cd /tmp
wget http://xbian.brantje.com/pool/staging/main/x/xbian-package-xbmc/xbian-package-xbmc_2.9-10.17_armhf.deb
wget http://xbian.brantje.com/pool/staging/main/x/xbian-package-shairplay/xbian-package-shairplay_1.0_armhf.deb
dpkg -i *.deb

Hi,
Just trying to install the fix with wget but getting a 404 on the shairplay package.
Is there an alternate link or a different fix for Airplay now?

Thanks.

Ah, found the package in the stable area (http://xbian.brantje.com/pool/stable/main/x/xbian-package-shairplay/xbian-package-shairplay_1.0_armhf.deb)
Airplay works flawlessly now on iOS 7.0.4.
Thanks!

For anyone interested this worked for me with IOS7
Thanks!


RE: Airplay not working - mk01 - 16th Jan, 2014 02:49 PM

@all

the patched XBMC and new Airport library have been pushed to stable. So it is now available to every XBian user as simple update.


RE: Airplay not working - S47 - 23rd Jan, 2014 02:59 AM

Hi,

I'm having some minor issues with Airplay again.
After a some time the xbian airplay selection icon reverts to a speaker and not a TV screen, and it doesn't stream at all. It usually works again after restarting Xbian and the iOS device (same issue for iPad and iPhone).
It might seem like it's an XBMC issue according to this: http://forum.xbmc.org/showthread.php?tid=179961
Any ideas?


RE: Airplay not working - bcre3306 - 23rd Jan, 2014 06:23 AM

(23rd Jan, 2014 02:59 AM)S47 Wrote:  Hi,

I'm having some minor issues with Airplay again.
After a some time the xbian airplay selection icon reverts to a speaker and not a TV screen, and it doesn't stream at all. It usually works again after restarting Xbian and the iOS device (same issue for iPad and iPhone).
It might seem like it's an XBMC issue according to this: http://forum.xbmc.org/showthread.php?tid=179961
Any ideas?

I'm having the same exact issue, just noticed it a few days ago. Any help would be appreciated.