We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First of all, Thanks for this awesome library.
Question/Problem - Is it possible to save video locally in a device irrespective of the network state?
Please go through the following cases -
This could be a solution - Provide an option that allows users to save the recording locally with a specific name.
Thanks.
The text was updated successfully, but these errors were encountered:
Yes, if you uncomment this, you can save video locally in a device. https://github.com/cats-oss/VideoCast-Swift/blob/0.1.5/Source/Api/iOS/VCSimpleSessionImpl.swift#L232-L244
It will pass an output of the encoder to both the network and storage.
I was thinking about that case, too. Above code works ok though, my ideal is like this.
I will probably work on it sometime this year.
Sorry, something went wrong.
Ok, thanks for the immediate response.
No branches or pull requests
First of all, Thanks for this awesome library.
Question/Problem -
Is it possible to save video locally in a device irrespective of the network state?
Please go through the following cases -
This could be a solution -
Provide an option that allows users to save the recording locally with a specific name.
Thanks.
The text was updated successfully, but these errors were encountered: