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

RecShare sample not working #6

Open
RoyDaipayan opened this issue Jan 30, 2019 · 0 comments
Open

RecShare sample not working #6

RoyDaipayan opened this issue Jan 30, 2019 · 0 comments

Comments

@RoyDaipayan
Copy link

The sample is not working. The recorded video is just black. The only change i made was changing the file path in "getVideoFilePath" from temp directory to Documents directory. This is how the method looks now

  • (NSString *)getVideoFilePath
    {
    NSString *docPath = [NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, true)firstObject];
    //return [NSTemporaryDirectory() stringByAppendingPathComponent:TMP_COMPLETE_FILE_NAME];
    return [docPath stringByAppendingPathComponent : TMP_COMPLETE_FILE_NAME];
    }
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

1 participant