
DYNAMIC RTMP STREAMING - Error loading stream: ID not found on server
Hello,
i have this url:
http://192.146.242.105/sites/default/files/jwplayer/video.html
with this file .smil:
<smil>
<head>
<meta base="rtmp://192.146.242.102/flash/test/" />
</head>
<body>
<switch>
<video id="1" src="mp4:test01.mp4" height="720" system-bitrate="2000000" width="1280"/>
<video id="2" src="mp4:test02.mp4" height="360" system-bitrate="800000" width="640" />
</switch>
</body>
</smil>
and this file video:
<script type="text/javascript" src="jwplayer.js"></script></pre>
<div id="container">Loading the player ...</div>
<script type="text/javascript">
jwplayer("container").setup({
sources:[
{
file:"file.smil"
}
],
ga: {},
autostart: true,
width: 640,
height: 480,
primary: 'flash'
});
</script>
I get ERROR "Error loading stream: ID not found on server" when i switch video quality.
But if i click on player again after the warning all video are ok.
What is wrong?I have last version of jwplayer.
Sorry for my english.
Thanks
Antonello