Skip to content

Commit

Permalink
added new constants
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Jun 5, 2024
1 parent c521a5f commit da02235
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion compress/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,13 @@ var (
BULK_EVENTS_CREATE = func() string {
return TNGRM_BASE_URL + EVENTS + "/create_bulk"
}
RESTREAMER_HLS_START = func() string { // instanceName string, streamProtocol string
EVENTS_HISTORY = func() string {
return TNGRM_BASE_URL + EVENTS + "/history"
}
LIVE_TO_VOD = func() string {
return TNGRM_BASE_URL + EVENTS + "/generate_vod"
}
RESTREAMER_HLS_START = func() string { // instanceName string, streamProtocol string
return TNGRM_BASE_URL + RESTREAMERS + "/hls/start"
}
RESTREAMER_HLS_STOP = func() string { // instanceName string, streamProtocol string
Expand Down

0 comments on commit da02235

Please sign in to comment.