Wowza Community

Enabling RTMPS with Streamlock streaming using Amazon S3 video and Wowza

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?

RTSP Link
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

Hi,

Did you configure your Wowza server to use the StreamLock certificate by following the instructions described in the “How to get SSL certificates from the StreamLock service” forum article?

Did you open the 443 TCP port in the Amazon EC2 instance firewall settings?

Are you using the StreamLock host name in your RTMPS playback URL? --> rtmps://[your-unique-ID].streamlock.net:443/vods3/definst/mp4:amazons3/video.mp4

Zoran