Closed gordemota closed 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"];
It pulls in AVAssets, but I believe that AVAssetReader currently only supports local files, not streamed video from a location on the network.
[[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"];