Created
April 4, 2013 11:01
-
-
Save anunay/5309510 to your computer and use it in GitHub Desktop.
Javascript: JWPlayer RTMP Streaming Sample Code
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
<script type='text/javascript'> | |
jwplayer("PLAYER_ID").setup({ | |
flashplayer: "/jwplayer/player.swf", | |
controlbar: "bottom", | |
dock:false, | |
file: "AUDIO/VIDEO FILENAME", | |
streamer: "rtmp://STREAMING-DISTRIBUTION-DOMAIN-NAME/cfx/st", | |
width: "162", | |
height: "24", | |
}); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment