¡@

Home 

2014/10/15 ¤U¤È 10:11:32

iphone Programming Glossary: mp4's

Using AVAssetReader to read (stream) from a remote asset

http://stackoverflow.com/questions/6242131/using-avassetreader-to-read-stream-from-a-remote-asset

I'll expand on the 'sometimes' as well shortly . HOWEVER copyNextSampleBuffer always returns nil in case of remote MP4's . Since several things UPTO the point of invoking copyNextSampleBuffer work I'm not 100 sure if i copyNextSampleBuffer.. having been successful is intended expected functionality. ii That the 'other steps' seem to work at all for remote MP4's is an accident of Apple's implementation and this incompatibility is simply coming to the fore when we hit copyNextSampleBuffer..............what.. steps' are I'll detail shortly. iii I'm doing something wrong when trying to invoke copyNextSampleBuffer for remote MP4's. So @Paula you could try to investigate a little further with remote MOV MP4's. For reference here are the approaches I..