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

How to change time format of video to hh:mm:ss


How can I change time format from hh:mm to hh:mm:ss. Currently it show 62:20 (video end time) so I want it to show 01:02:20 instead of it.

Also I need to change player control bar color from white to black.

http://prntscr.com/f1qnv3

jwplayer version: 5.10.2295

jwplayer('viewer').setup({
file: '<?php echo $generalInfo->resourceUrl; ?>',
height: 400,
width: 875,
modes: [
{type: "html5"},
{type: "flash", src: "<?php echo base_url() ?>js/jwplayer/player.swf"}
]
});

1 Community Answers

George

JW Player Support Agent  
0 rated :

You’d have to use an on(‘time’) listener to update the time in the format of your choosing.

Regarding changing the color refer to our CSS documentation:
https://developer.jwplayer.com/jw-player/docs/developer-guide/customization/css-skinning/skins_reference/

This question has received the maximum number of answers.