Problem with JWplayer. Video is missing?

Firstly, I am new at using video with wordpress. I have installed the jwplayer plugin and using this bit of code to show the video player on the page.

$video_array = explode("\r\n", stripslashes(extra_option('video_links')) );

            foreach($video_array as $vid){
                if (!empty($vid))
                echo jwplayer_tag_callback("[jwplayer config=\"Homepage Player\" file=\"$vid\"]"); 
            }

Note:

"Homepage Player" is a custom config i made form the jwplayer plugin option page.

Problem: You can see the site here http://photographersinsiouxfallssd.com/ There are four video to show. For the first three the player isn't showing and the last one player is showing but you can only hear sound but no video :(

Topic video-player jwplayer videos Wordpress

Category Web


When you work with jwplayer you need to make sure you-

  1. Check the supporting file documentation http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/12539/supported-video-and-audio-formats
  2. If you are using anything other than mp4 its fine.
  3. If you are tying to play mp4 files and you are having problem with it (video not playing before it fully loaded) you must swap the index of the mp4 files using this app http://renaun.com/blog/code/qtindexswapper/

I think that all you will be need to start with jwplayer.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.