yashprit / red5-recorder

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

does not seem to actually read FlashVars #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In Recorder.as, 

public function Recorder()
                {       timeLeft = maxLength;
                        mode="record";
                        /*this.maxLength = maxLength;
                        this.fileName = fileName;
                        this.width = width;
                        this.height = height;
                        this.server = server;*/
                }

the init is commented out, therefor it seems that the recorder does not
work unless the source is altered and recompiled.

If the files are used as-is then it will only attempt to connect to a red5
server on 127.0.0.1

Original issue reported on code.google.com by avail4...@gmail.com on 12 Jul 2009 at 7:43

GoogleCodeExporter commented 9 years ago
Whoops, my mistake. the thing was only connecting to 127.0.0.1 regardless of 
server
setting but I figured out the problem. The flashvars line needs to go to in the
SECOND AC_FL_RunContent..

} else if (hasRequestedVersion) {
    // if we've detected an acceptable version
    // embed the Flash Content SWF when all tests are passed
AC_FL_RunContent(
            "src", "red5recorder",
            "FlashVars", "maxlength=126.....

so indeed the program seems to function properly.

Original comment by avail4...@gmail.com on 12 Jul 2009 at 8:12

GoogleCodeExporter commented 9 years ago
Hi,

We have tried downloading from the above said SVN repository. but it does not 
contain any SWF files. also Can you please let us know if we can get the flash 
source file for video recorder

Thanks
Srikanth

Original comment by sigma.sr...@gmail.com on 3 May 2011 at 9:25