Kodi Community Forum
[LINUX] AirPlay / AirTunes Metadata Streaming - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: [LINUX] AirPlay / AirTunes Metadata Streaming (/showthread.php?tid=118190)

Pages: 1 2


RE: [LINUX] AirPlay / AirTunes Metadata Streaming - Memphiz - 2012-05-07

Mhh well i found the implementation - but i just can't get iTunes to send some metadata to me. So i'm no step nearer Sad


RE: [LINUX] AirPlay / AirTunes Metadata Streaming - justinlarsen - 2012-05-08

bummer, I guess i'll have to dream about unicorns and rainbows in the meantime. Its bound to happen. Smile


RE: [LINUX] AirPlay / AirTunes Metadata Streaming - Memphiz - 2012-05-08

Talked to the MythTV dev who gave me some pointers. Will try it out after work.


RE: [LINUX] AirPlay / AirTunes Metadata Streaming - Memphiz - 2012-05-08

https://github.com/xbmc/xbmc/pull/946 <- when this pr goes in - metadata will be working (as already said - only when using itunes clients).


RE: [LINUX] AirPlay / AirTunes Metadata Streaming - acandido - 2012-05-09

Awesome work! This was the one *tiny* thing that annoyed me about XBMC, now it's perfect Smile


RE: [LINUX] AirPlay / AirTunes Metadata Streaming - Memphiz - 2012-05-09

(2012-05-09, 01:31)acandido Wrote: Awesome work! This was the one *tiny* thing that annoyed me about XBMC, now it's perfect Smile

No its not - only itunes sends metadata - not working via ios devices (which i prefer to use for streaming music for example).


RE: [LINUX] AirPlay / AirTunes Metadata Streaming - acandido - 2012-05-09

(2012-05-09, 10:54)Memphiz Wrote: No its not - only itunes sends metadata - not working via ios devices (which i prefer to use for streaming music for example).

OK, fair enough. Halfway there I guess. I'm actually quite surprised that streaming from iTunes vs. iOS uses different encryption. If anything I'd expect them both to use Fairplay, or ideally nothing. Wink


RE: [LINUX] AirPlay / AirTunes Metadata Streaming - Memphiz - 2012-05-10

No - we announce that we only understand "RSA" encryption. Thats why both send the audio with RSA encrypted. iTunes is so nice to deliver metadata via RSA encryption too. But apple told iOS to not do so Wink.


RE: [LINUX] AirPlay / AirTunes Metadata Streaming - Memphiz - 2012-05-11

I figured out that my ipad with iOS 4.3.5 sends metadata to XBMC, my iPod with iOS 5.0.1 doesn't. So at least the older iOS versions work same like with iTunes Wink


RE: [LINUX] AirPlay / AirTunes Metadata Streaming - acandido - 2012-05-11

Nice, so lucky for people who have their old SHSH blobs and are willing to downgrade Smile

Does iOS > 4.3.x use RSA encryption for streaming and FairPlay for metadata? I guess most legacy devices that support AirPlay wouldn't be able to do anything w/ metadata anyway.


RE: [LINUX] AirPlay / AirTunes Metadata Streaming - Memphiz - 2012-05-12

no. Both is encrypted the same way (stream + metadata). But when the server announces that he doesn't support fairplay - the new ios devices use whats possible (rsa) and just skip sending metadata over it and only deliver the stream.