Hey,
Everytime the player plays I get the following error:
Error: missing : after property id
Source File:
http://client.dev/ Line: 0, Column: 46
Source Code:
.168.1.185",name:"QuickTime",attributes:({isma-compliance:"2,2.0,2",range:"npt=now-"}),timing:"0 0",protocolversion:"0",origin:"- 0 75932993 IN IP4 127.0.0.0"}),audiosamplerate:8000,height:280}),position:-100,bufferLength:3,index:0,height:256,playlist:[],
I am using Wowza media server 2 & broadcasting from Quicktime broadcaster...The video plays fine but when I click stop and I would like to resume its stuck, and this error comes up everytime I click play.
flowplayer("Player", "flowplayer-3.1.5.swf",{
playlist: [{
url: 'live.sdp',
provider: 'rtmp',
autoPlay: true, autobuffering: true,
scaling: "fit"
}],
plugins: {
rtmp:{
url: 'flowplayer.rtmp-3.1.3.swf',
netConnectionUrl: 'rtmp://192.168.1.185:1935/live'
}
}
});