mirror of
https://github.com/arut/nginx-rtmp-module.git
synced 2025-08-06 15:00:18 +08:00
removed old constants
This commit is contained in:
@ -21,10 +21,6 @@ static char *ngx_rtmp_live_sync(ngx_conf_t *cf, ngx_command_t *cmd,
|
||||
void *conf);
|
||||
|
||||
|
||||
#define NGX_RTMP_LIVE_TIME_ABSOLUTE 0x01
|
||||
#define NGX_RTMP_LIVE_TIME_RELATIVE 0x02
|
||||
|
||||
|
||||
static ngx_command_t ngx_rtmp_live_commands[] = {
|
||||
|
||||
{ ngx_string("live"),
|
||||
|
Reference in New Issue
Block a user