Skip to content

Instantly share code, notes, and snippets.

@anunay
Created April 4, 2013 11:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anunay/5309510 to your computer and use it in GitHub Desktop.
Save anunay/5309510 to your computer and use it in GitHub Desktop.
Javascript: JWPlayer RTMP Streaming Sample Code
<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