mirror of
https://github.com/arut/nginx-rtmp-module.git
synced 2025-08-06 15:00:18 +08:00
added more alf functions
This commit is contained in:
@ -415,7 +415,8 @@ ngx_int_t ngx_rtmp_send_user_unknown(ngx_rtmp_session_t *s,
|
||||
|
||||
/* AMF sender/receiver */
|
||||
ngx_chain_t * ngx_rtmp_create_amf_message(ngx_rtmp_session_t *s,
|
||||
ngx_rtmp_header_t *h, ngx_rtmp_amf_elt_t *elts, size_t nelts);
|
||||
ngx_rtmp_header_t *h, ngx_chain_t **last, ngx_rtmp_amf_elt_t *elts,
|
||||
size_t nelts);
|
||||
ngx_int_t ngx_rtmp_send_amf(ngx_rtmp_session_t *s, ngx_rtmp_header_t *h,
|
||||
ngx_rtmp_amf_elt_t *elts, size_t nelts);
|
||||
ngx_int_t ngx_rtmp_receive_amf(ngx_rtmp_session_t *s, ngx_chain_t *in,
|
||||
|
Reference in New Issue
Block a user