Home
last modified time | relevance | path

Searched refs:ngx_rtmp_send_status (Results 1 – 6 of 6) sorted by relevance

/dports/www/nginx-full/nginx-rtmp-module-8e344d7/
H A Dngx_rtmp_live_module.c528 ngx_rtmp_send_status(s, "NetStream.Play.StreamNotFound", "error", in ngx_rtmp_live_join()
541 ngx_rtmp_send_status(s, "NetStream.Publish.BadName", "error", in ngx_rtmp_live_join()
613 ngx_rtmp_send_status(s, "NetStream.Unpublish.Success", in ngx_rtmp_live_close_stream()
647 ngx_rtmp_send_status(s, "NetStream.Play.Stop", "status", "Stop live"); in ngx_rtmp_live_close_stream()
671 if (ngx_rtmp_send_status(s, "NetStream.Pause.Notify", "status", in ngx_rtmp_live_pause()
683 if (ngx_rtmp_send_status(s, "NetStream.Unpause.Notify", "status", in ngx_rtmp_live_pause()
1417 ngx_rtmp_send_status(s, "NetStream.Publish.Start", in ngx_rtmp_live_publish()
1458 ngx_rtmp_send_status(s, "NetStream.Play.Start", in ngx_rtmp_live_play()
H A Dngx_rtmp_play_module.c318 ngx_rtmp_send_status(s, "NetStream.Play.Stop", "status", "Stopped"); in ngx_rtmp_play_send()
589 ngx_rtmp_send_status(s, "NetStream.Play.Stop", "status", in ngx_rtmp_play_close_stream()
627 if (ngx_rtmp_send_status(s, "NetStream.Seek.Notify", "status", "Seeking") in ngx_rtmp_play_seek()
664 if (ngx_rtmp_send_status(s, "NetStream.Pause.Notify", "status", in ngx_rtmp_play_pause()
674 if (ngx_rtmp_send_status(s, "NetStream.Unpause.Notify", "status", in ngx_rtmp_play_pause()
880 ngx_rtmp_send_status(s, "NetStream.Play.StreamNotFound", "error", in ngx_rtmp_play_next_entry()
969 if (ngx_rtmp_send_status(s, "NetStream.Play.Start", "status", in ngx_rtmp_play_open()
H A Dngx_rtmp_record_module.c444 ngx_rtmp_send_status(s, "NetStream.Record.Failed", "error", in ngx_rtmp_record_notify_error()
516 ngx_rtmp_send_status(s, "NetStream.Record.Start", "status", in ngx_rtmp_record_node_open()
847 ngx_rtmp_send_status(s, "NetStream.Record.Stop", "status", in ngx_rtmp_record_node_close()
H A Dngx_rtmp.h581 ngx_int_t ngx_rtmp_send_status(ngx_rtmp_session_t *s, char *code,
H A Dngx_rtmp_notify_module.c1212 ngx_rtmp_send_status(s, "NetConnection.Connect.Rejected", "error", in ngx_rtmp_notify_connect_handle()
1345 ngx_rtmp_send_status(s, "NetConnection.Connect.Rejected", "error", in ngx_rtmp_notify_publish_handle()
1494 ngx_rtmp_send_status(s, "NetConnection.Connect.Rejected", "error", in ngx_rtmp_notify_play_handle()
H A Dngx_rtmp_send.c519 ngx_rtmp_send_status(ngx_rtmp_session_t *s, char *code, char* level, char *desc) in ngx_rtmp_send_status() function