Server address ishttp://34.212.9.178/ I can start Nginx without any error. but when run ffmpeg -f avfoundation -framerate 30 -i "1:0" -f flv rtmp://34.212.9.178/live for testing stream server, I got error message as following Cannot read RTMP handshake response rtmp://34.212.9.178/l...
voidngx_rtmp_init_connection(ngx_connection_t*c){ngx_uint_ti;ngx_rtmp_port_t*port;structsockaddr*sa;structsockaddr_in*sin;ngx_rtmp_in_addr_t*addr;ngx_rtmp_session_t*s;ngx_rtmp_addr_conf_t*addr_conf;ngx_int_tunix_socket;#if(NGX_HAVE_INET6)structsockaddr_in6*sin6;ngx_rtmp_in6_add...
rtmp { server { listen 1935 proxy_protocol; chunk_size 4096; application streaming { #... } } } But then, when I start to stream via RTMP using FFmpeg, I get this error. Cannot read RTMP handshake response. Same thing with OBS, I also get an error. ...
步骤:connect=>handshake=>ngx_rtmp_recv=>ngx_rtmp_amf_message_handler=> ngx_rtmp_live_publish/ngx_rtmp_live_play=>ngx_rtmp_live_join 4 启动&event 启动 nginx启动:主要完成一些配置,和加载各个模块。 RTMP启动做了什么?就是调用ngx_rtmp_block()做初始化工作.(和ngx_http_block类似),开始各个RTMP服务...
rtmp { server { listen1935;# rtmp传输端口chunk_size4096;# 数据传输块大小application vod { play /home/xxx/samba/nginx/vod;# 视频文件存放位置} } } 2. handshake 过程 2.1 ngx_rtmp_init_connection voidngx_rtmp_init_connection(ngx_connection_t*c){ngx_uint_ti;ngx_rtmp_port_t*port;structsocka...
#define NGX_RTMP_HANDSHAKE_CLIENT_SEND_CHALLENGE 6 #define NGX_RTMP_HANDSHAKE_CLIENT_RECV_CHALLENGE 7 #define NGX_RTMP_HANDSHAKE_CLIENT_RECV_RESPONSE 8 #define NGX_RTMP_HANDSHAKE_CLIENT_SEND_RESPONSE 9 #define NGX_RTMP_HANDSHAKE_CLIENT_DONE 10...
Read about SSL Labs gradinghere(SSL Labs Grading 2018). A+ is clearly the desired grade, both A and B grades are acceptable and result in adequate commercial security. The B grade, in particular, may be applied to configurations designed to support very wide audiences (for old clients). ...
Cannot retrieve latest commit at this time. History 483 Commits .github dash doc hls samples test AUTHORS LICENSE README.CN.md README.md config ngx_http_flv_live_module.c ngx_http_flv_live_module.h ngx_rtmp.c ngx_rtmp.h ngx_rtmp_access_module.c ...
ngx_rtmp_handshake.c update file access mode. May 12, 2017 ngx_rtmp_init.c Amend the fallthrough comments to keep GCC 7 happy. Jul 24, 2018 ngx_rtmp_limit_module.c update copyright text Jun 5, 2017 ngx_rtmp_live_module.c fix compile error Sep 4, 2018 ngx_rtmp_live_module.h fill...
Car-eye-http-flv-module 是在nginx-rtmp-mudule RTMP基础上修改的流媒体服务器,除了支持flash播放器外,还支持现在常见的播放器。 - Car-eye-team/car-eye-http-flv-module