Mac OS X Rename Airplay

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
plot Offline
Junior Member
Posts: 27
Joined: Dec 2010
Reputation: 0
Post: #11
http://pastebin.com/n5VTDuVm
find quote
Memphiz Offline
Team-XBMC Developer
Posts: 7,677
Joined: Feb 2011
Reputation: 91
Location: germany
Post: #12
nearly perfect. Now that debugging is turned on take a new log. I need a complete log where debugging is turned on during xbmc startup Wink

AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for XBMC: Wiki NFS
HowTo configure avahi (zeroconf): Wiki Avahi
READ THE IOS FAQ!: iOS FAQ
find quote
plot Offline
Junior Member
Posts: 27
Joined: Dec 2010
Reputation: 0
Post: #13
http://pastebin.com/ybB52Ejr
find quote
Memphiz Offline
Team-XBMC Developer
Posts: 7,677
Joined: Feb 2011
Reputation: 91
Location: germany
Post: #14
When you go into XBMC->System->Sysinfo -> Network ... whats the MAC Adress you see there?

AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for XBMC: Wiki NFS
HowTo configure avahi (zeroconf): Wiki Avahi
READ THE IOS FAQ!: iOS FAQ
find quote
plot Offline
Junior Member
Posts: 27
Joined: Dec 2010
Reputation: 0
Post: #15
60:33:4B:03:8B:CB
find quote
Memphiz Offline
Team-XBMC Developer
Posts: 7,677
Joined: Feb 2011
Reputation: 91
Location: germany
Post: #16
post the output of ifconfig please

AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for XBMC: Wiki NFS
HowTo configure avahi (zeroconf): Wiki Avahi
READ THE IOS FAQ!: iOS FAQ
find quote
toiva Offline
Posting Freak
Posts: 817
Joined: Aug 2008
Reputation: 14
Post: #17
I'm seeing this behavior too, 2 separate entries in every Airplayer supported app. It happens with iPad 2 to Mac mini, and iPhone to Macbook.

MAC reported by XBMC
Code:
58:B0:35:66:A:D6

Code:
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
    options=3<RXCSUM,TXCSUM>
    inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
    inet 127.0.0.1 netmask 0xff000000
    inet6 ::1 prefixlen 128
gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
stf0: flags=0<> mtu 1280
en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
    options=27<RXCSUM,TXCSUM,VLAN_MTU,TSO4>
    ether 34:15:9e:2e:0d:dc
    media: autoselect
    status: inactive
en1: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
    ether 58:b0:35:66:0a:d6
    inet6 fe80::5ab0:35ff:fe66:ad6%en1 prefixlen 64 scopeid 0x5
    inet 192.168.0.2 netmask 0xffffff00 broadcast 192.168.0.255
    media: autoselect
    status: active
p2p0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 2304
    ether 0a:b0:35:66:0a:d6
    media: autoselect
    status: inactive

Debug log http://pastebin.com/6FZrUtRJ
(This post was last modified: 2012-04-21 12:57 by toiva.)
find quote
Memphiz Offline
Team-XBMC Developer
Posts: 7,677
Joined: Feb 2011
Reputation: 91
Location: germany
Post: #18
thx ... i see something there ... seems to be an issue when one tuple of a mac adress is prefixed with 0 (e.x 0a ) ... will dig into the network code...

AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for XBMC: Wiki NFS
HowTo configure avahi (zeroconf): Wiki Avahi
READ THE IOS FAQ!: iOS FAQ
find quote
Memphiz Offline
Team-XBMC Developer
Posts: 7,677
Joined: Feb 2011
Reputation: 91
Location: germany
Post: #19
I think i've got a fix for these mac adresses. Will push a testbuild for you guys later today.

AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for XBMC: Wiki NFS
HowTo configure avahi (zeroconf): Wiki Avahi
READ THE IOS FAQ!: iOS FAQ
find quote
Memphiz Offline
Team-XBMC Developer
Posts: 7,677
Joined: Feb 2011
Reputation: 91
Location: germany
Post: #20
Here is a testbuild from current master code. If you could try and report back if this fixes the issue it would be much appreciated.

http://dl.dropbox.com/u/30371861/XBMC-airplaytest.dmg

AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for XBMC: Wiki NFS
HowTo configure avahi (zeroconf): Wiki Avahi
READ THE IOS FAQ!: iOS FAQ
find quote