• I have before WordPress 3.7.1 and JWPlayer5 “fine”
    Ufter I upgrade the WordPress to 3.9 and Upgrade the JWPlayer to 6
    not work, I got the message “Wrong Source”…I spoke to the guys from Primcast that running my Wowza Broadcast and the stream can se it on the Server but something is wrong with those version that the JWplayer is no working on my WordPress 3.9, can somebody help me ?
    ========================
    The Code from Primcast that generate a code for WordPress is below
    ========================
    <script type=’text/javascript’ src=’https://www.primcast.com/jwplayer6/jwplayer.js’></script&gt;
    <div id=’player_preview’ style=’float:left;’>
    <video id=’video_tag’ width=’560’height=’400′ controls autoplay>
    <source src=’https://boliviaonline.flashmediacast.com:2232/live/livestream/playlist.m3u8&#8242; type=’video/mp4′>
    Your browser does not support the video tag. This text will be replaced. Streaming solutions by Primcast – Shoutcast hosting, Flash Streaming
    </video>
    Watch this stream over RTSP for Android Mozilla
    </div>
    <script type=’text/javascript’>
    if (navigator.userAgent.match(/Android/i) && navigator.userAgent.match(/Firefox/i) )
    { document.getElementById(‘android_firefox’).style.display = ”;
    document.getElementById(‘video_tag’).style.display = ‘none’;
    }
    jwplayer(‘player_preview’).setup({
    playlist: [{
    sources: [
    {file:’rtmp://boliviaonline.flashmediacast.com:2232/live/livestream’,},
    {file:’https://boliviaonline.flashmediacast.com:2232/live/livestream/playlist.m3u8&#8242;}
    ]
    }],
    height: 400,
    width: 560,
    primary: ‘flash’,
    fallback: false,
    repeat: true,
    autostart: true,
    stretching: ‘uniform’
    });
    </script>
    =========================
    thank you
    J Alex

  • The topic ‘I have before WordPress 3.7.1 and JWPlayer5 "fine"’ is closed to new replies.