-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Saving video to device, Couldn't write a frame #353
Comments
Then in liveStateDidChange, case stop ` if let videoURL = self.session.saveLocalVideoPath{
}` |
Thanks, will try. |
Is it possible to save the video without streaming it to the RMTP server, just to have a save mode that will Thanks |
I stumbled on one issue, if I put the app in the background ad then activate it again and move it to the foreground, I got this message: Couldn't write a frame No matter am I recording or not, and streaming is broken. Thanks |
I am tring to save the video to the device, but I didn't succeed yet.
I am setting session property session?.saveLocalVideo = true
and providing file name and path, here is my code:
Do I have to do something else?
Thanks
The text was updated successfully, but these errors were encountered: