Self host and play video on wordpress?

coop99

Junior Member
Joined
Jun 9, 2011
Messages
112
Reaction score
29
can anyone explain or point me to something that will allow me to self host and play videos on my wordpress site?

I don't want to embed from youtube or video sites like that. I want the video self hosted, but can't seem to figure out how to host and play a video.
 
You need to have streaming services enabled host with "flow player" plugin to enhance wordpress do that.
 
How do you enable streaming services?
 
Use the flowplayer plugin mentioned above.

You don't necessarily need to contact your provider, add these to your htaccess:

AddType video/ogg .ogv
AddType video/mp4 .mp4
AddType video/webm .webm
AddType video/x-m4v .m4v

Extend the list as needed.

Try this and post the results.
 
There are a bunch of plugins with the name FlowPlayer in them. Can someone link to the one you are talking about?
 
http://wordpress.org/extend/plugins/fv-wordpress-flowplayer/screenshots/
 
I am using the MediaElement player, its HTML5 based so will work on non-flash browsers too :) They have a wordpress plugin and its easy to use with shortcodes for embedding videos. Don't do this on shared hosting, really, just don't. Need a VPS or better to stream video. Youtube is easy to embed if you can't afford to host your own videos.
 
I use JW player. You can self host your own videos and embed them with the JW player plugin :).
 
Back
Top