Title: RTMP support
Last modified: August 21, 2016

---

# RTMP support

 *  Resolved [aous77](https://wordpress.org/support/users/aous77/)
 * (@aous77)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/rtmp-support/)
 * Hi,
    any plans to add RTMP support:
 *     ```
       <div class="flowplayer" data-rtmp="rtmp://stream.blacktrash.org/cfx/st" data-ratio="0.75">
          <video >
             <source type="video/flash" src="mp4:stsp">
          </video>
       </div>
       ```
   
 * here is the flowplayer setup/demo page:
    [http://demos.flowplayer.org/basics/rtmp.html](http://demos.flowplayer.org/basics/rtmp.html)
 * [https://wordpress.org/plugins/flowplayer5/](https://wordpress.org/plugins/flowplayer5/)

Viewing 12 replies - 1 through 12 (of 12 total)

 *  Plugin Author [Ulrich](https://wordpress.org/support/users/grapplerulrich/)
 * (@grapplerulrich)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/rtmp-support/#post-4584094)
 * The RTMP fields are added to the plugin but are hidden with the class “hidden”.
   The reason for this that this is more of an advance feature that not everyone
   needs.
 * As you also [asked for HLS support](http://wordpress.org/support/topic/hls-support-m3u8-type?replies=1)
   I will look how to best include the advance features in the next update.
 *  Thread Starter [aous77](https://wordpress.org/support/users/aous77/)
 * (@aous77)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/rtmp-support/#post-4584230)
 * yes i did see that i just didn’t want to modify it before asking.
 * Thank you & please let me know if i can help.
 *  Plugin Author [Ulrich](https://wordpress.org/support/users/grapplerulrich/)
 * (@grapplerulrich)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/rtmp-support/#post-4584255)
 * Would you be prepared to beta test the plugin? I have add HLS support and added
   a toggle so you can easily display the fields.
    [https://github.com/flowplayer/wordpress-flowplayer/commits/develop](https://github.com/flowplayer/wordpress-flowplayer/commits/develop)
 *  Plugin Author [Ulrich](https://wordpress.org/support/users/grapplerulrich/)
 * (@grapplerulrich)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/rtmp-support/#post-4584311)
 * The update has been released with this feature. Please don’t forget to [rate the plugin](http://wordpress.org/support/view/plugin-reviews/flowplayer5?filter=5).
 *  Thread Starter [aous77](https://wordpress.org/support/users/aous77/)
 * (@aous77)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/rtmp-support/#post-4584331)
 * OK great. Thank you so much!
 * how do we configure the video to play via RTMP? can you please provide instructions?
 * like what do we place in RTMP field just the rtmp vod URL (rtmp://#######.cloudfront.
   net/cfx/st/)? or the entire URL (rtmp://#######.cloudfront.net/cfx/st/mp4:wp-
   content/uploads/videofile.mp4)?
 * also i’m getting the following `PHP Warning: Missing argument 2 for Flowplayer5_Admin::
   add_plugin_row_meta() in plugins\flowplayer5\admin\class-flowplayer5-admin.php
   on line 255` warning. do i need to worry about this?
 *  Plugin Author [Ulrich](https://wordpress.org/support/users/grapplerulrich/)
 * (@grapplerulrich)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/rtmp-support/#post-4584332)
 * You just need to add this url `rtmp://#######.cloudfront.net/cfx/st/`
 * It is strange that you are getting this error. Are you using the latest version?
 * Do you see the same as in the screenshot on the plugins page?
    [http://grappler.tk/screenshots/Screenshot-20140318001.jpg](http://grappler.tk/screenshots/Screenshot-20140318001.jpg)
 *  Thread Starter [aous77](https://wordpress.org/support/users/aous77/)
 * (@aous77)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/rtmp-support/#post-4584333)
 * and then where do i specify this part (mp4:wp-content/uploads/videofile.mp4)?
 * yes i am using version 1.8.0, the only release that allows RTMP input. correct?
 *  Plugin Author [Ulrich](https://wordpress.org/support/users/grapplerulrich/)
 * (@grapplerulrich)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/rtmp-support/#post-4584334)
 * You would need to define that in the flash format.
    [http://flowplayer.org/docs/setup.html#server-side](http://flowplayer.org/docs/setup.html#server-side)
 * Yes, 1.8.0 is the latest version. Do you see the same links as in the screenshot?
 *  Thread Starter [aous77](https://wordpress.org/support/users/aous77/)
 * (@aous77)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/rtmp-support/#post-4584335)
 * yup here is mine [http://dl.dropboxusercontent.com/u/52784775/pluginversion.PNG](http://dl.dropboxusercontent.com/u/52784775/pluginversion.PNG)
 * ok so here is what i get if i provide an RTMP/flash combo at the same time as
   an MP4 URL all i get is the HTML5 player and not the flash player (for RTMP).
 * i’m getting “html5: Video file not found” in IE. just to be sure, are you checking
   to see if the browser supports HTML5?
 *  Plugin Author [Ulrich](https://wordpress.org/support/users/grapplerulrich/)
 * (@grapplerulrich)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/rtmp-support/#post-4584336)
 * What do you mean by HTML5 and flash player? The player will look the same if 
   you are using HTML5 video or RTMP.
 * You can see it running on my test site.
    [http://www.grappler.tk/flowplayer/?video=my-video-2](http://www.grappler.tk/flowplayer/?video=my-video-2)
 * IE11 supports HTML5. Which version are you testing in?
 *  Thread Starter [aous77](https://wordpress.org/support/users/aous77/)
 * (@aous77)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/rtmp-support/#post-4584337)
 * nevermind … WORKS GREAT!
    thank you!
 *  Plugin Author [Ulrich](https://wordpress.org/support/users/grapplerulrich/)
 * (@grapplerulrich)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/rtmp-support/#post-4584338)
 * Great 🙂

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘RTMP support’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/flowplayer5_cce0e6.svg)
 * [Flowplayer HTML5 for WordPress](https://wordpress.org/plugins/flowplayer5/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/flowplayer5/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/flowplayer5/)
 * [Active Topics](https://wordpress.org/support/plugin/flowplayer5/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/flowplayer5/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/flowplayer5/reviews/)

## Tags

 * [FlowPlayer](https://wordpress.org/support/topic-tag/flowplayer/)
 * [html5](https://wordpress.org/support/topic-tag/html5/)
 * [mp4](https://wordpress.org/support/topic-tag/mp4/)
 * [RTMP](https://wordpress.org/support/topic-tag/rtmp/)

 * 12 replies
 * 2 participants
 * Last reply from: [Ulrich](https://wordpress.org/support/users/grapplerulrich/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/rtmp-support/#post-4584338)
 * Status: resolved