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
現状、ライブを録画中にULTRAを終了すると、データとして不完全なファイルが保存され、再生できなくなる。 これはffmpegの正式な終了処理をせず、スレッドを強引に終了していることが原因と思われる。 ffmpegが正しく終了し、後処理が行われるように修正する必要がある。
The text was updated successfully, but these errors were encountered:
アプリの終了時はffmpegの正しい終了処理をするように修正 #45
a87bb03
この問題に対応すべく、録画開始とアプリ終了の動作を修正しました。 動作に問題がないか、しばらく様子を見ます。
Sorry, something went wrong.
No branches or pull requests
現状、ライブを録画中にULTRAを終了すると、データとして不完全なファイルが保存され、再生できなくなる。
これはffmpegの正式な終了処理をせず、スレッドを強引に終了していることが原因と思われる。
ffmpegが正しく終了し、後処理が行われるように修正する必要がある。
The text was updated successfully, but these errors were encountered: