Wowza Community

Shortcode for WordPress Flow Player

Hello, I have been using the JW Player plugin for my wordpress site with Wowza for EC2 and it’s been working just fine. I’d like to switch over to Flow Player however, and was wondering what the shortcode should look like for flowplayer. Here’s what I have that works for JWPlayer:

[jwplayer config=“config_file” file=“filename” streamer=“rtmp://mystreamingurl.com/live” provider=“rtmp” image="/myimage.jpg" html5_file=“http://mystreamingurl.com:1935/live/filename/playlist.m3u8”]

Thanks!

A generic way to integrate a player into a CMS is to make your player page separately then load it through in IFrame. It will work on any CMS that will allow you to put an IFrame in a page.

Richard