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
#367 (comment)
NGINX-RTMP: https://github.com/arut/nginx-rtmp-module/wiki/Directives#exec_record_done Command executed upon completion of the DVR.
recorder - recorder name path - recorded file path (/tmp/rec/mystream-1389499351.flv) filename - path with directory omitted (mystream-1389499351.flv) basename - file name with extension omitted (mystream-1389499351) dirname - directory path (/tmp/rec)
https://github.com/arut/nginx-rtmp-module/wiki/Directives#on_record_done NGINX-RTMP also provides HTTP callbacks, similar to SRS's on_dvr.
TRANS_BY_GPT3
The text was updated successfully, but these errors were encountered:
SRS supports the command "exec_on_dvr" when using DVR, which is similar to "exec_record_done" in NGINX-RTMP.
Sorry, something went wrong.
I haven't decided whether to support exec yet, so let's put this feature on hold.
#459 (comment) DVR API has been supported already.
Also supported EXEC, https://github.com/simple-rtmp-server/srs/wiki/v3_CN_NgExec. But not planning to support exec on dvr.
winlinvip
No branches or pull requests
#367 (comment)
NGINX-RTMP:
https://github.com/arut/nginx-rtmp-module/wiki/Directives#exec_record_done
Command executed upon completion of the DVR.
recorder - recorder name
path - recorded file path (/tmp/rec/mystream-1389499351.flv)
filename - path with directory omitted (mystream-1389499351.flv)
basename - file name with extension omitted (mystream-1389499351)
dirname - directory path (/tmp/rec)
https://github.com/arut/nginx-rtmp-module/wiki/Directives#on_record_done
NGINX-RTMP also provides HTTP callbacks, similar to SRS's on_dvr.
TRANS_BY_GPT3
The text was updated successfully, but these errors were encountered: