Skip to content

Instantly share code, notes, and snippets.

@anunay
Created April 12, 2013 22:13
Show Gist options
  • Save anunay/5375591 to your computer and use it in GitHub Desktop.
Save anunay/5375591 to your computer and use it in GitHub Desktop.
Solved RTMP Streaming in JWPlayer 6
/*
*
* The "streamer/file" setup you are using is used by
* an older version of JW Player (JW5), but not by the
* latest version (JW6). We're still going back and forth
* with Cloudfront to update their docs...
*
* Anyway, setting the RTMP stream with just a single "file"
* will work for JW6:
*
*/
// Sample File Parameter for JW Player 6.0
file: "rtmp://s1cp0j2rq4xbq.cloudfront.net/cfx/st/mp4:mediaTest.mp4"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment