Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote file #14

Open
toptierlabs opened this issue Aug 17, 2015 · 2 comments
Open

Remote file #14

toptierlabs opened this issue Aug 17, 2015 · 2 comments

Comments

@toptierlabs
Copy link

Guys,

We need to process a remote file.
The code actually checks for the file on the local filesystem.

Any way we can fix it?

Thanks

@mroushdy
Copy link

mroushdy commented Apr 6, 2016

Was anyone able to fix this?

@shopboy
Copy link

shopboy commented May 6, 2016

because FFmpegWrapper will send the progress with callback
since your resource is from remote, you may not need the information, or have to re-code this part
so just comment this part as the following in FFmpegWrapper.m:

    /*NSDictionary *inputFileAttributes = [fileManager attributesOfItemAtPath:inputPath error:&error];
    if (error) {
        [self finishWithSuccess:NO error:error completionBlock:completionBlock];
        return;
     }
    uint64_t totalBytesExpectedToRead = [[inputFileAttributes objectForKey:NSFileSize] unsignedLongLongValue];*/
    uint64_t totalBytesExpectedToRead = 10000000000;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants