longlongh4 / airmac

Automatically exported from code.google.com/p/airmac
0 stars 0 forks source link

Fix for photo slideshow #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run Airmac and attempt to send photo or slideshow to Airmac.
2. Mac OSX Lion
3. iPhone 4S iOS 5

What is the expected output? What do you see instead?
Show a photo or slideshow on Airmac client

What version of the product are you using? On what operating system?
Version 4

Please provide any additional information below.
In HTTPServer.m, if you replace every instance of "[uri absoluteScript]" with 
"[uri path]", it should start working.  It worked on my system, but I don't 
know Objective-C or Cocoa, so I may have just gotten lucky with this fix.  :-D

Original issue reported on code.google.com by phragmun...@gmail.com on 23 Oct 2011 at 7:42

Attachments:

GoogleCodeExporter commented 9 years ago
Are you able to play audio or video (from Videos, not Camera Roll) with this 
edit? 

Original comment by michael....@gmail.com on 8 Jan 2012 at 9:49

GoogleCodeExporter commented 9 years ago
Honestly, I haven't tried.  I have never purchased a video of any sort on 
iTunes in the 4-5 years I've had an iPhone!

Sent from my iPhone.

Original comment by phragmun...@gmail.com on 8 Jan 2012 at 10:55

GoogleCodeExporter commented 9 years ago
Do you have a compiled version of your edit that I could try out? 

Original comment by michael....@gmail.com on 8 Jan 2012 at 11:21

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Scratch that, I compiled from the source and your HTTPServer.m. Photos worked 
as you described, but videos and music both failed. Running 10.7.2 on my 
MacBook Pro and iOS 5.0.1 on my iPad 2 and iPhone 4.

Original comment by michael....@gmail.com on 12 Jan 2012 at 12:34

GoogleCodeExporter commented 9 years ago
I've downloaded the source, edited it and published it on GitHub at 
https://github.com/2SquaredStudios/Airmac. It should work with iOS 5, and all 
quirks I was aware of have been fixed.

Original comment by jamesrtclarke on 13 May 2012 at 4:01