I'm noticing new aerial videos on my appletv. But they are not listed where I expect them to be : http://a1.phobos.apple.com/us/r1000/000/Features/atv/AutumnResources/videos/entries.json
I guess http://a1.phobos.apple.com/us/r1000/000/Features/atv/AutumnResources/videos/entries.json is outdated?
I say this as if I use this screensaver, but actually I have my own script to get videos. I assume both our tools work the same but the list is just not updated. Maybe a new list file with the recent update? Basically I'm wondering if you have any idea where the new videos are coming from.
-Alex TD
I just noticed some of the new videos as well, glad to see someone has posted about it already.
No idea what the new URL is. I actually used the Apple TV simulator to get
the first one. I don't have an ATV 4😕
On Friday, April 8, 2016, broderik [email protected] wrote:
I just noticed some of the new videos as well, glad to see someone has
posted about it already.—
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
https://github.com/JohnCoates/Aerial/issues/223#issuecomment-207720114
I don't know any programming but I do have an ATV4 and I'm pretty good at following instructions. Would it be a relatively simple process for me to somehow find out where my ATV is getting the new videos? Some kind of network monitoring utility?
@broderik You are correct, one could observe network connections of the Apple TV and look for the screensaver downloads.
I've used Charles in the past, it should work for this use-case too (it offers a free trial). You basically have to tunnel the TV's networking through your computer by configuring the TV to use your computer as an HTTP proxy. Keep in mind it might not be very straightforward to do - I'm happy to help, but I don't have an Apple TV. The Apple TV also caches the videos, so you might have to force your Apple TV to redownload them by forcing a low disk space scenario or by restoring the Apple TV to factory settings. And once you've found the movie downloads, they should be easy to recognize, assuming they are hosted on a1.phobos.apple.com just like the screensaver directory. Make sure you take a couple of screenshots of the request metadata etc, the problem might just be a new parameter. Would be great someone with an Apple TV could do it 😊
I would certainly love to help try to capture that info, but I do have a few questions after doing a bit of research on this. The networking settings on the ATV only allow me to change the IP or the DNS (by default they are both “automatic”). I can probably add a HTTP proxy by creating an Apple Configurator profile and loading it on there. Will that be necessary if I use Charles? I’ve never used that program before so I’m not sure of it’s capabilities.
Might be easiest to simply sniff the traffic from a mirrored switch port or (if you have a sufficiently capable router) using tcpdump directly from the router.
I have an ATV4 and I can try this later when I get home.
The only problem is if the ATV downloads via HTTPS then it would be more difficult to intercept.
@lukehamburg Did you have any time to look at this? Unfortunately I couldn't find any new aerials using the simulator. The same link from above is still embedded in some executables, sadly the simulator doesn't show the aerials, so it's not possible to record the traffic this way.
I just ran Wireshark on my router and booted up my ATV4. The only URL I saw containing references to Aerials was that same one: http://a1.phobos.apple.com/us/r1000/000/Features/atv/AutumnResources/videos/entries.json
I will keep investigating. Not sure where else they could be coming from.
Maybe the new aerials came included in a software update? Would this be a possibility?
@alextd Are you certain there are new aerials? Could you describe one of the new ones, or could you grab a photo of one for us?
@alextd @broderik @JohnCoates @Bensge @lukehamburg I've had a new AppleTV for a couple of months now and I've not noticed any new videos. Can anyone confirm there are new videos or should this Issue just be closed?
Can't speak for everyone but I've noticed some new ones appearing at the "old" feed. So I think that's still being updated. And I ran some packet captures on my network trying to find an alternate address but could not detect one. Thanks @alistairmcmillan
@lukehamburg I think if new ones appear in the old feed John's code will automatically pick them up. I'm sure I noticed new ones appearing in the cache folder a while ago. Haven't noticed any recently though.
Could you describe the new ones? How long ago did you notice them appear?
tvOS 10 has even more new videos. Be good if we can get these included also.
@simonhowes Can you grab photos of these new videos? People keep saying there are new ones, but every time I think I see a new one on my Apple TV it turns out to be one that has already been there for a while.
Closing as new aerials have been released and John's screensaver is picking them up as designed.
Most helpful comment
Might be easiest to simply sniff the traffic from a mirrored switch port or (if you have a sufficiently capable router) using tcpdump directly from the router.
I have an ATV4 and I can try this later when I get home.
The only problem is if the ATV downloads via HTTPS then it would be more difficult to intercept.