Skip to content
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

Migrate from NGINX-RTMP, support exec_on_dvr #462

Closed
winlinvip opened this issue Aug 23, 2015 · 4 comments
Closed

Migrate from NGINX-RTMP, support exec_on_dvr #462

winlinvip opened this issue Aug 23, 2015 · 4 comments
Assignees
Labels
Feature It's a new feature. TransByAI Translated by AI/GPT.
Milestone

Comments

@winlinvip
Copy link
Member

winlinvip commented Aug 23, 2015

#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

@winlinvip winlinvip added the Feature It's a new feature. label Aug 23, 2015
@winlinvip winlinvip added this to the srs 3.0 release milestone Aug 23, 2015
@winlinvip
Copy link
Member Author

winlinvip commented Aug 23, 2015

SRS supports the command "exec_on_dvr" when using DVR, which is similar to "exec_record_done" in NGINX-RTMP.

TRANS_BY_GPT3

@winlinvip
Copy link
Member Author

winlinvip commented Aug 23, 2015

I haven't decided whether to support exec yet, so let's put this feature on hold.

TRANS_BY_GPT3

@winlinvip winlinvip modified the milestones: srs 3.0 release, srs 4.0 release Aug 23, 2015
@winlinvip
Copy link
Member Author

winlinvip commented Sep 15, 2015

#459 (comment)
DVR API has been supported already.

TRANS_BY_GPT3

@winlinvip
Copy link
Member Author

winlinvip commented Sep 15, 2015

Also supported EXEC, https://github.com/simple-rtmp-server/srs/wiki/v3_CN_NgExec.
But not planning to support exec on dvr.

TRANS_BY_GPT3

@winlinvip winlinvip self-assigned this Sep 25, 2021
@winlinvip winlinvip added the TransByAI Translated by AI/GPT. label Jul 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature It's a new feature. TransByAI Translated by AI/GPT.
Projects
None yet
Development

No branches or pull requests

1 participant