
Need smil file tutorial for wowza server streaming
Hello ,
I have tried to ...Hello ,
I have tried to stream the smil file using jwplayer by wowza streaming server.
*My Embed Code*
bc.. <embed height="349" width="500" type="application/x-shockwave-flash" src="player.swf" quality="high" allowscriptaccess="always" allowfullscreen="false" wmode="opaque" flashvars="streamer=rtmp://mystreamername.amazonaws.com/vods3&file=smil:amazons3/actionvideos/mysmil.smil&provider=rtmp"/>
*mysmil.smil code :*
bc.. <smil>
<head>
</head>
<body>
<switch>
<video src="scooby-theme.flv" system-bitrate="700000"/>
<video src="scooby-theme.flv" system-bitrate="350000"/>
<video src="scooby-theme.flv" system-bitrate="200000"/>
</switch>
</body>
</smil>
Note :
1) Both mySmil.smil and scooby-theme.flv are in same bucket of amazaon s3 storage.
2) We are using new Wowza Streaming server 2.0
3) We are using JW player version 5.0
But it shows the follwoing error in wowza server error log file
bc.. ERROR server comment 2010-01-13 04:11:30 - - - - - 8736.262 - - - - - - - HTTPByteReader.sendRequest: java.net.SocketException: Connection reset
WARN server comment 2010-01-13 04:11:31 - - - - - 8737.011 - - - - - - - MediaReaderFLV.open: Metadata appears to be bad: amazons3/actionvideos/mysmil.smil
ERROR server comment 2010-01-13 04:11:31 - - - - - 8737.606 - - - - - - - MediaReaderFactory: getInstance: Missing definition for smil
ERROR server comment 2010-01-13 04:11:32 - - - - - 8737.893 - - - - - - - MediaReaderFactory: getInstance: Missing definition for smil
ERROR server comment 2010-01-13 04:11:32 - - - - - 8738.18 - - - - - - - MediaReaderFactory: getInstance: Missing definition for smil
Wowza support says the following
JW Player seems to be pre-pending smil: to the stream name. Wowza cannot handle the smil: prefix. JW Player should not be pre-pending smil: to the stream name.
So i have removed smil:from flashvars in file variable . Now my flashvars is
bc.. flashvars="streamer=rtmp://mystreamername.amazonaws.com/vods3&file=amazons3/actionvideos/mysmil.smil&provider=rtmp"
Still not works. Please let me know how to fix this issue.