The youtube embed settings contain an api key and the default profile is set to “Show closed caption” and “cc language=en”.
Regards
]]>https://www.ads-software.com/plugins/jw-player-plugin-for-wordpress/
]]>[jwplayer file=”URL.MP4″ image=”URL.PNG” plugins=”captions” captions.file=”URL.srt”]
Result : Player didnt show
then i tried with java script :
<div id=’playerPmZpRFgrFnMq’></div>
<script type=’text/javascript’>
jwplayer(‘playerPmZpRFgrFnMq’).setup({
file: ‘URL.mp4’,
image: ‘URL.png’,
tracks: [{
file: ‘URL.vvt’,
label: ‘English’,
kind: ‘captions’,
‘default’: true
},{ file: ‘URL.srt’,
label: ‘Indonesia’,
kind: ‘captions’
}]
});
</script>
Result :
The CC button is Show, the option also show (off,English,Indonesia) but CC text is not showing.
Note :
all URL is valid
crossdomain.xml is on my root
please help…
https://www.ads-software.com/plugins/jw-player-plugin-for-wordpress/
]]>my question is, how do I extract the closed captions
in a flashplayer stream.
I know I have to determine the source player,
but then I am lost.
Can anyone help me please?
Ideas?
https://www.ads-software.com/plugins/accessible-video-library/
]]>Does anyone know of a plugin that allow me to load my own subtitles for youtube videos.
I want to be able to load a new closed caption for an existing video.
I checked most of the existing video players and couldn’t find any.
Thanks
A
<track></track>
when adding the <video>
tag?
]]>