liuzhe02 / bigbluebutton

Automatically exported from code.google.com/p/bigbluebutton
0 stars 0 forks source link

How to manually add Closed Captions (.SRT) #1749

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have been attempting to add Closed Captions to a test BBB environment that I 
have. so far I have tried working with the "playback.js" file and the 
"AcornMediaPlayer" javascript file. It appears that all the other URL 
parameters for Slides, Audio etc... are dynamically specified in the javascript 
instead of statically in the "playback.html" file. I certainly think the 
current setup makes more sense, I just need help sorting out where I need to 
link to my .SRT files. 

To summarize, I just need to know where/ how to link out to the CC files 
(.SRT's).

Original issue reported on code.google.com by ctrlaltd...@gmail.com on 17 Apr 2014 at 10:16

GoogleCodeExporter commented 9 years ago
This is more of a question for the dev group 
(https://groups.google.com/forum/#!forum/bigbluebutton-dev) and I would suggest 
posting followup there.

A year ago I hacked a subtitle modification together as a sort of proof of 
concept. You can see the commit here, 
https://github.com/SenecaCDOT-BigBlueButton/bigbluebutton/commit/1cfe5e1ce29904a
19324e4c36e00e35ec3c404f9, I wrote it a year ago so I don't know if it would 
still work with 0.81. It's a place to start though. 

Original comment by capil...@gmail.com on 22 Apr 2014 at 2:07