Wowza Community

"NetConnection.Connect.Closed":

I looked at it. Seems okay. It played for 2 or 3 minutes.

Richard

Have you followed the General Tuning instructions:

https://www.wowza.com/docs/how-to-do-performance-tuning

Richard

Check that you uncommented:

ulimit -n 20000

In both these files:

/usr/local/WowzaMediaServerPro/bin/wms.sh

/usr/local/WowzaMediaServerPro/bin/startup.sh

Richard

Reviewing the top of this thread, this seems like a player issue. Have you tried the SimpleVideoStreaming example player?

Richard

With 1.7.2 you can only connect with Flash, not winamp does not work.

Can you zip up your conf and log folders, and if you have a link to a player, send all to support@wowza.com

Richard

Flash Player 10

and I don’t get error if I nc.connect(null)

-Douglas

Sorry about that. I’m using a Video object.

I do have a handler for the complete status but that does not close the connection. It is not consistent but does appear to happen more frequently with large flv (such as the wowza Extreme flv ~4 mins) and I have not seen it with small flvs. I tried capturing seek.failed events (which happen when I explicitly disconnect) but that hasn’t uncovered any thing. Any ideas?

Thanks,

Douglas

Are there any news about this issue?

It also have this issue, I use the SimpleVideoStreaming, this is the trace output:

Attemping to launch and connect to Player using URL C:\Archivos de programa\Wowza Media Systems\Wowza Media Server Pro 1.7.0\examples\SimpleVideoStreaming\client\simplevideostreaming.swf

[SWF] C:\Archivos de programa\Wowza Media Systems\Wowza Media Server Pro 1.7.0\examples\SimpleVideoStreaming\client\simplevideostreaming.swf - 62677 bytes after decompression

testVersion: WIN 9,0,45,0>=9,0,115,0: false

testVersion: WIN 9,0,45,0>=9,0,28,0: true

testVersion: WIN 9,0,45,0>=9,0,60,0: false

nc.onStatus: NetConnection.Connect.Success (Connection succeeded.)

onStatus:

code = NetStream.Play.Reset

description = Playing and resetting video1251404639710.

clientid = 819109366

level = status

onStatus:

code = NetStream.Play.Start

isFastPlay = false

description = Started playing video1251404639710.

clientid = 819109366

level = status

onMetaData

duration = 36.223

creationdate = Thu Aug 27 13:15:43

updateVideoSize: normal

updateVideoSize: normal

updateVideoSize: normal

updateVideoSize: normal

updateVideoSize: normal

onStatus:

code = NetStream.Buffer.Full

level = status

updateVideoSize: normal

updateVideoSize: normal

updateVideoSize: normal

updateVideoSize: normal

updateVideoSize: normal

updateVideoSize: normal

updateVideoSize: normal

updateVideoSize: normal

updateVideoSize: normal

updateVideoSize: normal

updateVideoSize: normal

updateVideoSize: normal

updateVideoSize: normal

updateVideoSize: normal

updateVideoSize: normal

updateVideoSize: normal

updateVideoSize: normal

updateVideoSize: normal

updateVideoSize: normal

updateVideoSize: normal

updateVideoSize: normal

updateVideoSize: normal

updateVideoSize: normal

updateVideoSize: normal

updateVideoSize: normal

updateVideoSize: normal

updateVideoSize: normal

nc.onStatus: NetConnection.Connect.Closed (undefined)

updateVideoSize: normal

updateVideoSize: normal

updateVideoSize: normal

updateVideoSize: normal

updateVideoSize: normal

updateVideoSize: normal

updateVideoSize: normal

updateVideoSize: normal

Debug session terminated.

Hi Charlie,

Thank you for your response.

That was only a test, I tried it also with the last flash player, and with severals players.

The strange is that the issue happens only on the production server.

I don’t have any another clue.

Is there a posibility that it depends on the License?

Thanks again and sorry for my poor english.

Leonardo

yes, I tried with 10.0.32.18 plugin version

Could you try play the Extremists.flv at rtmp://stream.storydeck.com/storydeckrecording/?

thanks!, I’m going to check that.

I’ve updated the wowza but the issue is still happening :S

the recording isn’t the issue, the issue is that sometimes, in a long videos, the playing is stopped because the server close the connection. (or maybe the client).

Any way I’m goint to try record a video.

I’ve recorded “testVideo1”, sometimes when I play it, it stopped. Not always happens it.

Could you look it? I appreciate your help

We bought “Wowza Unlimited” license as we thought that we are running out of max allowed connections in dev edition and unfortunately still observing connection close issue as discussed below (URL is: rtmp://stream.storydeck.com/storydeckrecording). We are running CentOS 5.3. Please advise

Yes I did - it was first thing I did after Wowza installation. Modified startup scripts to use server version of JVM then increased maximum memory to 1700M. Also, changed I/O scheduler to Anticipatory elevator and mounted file system with noatime setting.

Made changes to Wowza VHost.xml as well

I checked and ulimit line is uncommented in both files: wms.sh and startup.sh - below is my wms.sh file:

JMXOPTIONS=-Dcom.sun.management.jmxremote=true
#JMXOPTIONS="$JMXOPTIONS -Dcom.sun.management.jmxremote.port=1099"
#JMXOPTIONS="$JMXOPTIONS -Dcom.sun.management.jmxremote.authenticate=true"
#JMXOPTIONS="$JMXOPTIONS -Dcom.sun.management.jmxremote.ssl=false"
#JMXOPTIONS="$JMXOPTIONS -Dcom.sun.management.jmxremote.password.file=$WMSCONFIG_HOME/conf/jmxremote.password"
#JMXOPTIONS="$JMXOPTIONS -Dcom.sun.management.jmxremote.access.file=$WMSCONFIG_HOME/conf/jmxremote.access"
#JMXOPTIONS="$JMXOPTIONS -Djava.rmi.server.hostname=192.168.1.7"
if [ "$WMSCOMMAND" != "start" ]; then
        JMXOPTIONS=""
fi
ulimit -n 20000
# log interceptor com.wowza.wms.logging.LogNotify - see Javadocs for ILogNotify
$_EXECJAVA $JAVA_OPTS $JMXOPTIONS -Dcom.wowza.wms.AppHome="$WMSAPP_HOME" -Dcom.wowza.wms.ConfigURL="$WMSCONFIG_URL" -Dcom.wowza.wms.ConfigHome="$WMSCONFIG_HOME" -cp $WMSAPP_HOME/bin/wms-bootstrap.jar com.wowza.wms.bootstrap.Bootstrap $WMSCOMMAND >/dev/null 2>&1 &
if [ "$WMSCOMMAND" = "start" ]; then
        echo $! > ${WMSPIDFILE}
        wait $!
fi
exit 0

Yes I did. I also used other non-flash video streaming players (WinAmp) and no change - same issue.