Noxeus, did you compile the captions.swf file and put it in the 'flash' directory? Otherwise it won't load the plugin. Changing the line 'plugins:"./flash/captions.swf",' to
- Code: Select all
plugins:"captions-2",
will make JWplayer load the plugin from the JWplayer site. The point of compiling your own is so you can make a few changes in the plugin.
In any case, i don't have that exact file anymore. Reformat and all that. I do, however, have one with my latest changes. Theres a few more options to customize the subtitle how you like. Size, color etc. I also replaced the offset dropbox with a custom sliderbar. Makes it a bit easier for me at least. I won't go over all the code changes cause there are a few. If you would like some explanation of the code then feel free to ask.
Pic taken on virtual machine.
Also i tried to upload the subsonic.war file to this site but for some reason it wont let me. Here is another link that should hopefully stay up for a while.
http://www.filefactory.com/file/5m0sro9 ... bsonic_war
Good luck.
Edit: I forgot to mention, if you stream flv files directly (no transcode). Some of the settings will make the subtitle out of sync. It's easy to fix but since i don't stream .flv files directly i won't bother with it.
Also, it's for 4.7.b2 not b3. If you want it for b3 all you have to do is copy videoPlayer.jsp and the captions.swf to the b3 war file. No clue if any code changed in videoPlayer.jsp in b3 so try it on your own risk. When i have time i might update it to b3.