[SOLVED] Airplay icon not showing RC1 - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Kodi (/forum-18.html) +--- Thread: [SOLVED] Airplay icon not showing RC1 (/thread-2176.html) |
Airplay icon not showing RC1 - Alexandros04 - 15th Mar, 2014 03:17 AM Software XBian version: 1.0RC1 XBMC version:12.2 Overclock settings:xbian Hardware Power supply rating:1A RPi model (model A/B 256mb/512mb):512 SD card size and make/type:4gb kingsgton Network (wireless or LAN):LAN Connected devices (TV, USB, network storage, etc.): TV I have updated the whole system. The airplay icon doesnt appear on my ios 7, 5 and itunes. Dbus and avahi daemon are running. zerconf is on. But automatic setup of xbmcremote didnt work too. RE: Airplay icon not showing RC1 - Alexandros04 - 15th Mar, 2014 07:52 PM some extra info, airplay didn't work on openelec neither did it on xbian 1.0 beta2. This morning, suddenly it worked for like 5 minutes, andthenit was lost. also I noticed that xbmcremote sometimes just loses connection onmy ipad. Also airplay didn't show up on my ios 7 device, only on the ipad with ios 5 RE: Airplay icon not showing RC1 - mk01 - 16th Mar, 2014 07:50 AM if not yet, update xbian-package-shairplay package to latest (1.0.2) Airplay icon not showing RC1 - Alexandros04 - 17th Mar, 2014 05:39 AM I have all the updates. I have now figuren out that AirPlay announcment doesnt work with my ethernet connection. Cause when I connect my laptop via ethernet, xbmc AirPlay doesnt work either, only when my laptop is om wifi. So the problem is my router, any suggestions? RE: Airplay icon not showing RC1 - mk01 - 17th Mar, 2014 11:24 PM what is your content of /etc/default/avahi-daemon ? is AVAHI_DAEMON_DETECT_LOCAL 0 or 1 ? RE: Airplay icon not showing RC1 - Alexandros04 - 20th Mar, 2014 07:44 PM so I set up SSH from an external ip, it says 0. Should I change this? RE: Airplay icon not showing RC1 - Alexandros04 - 21st Mar, 2014 10:55 PM I changed it to 1 it didn't work either. I did some extra testing: - Rasp Pi xbian and ethernet conenction, laptop newest iTunes ethernet connection, no AirPlay with AVAHI_DAEMON_DETECT_LOCAL 0 and 1 - Rasp Pi xbian and ethernet connection, iPhone 5 iOS7.1 and iPad 1 iOS 5.1.1, no AirPlay with AVAHI_DAEMON_DETECT_LOCAL 0 and 1 - Laptop with wifi connection XBMC 12.3, iPhone 5 iOS 7.1 iPad 1 iOS 5.1.1 and newest iTunes, AirPlay working! - Laptop with ethernet connection XBMC 12.3, iPhone 5 iOS 7.1 iPad 1 iOS 5.1.1 AirPlay not working. (As for iTunes, I don't remember if it worked, will check it as soon as I get home.) I scanned my xbmc logfile, noticed two warinings: 13:47:41 T:3041759776 WARNING: AIRTUNES: Error initialising IPv6 socket 97 13:47:41 T:3041759776 WARNING: AIRTUNES: Continuing without IPv6 supp also, some DBus warnings, should I post them? RE: Airplay icon not showing RC1 - mk01 - 24th Mar, 2014 07:13 AM you can try ipv6 if you want: Code: modprobe ipv6 what is output of Code: netstat -l book is mac or windows with itunes? if mac, what version? 10.9,10.8,10.7 ? if the errors from DBUS are related to UDISKS, don't send them. otherwise post. RE: Airplay icon not showing RC1 - Alexandros04 - 24th Mar, 2014 10:06 AM xbian@xbian ~ $ netstat -l Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 *:microsoft-ds *:* LISTEN tcp 0 0 localhost:8000 *:* LISTEN tcp 0 0 *:9090 *:* LISTEN tcp 0 0 *:1990 *:* LISTEN tcp 0 0 *:netbios-ssn *:* LISTEN tcp 0 0 *:sunrpc *:* LISTEN tcp 0 0 *:http-alt *:* LISTEN tcp 0 0 localhost:tproxy *:* LISTEN tcp 0 0 *:1172 *:* LISTEN tcp 0 0 *:ssh *:* LISTEN tcp 0 0 *:36666 *:* LISTEN tcp 0 0 *:36667 *:* LISTEN udp 0 0 *:40156 *:* udp 0 0 *:mdns *:* udp 0 0 *:9777 *:* udp 0 0 *:bootpc *:* udp 0 0 *:1900 *:* udp 0 0 *:sunrpc *:* udp 0 0 xbian.local:ntp *:* udp 0 0 localhost:ntp *:* udp 0 0 *:ntp *:* udp 0 0 *:638 *:* udp 0 0 192.168.0.25:netbios-ns *:* udp 0 0 xbian.local:netbios-ns *:* udp 0 0 *:netbios-ns *:* udp 0 0 192.168.0.2:netbios-dgm *:* udp 0 0 xbian.local:netbios-dgm *:* udp 0 0 *:netbios-dgm *:* udp 0 0 *:26511 *:* Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node Path unix 2 [ ACC ] STREAM LISTENING 1489 @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 1862 /var/run/rpcbind.sock unix 2 [ ACC ] STREAM LISTENING 1883 /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 2685 /var/run/avahi-daemon/socket unix 2 [ ACC ] SEQPACKET LISTENING 2466 /run/udev/control unix 2 [ ACC ] STREAM LISTENING 4553 /var/run/samba/unexpected unix 2 [ ACC ] STREAM LISTENING 3038 /var/run/lirc/lircd its a windows RE: Airplay icon not showing RC1 - Alexandros04 - 26th Mar, 2014 01:30 AM Got a new router from my serviceprovider today, AirPlay seems to work fine. I haven't tested it yet, but I see the icon appear on my itunes via teamviewer. Will report back as soon as I do a test. RE: Airplay icon not showing RC1 - Alexandros04 - 28th Mar, 2014 07:42 PM Works now, topic can be closed RE: Airplay icon not showing RC1 - mk01 - 3rd Apr, 2014 08:06 PM so router was blocking broadcast packets ? interesting, but not impossible. Airplay icon not showing RC1 - Alexandros04 - 4th Apr, 2014 07:59 AM Yess it was the fault of the router. It was an ubeee |