I'm able to get the stream to work in the VCL player, however based on everything I have read JW Player 7 should be able to handle this also.
Below is the code I have tried and both load the player but then both say Error Loading stream: Could not connect to server.
Now the streamer is part of a Crestron system, like I said the VCL player has zero issues.
jwplayer.key = ""
Loading the player ...
jwplayer("thePlayer").setup({
flashplayer: "javascript/jwplayer/jwplayer.flash.swf",
file: "rtsp://10.251.60.2/live.sdp"
});
Loading the player ...
jwplayer('container').setup({
file: 'rtmp://10.251.60.2/live.sdp',
image: 'Logo URL',
width: '640',
height: '360',
autostart: 'true'
});
↧