Wowza Community

broken pipe issue

Hi, Wowza team

We’ve had a issue these days, which shows an error at the below.

comment server ERROR 500 - HTTPByteReader.sendRequest[http://www.cdn.vision.com:8080/.../3801440898288292_960x540_1000k.mp4]: java.net.SocketException: Broken pipe

I’ve read the post on the below link, which tells that the issue is because of the problem of the network.

Thus, we have already checked the network states at the time the error occurs, but it was not that congested.

Do you have any idea of this issue? is there any other reason to occur that logs?

The why we want to know about the answer of this issue is that we have an issue which the clients can’t see the VOD on their side during playing.

As you know, We are using Wowza Server latest 3.x with the latest MediaCache add on

We suspect that the MediaCache could not succeed the range request so that the Wowza couldn’t serve the video the client requested.

Please answer as soon as possible,

Thanks in advance

Sincerely

Namhun

Hi Wowza team.

We have checked the origin server logs when the Broken pipe error occurs.

We can see the below logs, which one is the log of origin server and another is the Wowza edge server.

In addition to the previous question, We have another question for this logs

First, is it the normal to have a several HTTP request at the same time?(see wowza server log) in other words, the MediaCache sends several requests to the server at the same time?

or just is it the re-request because of the failure of the ex-request?

// wowza server log
2015-02-04 07:17:48 KST comment server ERROR 500 - MediaCacheHTTPByteReader.sendRequest[http://xxx.com/960x540_1000k.mp4]: java.net.SocketException: broken pipe - - - 2.3485384356E7 - - - - - - - - - - - - - - - - - - - - -
2015-02-04 07:17:48 KST comment server ERROR 500 - MediaCacheHTTPByteReader.sendRequest[http://xxx.com/960x540_1000k.mp4]: java.net.SocketException: broken pipe - - - 2.3485384487E7 - - - - - - - - - - - - - - - - - - - - -
2015-02-04 07:17:48 KST comment server ERROR 500 - MediaCacheHTTPByteReader.sendRequest[http://xxx.com/960x540_1000k.mp4]: java.net.SocketException: broken pipe - - - 2.3485384601E7 - - - - - - - - - - - - - - - - - - - - -
// file origin server Apache log
xxx.xxx.xxx.xxx - - [04/Feb/2015:07:17:49 +0900] "HEAD 960x540_1000k.mp4 HTTP/1.1" 200 - "-" "-"
xxx.xxx.xxx.xxx - - [04/Feb/2015:07:17:49 +0900] "GET 960x540_1000k.mp4 HTTP/1.1" 206 2097152 "-" "-"
xxx.xxx.xxx.xxx - - [04/Feb/2015:07:17:49 +0900] "GET 960x540_1000k.mp4 HTTP/1.1" 206 728024 "-" "-" 
xxx.xxx.xxx.xxx - - [04/Feb/2015:07:17:49 +0900] "GET 960x540_1000k.mp4 HTTP/1.1" 206 2097152 "-" "-"