Hi Folks,
So now that JWPlayer 6.11 is released, I am trying to configure an RTMPS video stream from Amazon S3 using Wowza.
Here is the code I am using, but I am getting a “Error Loading Stream – Could not Connect to Server” –
Is this code correct? Should this be configured to use RTMPS over port 443?
jwplayer("player").setup({ width:640, height:360, sources: [{ file: "rtmps://XXX.XXX.XXX:443/vods3/_definst_/mp4:amazons3/video.mp4" },{ file: "http://XXX.XXX.XXX:443/vods3/_definst_/mp4:amazons3/video.mp4/playlist.m3u8" }], rtmp: { bufferlength: 3, proxyType: "best" }, fallback: false }); Thank you, Karamjeet