Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

JWPlayer - shortcode streaming video color washed out in wordpress site


Moving video to a WordPress site and using the embedded shortcode for JWPlayer.
http://66.147.244.188/~nwlymphe/?page_id=531

<div id="PlayerElement">Loading the player...</div>

<script type="text/javascript">
jwplayer('PlayerElement').setup({
file: '/wp-content/uploads/2015/04/SC_Intro-HandBrake.mp4',
width: '520',
height: '305',
wmode: 'opaque',
backcolor: ''
});
</script>

The old site is using the swfobject to embed the video
http://www.nwlymphedemacenter.org/SC_Intro.htm

Both are using the same flv video file. If you play the old site video you'll notice the color is brighter than the new site video playback. If I play the video in VLCPlayer I get the same bright video like the old site. Any ideas why the video is more washed out on the new site using Word Press and short code embedding the video?

Dave

1 Community Answers

Andrew

JW Player Support Agent  
0 rated :

There may be color differences when rendering HTML5 video compared to Flash video. These differences can be influenced by things like video card drivers, browsers themselves, or the computer in question. We do see that Flash may produce more consistent video renders, as this is more ubiquitous between systems.

This question has received the maximum number of answers.