• Resolved prionkor

    (@prionkor)


    I have installed the jwplayer plugin and using this bit of code to show the video player on the page. But the player seems not support multiple instance.

    $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 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. I guess wmv format is not supported.

    https://www.ads-software.com/extend/plugins/jw-player-plugin-for-wordpress/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter prionkor

    (@prionkor)

    The videos now showing and player looks okey. Previously I was trying to play wmv format video which was not supported.

    But Still there is a problem. Currently in the advanced option I have setup the stream after 1sec video loaded (I think its the default). But videos are currently playing after it fully loaded.

    Please can anyone help with this?

    Plugin Author JW Player

    (@longtail-video)

    @prionkor,

    What type of file are you trying to play. Are you using progressive download or some form of streaming?

    If it’s progressive download, it sounds like an issue with the meta data being at the end of the video file. You should re-encode the video and make sure the meta data is inserted at the front of the file.

    Also a link would be helpful as well.

    Thanks.

    Thread Starter prionkor

    (@prionkor)

    File format is mp4. I have changed the format to flv and its working. Apparently there was some index problem with the encoding of the mp4 files.

    Plugin Author JW Player

    (@longtail-video)

    Glad to hear you got it working.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: JW Player for WordPress – Flash & HTML5 Video Player] Problem with multiple instances’ is closed to new replies.