Skip to content

Instantly share code, notes, and snippets.

Created January 17, 2013 22:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/84b0d8a26c43102b9301 to your computer and use it in GitHub Desktop.
Save anonymous/84b0d8a26c43102b9301 to your computer and use it in GitHub Desktop.
flowplayer("wowza", "/v2/flowplayer.swf", {
clip: {
url: 'mp4:/sample.mp4/manifest.f4m',
provider: 'rtmp'
},
plugins: {
rtmp: {
url: '/v2/flowplayer.rtmp-3.2.11.swf',
netConnectionUrl: 'rtmp://my-instance:1935/vod/'
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment