Hi,
I have some problems with the fxd files that the recordserver creates. It
is always .mpeg and not .nuv or .avi like I would.
I was looking in the code and I saw this (recordserver.py) :
-------------------------------------------------------------
def create_fxd(self,rec_prog):
from util.fxdimdb import FxdImdb, makeVideo
fxd = FxdImdb()
fxd.setFxdFile(config.TV_RECORD_DIR + '/' + rec_prog.filename, overwrite
= True)
fileext = '.mpeg'
if hasattr(config, "DEFAULT_REC_EXT") and config.DEFAULT_REC_EXT:
fileext = config.DEFAULT_REC_EXT
-------------------------------------------------------------
It uses the config.DEFAULT_REC_EXT, nice but I don't see DEFAULT_REC_EXT
in freevo_config.py or the local.conf.example. Maybe soem can add this variable
in one of this files ?
Bart
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel