Hello,
I have been trying to add captions to videos we stream with bits on the run.
I am actually testing the two methods:
1- Stream video (flv) and host the captions (srt) on our server
I posted a crossdomain file on our domain:
<cross-domain-policy>
<allow-access-from domain="*.bitsontherun.com" />
</cross-domain-policy>
2- Stream mp4 (with srt embedded in video)
But none of the methods is working. Use the link below to see the tests: 64.106.210.24/shared/paradigm/course/TEST_Susan/sca/Test-StreamingCaptions-2/
Captions icon appear but the captions are not read at all. Any idea of what could be wrong?
Thanks for your help
Elsa
PS: The player streams the original video (Passthroughs).
I am adding the code:
Method 1 (FLV + SRT):
<script type="text/javascript" src="http://content.bitsontherun.com/players/zRQqFhrM-sRUoLRMR.js"></script><script type="text/javascript">
botr_zRQqFhrM_sRUoLRMR.addVariable("plugins","captions");
botr_zRQqFhrM_sRUoLRMR.addVariable("captions.file","GS-IntroVideoShort.srt");
</script>