Forum

Full Version: Airplay is not working on XBIAN 1.0RC2 // XBMC 13.1
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Software
XBian version: 1.0RC2
XBMC version: 13.1-BETA1 Git:20140511-692cfba (compiled: May 10 2014)
Overclock settings: 840.00Mhz

Hardware
RPi model (model A/B 256mb/512mb):MODEL B, 512MB
SD card size and make/type: 4 GB
Network (wireless or LAN): LAN
Connected devices (TV, USB, network storage, etc.): USB-Stick, HDMI

Logfile
Link to logfile(s): http://pastebin.com/QHHt5DHH

Problem description:
Airplay is not working. XBMC quits to login. no logfile entry is written after stopping xbmc.

How to reproduce:
using IPAD2 with IOS 7.1.1 - start playing audio and switch to AirPlay on xbian.

fresh install from scratch with image from xbian.org with all updates works either. (btw: image should be renewed - takes hours to update, still has the python update problem. would help new users to start...)

any clues?
I believe this a known Gotham bug
watching this with interest...
I have the exact same issue.
It happens with libshairport version 1.0.5-1. With v. 1.0.2-1 xbmc doesn't quit, but it refuses to work with iOS 7 devices. Does anyone have a solution to this? Thanks in advance!
same problem here with the newest update (19.6.2014)

is there any possiblity to install a specified version of shairplay?
Yes. Example:
Code:
apt-get install xbian-package-shairplay=1.1.1
Code:
xbian-package-shairplay=1.0.2
seems to work fine
i tried
Code:
xbian-package-shairplay=1.0.3
and ...=1.0.4 too, but it seems not to find these versions...


is there a newer version than 1.0.2 that i could install, that isn't 1.0.5?
(20th Jun, 2014 06:42 PM)TheFlatlander Wrote: [ -> ]
Code:
xbian-package-shairplay=1.0.2
seems to work fine
i tried
Code:
xbian-package-shairplay=1.0.3
and ...=1.0.4 too, but it seems not to find these versions...


is there a newer version than 1.0.2 that i could install, that isn't 1.0.5?
The repository only has 1.0.2, 1.0.2-1 (newer than 1.0.2) and 1.0.5-1.
1.0.2-1 works like a charm!
Here is my dmesg when using airplay makes xbmc stop. Oddly enough I don't see anything about it in the xvmc logs.

http://pastebin.com/i0zAmPgx

I had the latest shairplay version, I'll revert to 1.0.2-1.
(21st Jun, 2014 10:52 PM)wind-rider Wrote: [ -> ]Here is my dmesg when using airplay makes xbmc stop. Oddly enough I don't see anything about it in the xvmc logs.

http://pastebin.com/i0zAmPgx

I had the latest shairplay version, I'll revert to 1.0.2-1.

Could you please post your xbmc.log (/home/xbian/.xbmc/temp/xbmc.log) when XBMC crashes?
Also, we'd appreciate if you report if you have the same issue with 1.0.2-1.
(21st Jun, 2014 11:03 PM)menakite Wrote: [ -> ]Could you please post your xbmc.log (/home/xbian/.xbmc/temp/xbmc.log) when XBMC crashes?

Unfortunately my xbmc.log and xbmc.old.log are already overwritten due to rebooting after downgrading the packages, but before downgrading I checked and there were no special error or crash messages in those log files...
(21st Jun, 2014 10:52 PM)wind-rider Wrote: [ -> ]Oddly enough I don't see anything about it in the xbmc logs.

(21st Jun, 2014 11:03 PM)menakite Wrote: [ -> ]Also, we'd appreciate if you report if you have the same issue with 1.0.2-1.
Going back to 1.0.2-1 makes airplay work again Smile
(21st Jun, 2014 11:43 PM)wind-rider Wrote: [ -> ]
(21st Jun, 2014 10:52 PM)wind-rider Wrote: [ -> ]Oddly enough I don't see anything about it in the xbmc logs.
Oops.

Asking you a couple more questions so we can debug.

Quote:Going back to 1.0.2-1 makes airplay work again :)
Are you using an iOS 6 or iOS 7 device, or both? With which devices does 1.0.2-1 work?

Also, can you please:
Terminal
dpkg -l libplist1

and
Terminal
cat /var/log/upstart/xbmc.log
if it exists.

Edit: should've been fixed in 1.0.5-2, could you please test? If it's still crashing, please see above so we can investigate this behavior further.
(22nd Jun, 2014 12:36 AM)menakite Wrote: [ -> ]Are you using an iOS 6 or iOS 7 device, or both? With which devices does 1.0.2-1 work?
1.0.2-1 works with iOS7, OSX 10.9, Synology DSM5 (AudioStation).

(22nd Jun, 2014 12:36 AM)menakite Wrote: [ -> ]Also, can you please:
Terminal
dpkg -l libplist1
Terminal
xbian@xbian ~ $ dpkg -l libplist1
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==============-============-============-=================================
ii libplist1 1.8-1 armhf Library for handling Apple binary

(22nd Jun, 2014 12:36 AM)menakite Wrote: [ -> ]
Terminal
cat /var/log/upstart/xbmc.log
if it exists.
I think this is not representative since I restarted after I downgraded to 1.0.2-1
Terminal
xbian@xbian ~ $ sudo cat /var/log/upstart/xbmc.log
[sudo] password for xbian:
Sending action: XBMC.Quit
Exception SystemExit in ignored
Exception TypeError: "'NoneType' object is not callable" in ignored
Exception SystemExit in <function _remove at 0xaae62d70> ignored

(22nd Jun, 2014 12:36 AM)menakite Wrote: [ -> ]Edit: should've been fixed in 1.0.5-2, could you please test? If it's still crashing, please see above so we can investigate this behavior further.
1.0.5-2 works with iOS7, OSX 10.9, Synology DSM5 (AudioStation).

Thanks for notifying about the new version Smile
Pages: 1 2
Reference URL's