Sun Jan 29, 2012 2:03 am by lazybones
sandrone wrote:It would be great to have the A5 equipped iPhone/iPad doing the transcoding job while the pc is turned off without consuming amps and amps of current

Problems:
- The GPU part of the A5 is not accessible to developers, thus playback is about all you can do. (already a bunch of DLNA players out there) not fast enough to transcode (decode and encode on the fly)
- serviio is written in java, and calls ffmpeg to do the trans coding... Apple only allows apps written in Objective C which does allow C libraries (ffmpeg), but java works differently (serviio needs a Java VM)