
Jwplayer and Wowza. Very slow to start video with rtmp and smil.
Hi,
it's a serious issue for me. Pls help!
Wowza 4.0.2, a fast linux server, fast internet, and jwplayer 7.0.3.
With direct rtmp the start of video is immediate:
http://www.iltuocorso.secchiemoschino.it/testvideo/TestRtmp.htm
With smil file is terrible: almost 40 seconds to start!
http://www.iltuocorso.secchiemoschino.it/testvideo/TestSmil.htm
And the mp4 called file is the same in both test !
Smil file is here:
<?xml version="1.0" encoding="UTF-8"?>
<smil title="">
<body>
<switch>
<video src="mp4:55edeef6d69bd7.37613035_M03" systemLanguage="IT" width="640" height="360" >
<param name="videoBitrate" value="750000" valuetype="data"></param>
</video>
<video src="mp4:55edeef6d69bd7.37613035_M01" systemLanguage="IT" width="426" height="240" >
<param name="videoBitrate" value="400000" valuetype="data"></param>
</video>
</switch>
</body>
</smil>
What's wrong??? I tried adding bufferlength but it seems this is not important.
The result (also with 0.1) is the same. A lot of time before video starts.
When the video starts it seems good. Rewind and Forward are fast, as you can see.
Thank you in advance