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
前端通过webrtc推流,srs配置dvr录制功能,当webrtc推流成功后快速关闭,会概率性出现srs进程崩溃。dvr录制目录会有一个48B的tmp文件,查看srs log,没有报错提示 srs配置文件: vhost defaultVhost { rtc { enabled on; rtmp_to_rtc on; rtc_to_rtmp on; }
dvr { enabled on; dvr_apply all; dvr_path /App/www/dvr/[app]/[stream].[timestamp].mp4; dvr_plan session; } http_hooks { enabled on; on_dvr https://xxxxx/talk/dvr_hook/; }
}
The text was updated successfully, but these errors were encountered:
Please attach the coredump and stack trace.
Sorry, something went wrong.
No branches or pull requests
前端通过webrtc推流,srs配置dvr录制功能,当webrtc推流成功后快速关闭,会概率性出现srs进程崩溃。dvr录制目录会有一个48B的tmp文件,查看srs log,没有报错提示
srs配置文件:
vhost defaultVhost {
rtc {
enabled on;
rtmp_to_rtc on;
rtc_to_rtmp on;
}
}
The text was updated successfully, but these errors were encountered: