Skip to content

Commit

Permalink
added new api
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Jun 3, 2024
1 parent c53a132 commit 4105d75
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/compress/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
GET_RUNNING_INSTANCES = GET_RESTREAMERS + "/running_instances"
GET_RUNNING_SINGLE_INSTANCE = GET_RESTREAMERS + "/single_instance"
SCALE_RESTREAMER = GET_RESTREAMERS + "/scale_instance"
RESTREAMER_HLS_START = GET_RESTREAMERS + "/hls/start"
RESTREAMER_HLS_STOP = GET_RESTREAMERS + "/hls/stop"
RESTREAMER_PUSH_START = GET_RESTREAMERS + "/push/start"
RESTREAMER_PUSH_STOP = GET_RESTREAMERS + "/push/stop"
RESTREAMER_PULL_START = GET_RESTREAMERS + "/pull/start"
RESTREAMER_PULL_STOP = GET_RESTREAMERS + "/pull/stop"
#
GET_UPLOADS = "/external/upload"
GET_SINGLE_UPLOAD = GET_UPLOADS + "/jobid"
Expand Down

0 comments on commit 4105d75

Please sign in to comment.