pingos
pingos copied to clipboard
Based on the NGINX/RTMP/HTTP-FLV/HTTP-TS/HLS/HLS+/DASH/H.264/H.265/AAC/MP3/Live/Record/VOD/Push/Pull/Multiple Processes/Dynamic Configuration/Configuration Variables/Console Interface/Notify
Since nginx change the number of argument in `ngx_http_variable_unknown_header` function It print this error when compile :  I add the argument `r` before `&v` and then it can finish...
[root@iZj6cc8miiew8bccpsu40uZ wwwroot]# cd pingos/ [root@iZj6cc8miiew8bccpsu40uZ pingos]# ./release.sh -i server root: /usr/local/pingos www root: /usr/local/pingos/html not supported [root@iZj6cc8miiew8bccpsu40uZ pingos]#
1. modules/nginx-multiport-module/ngx_http_broadcast_module.c:ngx_http_broadcast_commands少了一个ngx_null_command 2. ngx_rtmp_codec_add_variables函数:for (v = ngx_rtmp_codec_variabes; v->name.len; v++)这个地方原理同上,只不过结构体不是command_t, 我是直接改成遍历数组修复
ngx_client_connect_server函数里面, s->peer.sockaddr = ngx_pcalloc(s->pool, sizeof(socklen)); 这个是笔误吧? 应该是 s->peer.sockaddr = ngx_pcalloc(s->pool, socklen); 不然后面memcpy就覆盖内存了
在/usr/local/pingos/logs下有个 error.log 已经在 nginx.conf 注释了 但是还出现这个日志 错误信息是一些推流信息请问如何删除

是不是更新了,文档没有同步更新
Sometimes the worker process would crash continuously in one minute. 有时候Nginx工作进程会短时间内连续崩溃。 这个在多个地方遇到过(这次抓到了core dumped,预计之前其他地方遇到的同样问题也是这个导致的) gdb bt print: ```` #0 ngx_rtmp_prepare_merge_frame (s=0x44ab2b0) at ../nginx-rtmp-module/ngx_rtmp_shared_module.c:104 #1 0x0000000000531199 in ngx_rtmp_send (wev=0x7fd6974ed6d0) at ../nginx-rtmp-module/ngx_rtmp_handler.c:728 #2...
新人提问,我用ffmpeg实现 实时采集、编码、推流,推流至pingos搭建的服务器。error.log中 nginx_rtmp_module报错: 2022/04/19 17:35:18 [error] 11668#0: *32 gop, current gop pos is NULL, skip to new postion [pos 1 last 1] 2, client: 192.168.0.109, server: 0.0.0.0:1935, session: 0000555979C4D200, stream:...
https://github.com/pierrelevy/ai-titanic/blob/master/src/main/resources/log4j.properties