Created
April 12, 2013 22:13
-
-
Save anunay/5375591 to your computer and use it in GitHub Desktop.
Solved RTMP Streaming in JWPlayer 6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* | |
* 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