BradLarson / GPUImage

An open source iOS framework for GPU-based image and video processing
http://www.sunsetlakesoftware.com/2012/02/12/introducing-gpuimage-framework
BSD 3-Clause "New" or "Revised" License
20.25k stars 4.61k forks source link

is GPUImageMovie able to play url movie? #295

Closed gordemota closed 12 years ago

gordemota commented 12 years ago

[[GPUImageMovie alloc] has initWithURL? is it able to play "playable movie in iPhone" given the url?

For example testMovie = [[GPUImageMovie alloc] initWithURL:@"http://dl.dropbox.com/u/25640/shared/letterboxd-list-import.mov"];

BradLarson commented 12 years ago

It pulls in AVAssets, but I believe that AVAssetReader currently only supports local files, not streamed video from a location on the network.