Dan Schmidt wrote:
> I set the following, but I get "2010-03-19 15:42:37,271 INFO     
> encodingclient.py (100): encoding server is down" and removing 
> recordings doesn't seem to work.  The commserver it's self seems to 
> scan the video for black, but it doesn't encode.  Thanks much for your 
> reply!
>
> # ======================================================================
> # Freevo builtin encoding server settings:
> # ======================================================================
> ENCODINGSERVER_UID = 0
> ENCODINGSERVER_GID = 0
> #
> ENCODINGSERVER_IP   = 'localhost'
> ENCODINGSERVER_PORT = 18002
> ENCODINGSERVER_SECRET = 'secret2'
> # If the current directory is not writeable as the user then set
> # ENCODINGSERVER_SAVEDIR to os.path.join(FREEVO_CACHEDIR, 'encodings')
> ENCODINGSERVER_SAVEDIR = '.'
>
> # ======================================================================
> # Freevo builtin commdetect server settings:
> # ======================================================================
> COMMDETECTSERVER_UID = 0
> COMMDETECTSERVER_GID = 0
> #
> COMMDETECTSERVER_IP   = 'localhost'
> COMMDETECTSERVER_PORT = 6667
>

The encoding server is not needed by the commdetect server.
You are right, the commdetect server just scan the video for black 
frames and create an EDL file which is used by mplayer to skip specific 
parts of the video. Check the mplayer documentation for more infos on 
EDL files.
I don't know if it works with xine too.

Anyway, as any other "server" helper scripts, you have to run the 
commdetect server before you launch the main freevo application, by 
issuing the following command:

freevo commdetectserver --daemon

the same applies to the encoding server, if you need it:

freevo encodingserver --daemon

You can get a list of the helper script available, running:

freevo --help

Cheers,
izio




------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to