nkokkos / red5-recorder

Automatically exported from code.google.com/p/red5-recorder
0 stars 0 forks source link

Issue while configuring Maximum Recording time #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
hi,

I have set the maxLength flash var to 180 seconds.But the player is still 
showing the the max record  time as 90 seconds.Below is the configuration code 
i have used.Any help to configure the record time will be appriciated

AC_FL_RunContent(
            "src", "red5recorder",
            "FlashVars", "MMredirectURL="+MMredirectURL+'&MMplayerType='+MMPlayerType+'&MMdoctitle='+MMdoctitle+"&fileName=sifytest2&maxLength=180&timeLeftText=TIME LEFT&width=500&height=400",
            "width", "100%",
            "height", "100%",
            "align", "middle",
            "id", "red5recorder",
            "quality", "high",
            "bgcolor", "#869ca7",
            "name", "red5recorder",
            "allowScriptAccess","sameDomain",
            "type", "application/x-shockwave-flash",
            "pluginspage", "http://www.adobe.com/go/getflashplayer"
    );

Thanks,
Balu.

Original issue reported on code.google.com by kthangab...@gmail.com on 16 May 2011 at 5:42

GoogleCodeExporter commented 9 years ago
Could any body help me on this...?

Original comment by kthangab...@gmail.com on 19 May 2011 at 6:39

GoogleCodeExporter commented 9 years ago
This is due to a bug in the source. 
A workaround for it is to add timeLeft=180 to your flash vars.

If the project maintainer reads this I have been using this in a project of 
mine and have a patch for this issue as well as several others that I would be 
interested in contributing.  

Original comment by jet3...@gmail.com on 25 Jun 2011 at 4:10

GoogleCodeExporter commented 9 years ago
hi,
It's working now .Thanks.
Also could u please tell me how to trigger an event(such as alert) as soon as 
the recording time is over, so that i can let the user to know that the 
recording has been completed.As of now the the timer is showing the negative 
value when the recording is done.Could u please help me on this?

Original comment by kthangab...@gmail.com on 27 Jun 2011 at 4:43

GoogleCodeExporter commented 9 years ago
If possible could u please share me the working version of the script.
I would be a great help to me.

Original comment by kthangab...@gmail.com on 27 Jun 2011 at 4:44

GoogleCodeExporter commented 9 years ago
Hi Balu,

I have fixed this issue by making changes in red5recorder.as file, if you are 
interested i can explain how it will be done.

Thanks & Regards
Rijo Joy

Original comment by rijo...@gmail.com on 28 Dec 2011 at 9:06

GoogleCodeExporter commented 9 years ago
Hi Balu,

Please email me rijojoy@gmail.com for the workaround 

Thanks & Regards
Rijo Joy

Original comment by rijo...@gmail.com on 28 Dec 2011 at 9:07

GoogleCodeExporter commented 9 years ago
Hi,

Did anyone get Javascript api to work please?
I get "function not found" for any function I'm trying to call.

Thank you,
Stefan

Original comment by cata...@twinkle-minds.com on 9 Sep 2012 at 1:49

GoogleCodeExporter commented 9 years ago
I'm also having the problem of the negative time, could you please share the 
solution? I would appreciate it a lot!!

Original comment by aamar...@karira.es on 23 Nov 2012 at 10:37

GoogleCodeExporter commented 9 years ago
Hi,

Me also having the same time problem. Can you please share your solution here?

Original comment by kirthiga...@railsfactory.org on 14 Mar 2013 at 6:20