1
Mikewu 2016-01-05 21:53:57 +08:00
单个:
ffmpeg -re -i input_file -acodec copy -vcodec copy -f flv rtmp://douyutv.com/xxxx 列表: 1 、 ffmpeg -i concat:” input_file1|input_file2|input_file3 ” -acodec copy -vcodec copy -f flv rtmp://douyutv.com/xxxx 2 、 ffmpeg -i concat list.txt -acodec copy -vcodec copy -f flv rtmp://douyutv.com/xxxx list.txt=> file '/path/to/file1' file '/path/to/file2' file '/path/to/file3' |
7
Ephzent OP @datou
错误 1 : Cannot open connection tcp://send1a.douyutv.com:1935 rtmp://send1a.douyutv.com/live/23xxx6rnyAHNVprP?wsSecret=38381b4cd7072834faxxx7d097697b&wsTime=568c6c6a: Connection timed out 错误 2 : Server error: Failed to publish 238xxx6rnyAHNVprP?wsSecret=38381b4cd7072834fadd12b7d097697b&wsTime=568c6c6a rtmp://send1a.douyutv.com/live/xxxxxxrnyAHNVprP?wsSecret=38381b4cd7072834xxxb7d097697b&wsTime=568c6c6a: Operation not permitted 难道是我服务器网络问题? |
8
Mikewu 2016-01-06 11:01:43 +08:00
@Ephzent 建议你在 VPS 或者本地上编译 nginx 的 nginx-rtmp-module 模块用来调试推流,然后再推到斗鱼,我一年前用 DO 的 VPS 推过斗鱼,码率在 2000 以下不卡。
|
10
Ephzent OP |