Wowza Community

New server with 10GBPs big problems.....

Hi,

first of all i am sorry if i post in the wrong section…My problem is following:

On my old server i stream a live video to which i ad via ffmpeg several different audios…On that server everything works perfect.

Since a few days i have a powerfull server with a 10 GBps Network and its really powerfull, but as soon as i want to use the way i use my old one i get the following error in my FFMPEG files:

WriteN, RTMP send error 10054 (42 bytes)

RTMP_ReadPacket, failed to read RTMP packet body. len: 262

To mix audio and video i use:

:loop

ffmpeg -re -i rtmp://xxx.xxx.xxx.xxx:1935/test/mainvideo -i rtmp://xxx.xxx.xxx.xxx:1935/test/audio2 -c:v copy -c:a aac -strict experimental -map 0:v:0 -map 1:a:0 -b:v 300k -f flv rtmp://yyy.yyy.yyy.yyy:1935/test/language2

goto loop

Everything starts well but then after a few seconds…sometimes after a few minutes the error comes…The strange thing is that on the old server everything works perfect…Any help would be great…Thanks a lot in advance

Hi,

Unfortunately it doesn’t seem to be something we can troubleshoot. The problem would appear to lie with ffmpeg and/or your new server considering that it was working well on the old server. You may want to try the ffmpeg help forums.

Regards,

Paul