small-package/luci-app-nginx-pingos/modules/nginx-rtmp-module/ngx_rtmp_notify_module.h

20 lines
325 B
C
Raw Normal View History

2021-09-24 23:37:27 +08:00
/*
* Copyright (C) AlexWoo(Wu Jie) wj19840501@gmail.com
*
*/
#ifndef _NGX_RTMP_OCLP_MODULE_H_INCLUDED_
#define _NGX_RTMP_OCLP_MODULE_H_INCLUDED_
#include "ngx_rtmp.h"
#include "ngx_netcall.h"
void ngx_rtmp_notify_stream_start(ngx_rtmp_session_t *s);
void ngx_rtmp_notify_stream_done(ngx_rtmp_session_t *s);
#endif