This is a message.

GetPlugin Captions bring me nothing Created Sep 1, 2010

This thread is solved

Views: 3981     Replies: 10     Last reply Aug 8, 2011  
You must login first before you can use this feature

mdavila

Posts: 14

Registered:
Dec 2, 2008

GetPlugin Captions bring me nothing

Posted: Sep 1, 2010

Hello everyone,

anyone knows if there is any incompatibility betwen fw 3.2 and the way I bring captions?

$f().getPlugin("captions").loadCaptions(0,'/player/captions/file.srt');

Since I have uploaded the new fw version my subtitles donīt work, they donīt appear. Anybody knows if there is a problem? Debugger gives me the following error:

flowplayer-3.2.4.min.js:24Uncaught Error: Error calling method on NPObject!

Thanks a lot for any sugestion.

mdavila

Posts: 14

Registered:
Dec 2, 2008

Problem solved.

Posted: Sep 2, 2010

Reply to: GetPlugin Captions bring me nothing, from mdavila
Hi,

It was not working using flowplayer.captions-3.2.2.swf and it works ok using flowplayer.captions-3.2.1.swf so there seem to be a little problem with this version.

Best.

nanoamp

Posts: 4

Registered:
Jul 10, 2009

Bug != solved

Posted: Dec 3, 2010

Reply to: Problem solved., from mdavila
I can confirm that I see a regression bug with flowplayer.captions-3.2.2 in the loadCaptions method, with an srt file passed in. It works fine in 3.2.1.

mdavila

Posts: 14

Registered:
Dec 2, 2008

Bug != solved

Posted: Dec 3, 2010

Reply to: Bug != solved, from nanoamp
Hi there,

I am not completely sure it works fine in 3.2.1. I used this version for a little time until I realized that the captions donīt appear correctly. There are intervals of time where they donīt appear where it is supposed the should do it so I decided not to use it until it is fixed. Do you know if there has been any advance?

Best

Anssi
Flowplayer Flash & video streaming developer

Posts: 1197

Registered:
Jul 24, 2007

loadCaptions() fails

Posted: Dec 8, 2010

Reply to: GetPlugin Captions bring me nothing, from mdavila
For some insane reason in the latest version of the captions plugin the method is named loadCaptionsFromFile. So with the latest 3.2.2 version it will work if you do:


$f().getPlugin("captions").loadCaptionsFromFile(0, '/player/captions/file.srt');

I've now renamed the file back to loadCaptions() and that is what it will be called in the next version. The development version already has the method renamed back to it's original name:http://flowplayer-releases.s3.amazonaws.com/info/dist.html

mdavila

Posts: 14

Registered:
Dec 2, 2008

loadCaptions still fails

Posted: Dec 9, 2010

Reply to: loadCaptions() fails, from Anssi
Thank you for your response.

No wonder it goes better but it still fails. The captions donīt appear perfectly. Using the lastest version (3.2.6) there are several captions lose:

lastest version (3.2.6)

http://www.jkrishnamurti.org/krishnamurti-teachings/view-video-test/the-challenge-of-change-full-version.php

01:19 -- when there is complete freedom from fear, (missing)

1:22 -- and when there is the sense of love (missing)..

and lot of them are missing.

previous version (3.1.x)

http://www.jkrishnamurti.org/krishnamurti-teachings/view-video/the-challenge-of-change-full-version.php

It goes perfectly.

I have included the lastest SWF you sent us.

I hope you can fix it to implement the new functionalities as soon as posible.

All the best.
Miguel.

mdavila

Posts: 14

Registered:
Dec 2, 2008

Caption will be back?

Posted: Dec 27, 2010

Reply to: loadCaptions() fails, from Anssi
Hello Anssi,

do you know if flowplayer team are working in captionīs bug posted above? do you know if I will be able to use the latest version in my site?

The caption plugin is quite important in all of my projects!!

Thank you for any response.
Miguel.

mangelhm

Posts: 1

Registered:
Nov 24, 2010

Having problems with captions as well

Posted: Jan 4, 2011

Reply to: Caption will be back?, from mdavila
Hey mdavila.
I badly need the flowplayer to work with multi-lingual captions being selected from a select control, just like your site does. But I don't even get the switch.
When I try to change the language, I look in Firebug and it gives an error: Error calling method on NPObject!

I am considering buying Flowplayer for my projects, but I still can't make it work to match my needs...

And it looks they aren't supporting you much...

Anssi
Flowplayer Flash & video streaming developer

Posts: 1197

Registered:
Jul 24, 2007

» Caption will be back?

Posted: Jan 4, 2011

Reply to: Caption will be back?, from mdavila
There is a problem with the latest version of the pseudostreaming plugin that causes the captions to be skipped. This has been fixed in our version control now.

You can test with the current development version. Please take the player and the pseudostreaming plugin from here:http://flowplayer-releases.s3.amazonaws.com/info/dist.html

mdavila

Posts: 14

Registered:
Dec 2, 2008

Now, it is working!!

Posted: Jan 10, 2011

Reply to: » Caption will be back?, from Anssi
Hello Anssi,

it seems it is working perfectly now!!

Thank you very much for this job you are doing constantly.

Best.