【发布时间】:2018-01-23 03:13:39
【问题描述】:
我尝试通过以下摘要将流从 nginx 服务器推送到 facebook: - 在 debian 上安装 nginx(带有 rtmp 模块) - nginx.conf
rtmp {
server{
listen 9999;
chunk_size 4096;
application live {
live on;
record off;
push rtmp://live-api.facebook.com:80/rtmp/key;
}
}
}
收到错误:
2018/01/23 09:31:10 [error] 6826#0: connect() to [2a03:2880:f002:12a:face:b00c:0:1411]:80 failed (101: Network is unreachable)
2018/01/23 09:31:10 [error] 6826#0: *5 relay: push reconnect failed name='online' app='' playpath='' url='live-api.facebook.com:80/rtmp/key', client: IP, server: 0.0.0.0:9999
有什么问题吗?
我仍在寻找解决此问题的方法
提前致谢
【问题讨论】: