Arkadaşlar captions eklentisini kurduğumda srt uzantılı altyazıları sorunsuz şekilde video ile gösterebiliyorum. Fakat xml uzantılı altyazı dosyalarında sorun yaşıyorum. Xml uzantılı altyazı dosyası şu şekildeyken sorunsuz çalışıyor:
<tt xml:lang="en" xmlns="http://www.w3.org/2006/10/ttaf1" xmlns:tts="http://www.w3.org/2006/10/ttaf1#style">
<head>
<layout/>
</head>
<body>
<div xml:id="captions">
<p begin="00:00:08" end="00:00:10">- Nothing is going on.</p>
<p begin="00:00:10.5" end="00:00:12.5">You liar!</p>
<p begin="00:00:13.5" end="00:00:15">Are you?</p>
<p begin="00:00:17" end="00:00:20">Violet, please!<br/>- I am not your babe!</p>
<p begin="00:00:24" end="00:00:29">You stupid cow,<br/>look what you gone and done now, ay.</p>
<p begin="00:00:34" end="00:00:36">Vi, please.<br/>- Leave me alone!</p>
<p begin="00:00:36" end="00:00:38.5">- We need to talk.<br/>- Jason, are you deaf?!</p>
<p begin="00:00:41" end="00:00:43">What's going on?</p>
<p begin="00:00:43" end="00:00:45">Get out there and try to salvage this!</p>
</div>
</body>
</tt>Fakat bu şekilde kodlanmışsa jwplayer altyazıyı göstermiyor:
<titles>
<title id="1">
<time start="00:00:00,846" end="00:00:05,466"/>
<text1><![CDATA[Zaman beni ayakta bekliyor.]]></text1>
</title>
<title id="2">
<time start="00:00:00,846" end="00:00:05,466"/>
<text1><![CDATA[Zaman beni ayakta bekliyor.]]></text1>
</title>
<title id="3">
<time start="00:00:05,903" end="00:00:11,000"/>
<text1><![CDATA[Ama yeni bir yolculuk başlamak üzere]]></text1>
</title>
<title id="4">
<time start="00:00:05,903" end="00:00:11,000"/>
<text1><![CDATA[Ama yeni bir yolculuk başlamak üzere]]></text1>
</title>
</titles>
Yaklaşık 3 haftadır bu sorunla uğraşıyorum yardımcı olursanız gerçekten çok sevinirim.