Pascal Schirrmann wrote:
> Hi,
>
> One other very exciting new feature of freevo 1.7 is the encoding 
> server. As I use a Hauppauge PVR-350 card (connected on a cable 
> network), I obtain very good records, but somewhat too big.
>   
Fixed in svn. I hope :)
> So I wanted to start the encoding server.
>
> First trouble :
> At the very moment I start the encodingserver ( freevo encodingserver 
> start) the encodingserver log tell me that :
> ----------------
> 2006/12/13 13:46 CET [-] Log opened.
> 2006/12/13 13:46 CET [-] Traceback (most recent call last):
> 2006/12/13 13:46 CET [-]   File 
> "/usr/lib/python2.4/site-packages/freevo/helpers/encodingserver.py", 
> line 248, in ?
> 2006/12/13 13:46 CET [-]     main()
> 2006/12/13 13:46 CET [-]   File 
> "/usr/lib/python2.4/site-packages/freevo/helpers/encodingserver.py", 
> line 234, in main
> 2006/12/13 13:46 CET [-]     es = EncodingServer()
> 2006/12/13 13:46 CET [-]   File 
> "/usr/lib/python2.4/site-packages/freevo/helpers/encodingserver.py", 
> line 99, in __init__
> 2006/12/13 13:46 CET [-]     self.queue = EncodingQueue(log, DEBUG)
> 2006/12/13 13:46 CET [-] TypeError: __init__() takes exactly 2 arguments 
> (3 given)
> 2006/12/13 13:46 CET [-] server problem, sleeping 1 min
> -----------------------------
>
> And the same every minute.
>
> I find this change in 
> /usr/lib/python2.4/site-packages/freevo/helpers/encodingserver.py to get 
> rid of this trouble :
> ----------- line 99 ------------
>         #PS self.queue = EncodingQueue(log, DEBUG)
>         self.queue = EncodingQueue(log)
> -----------------------
> At this time, the server sarted nicely.
>
> Then, I tried to reencode so video file. alas ! Mostly, at the time I 
> pressed on the E key, freevo crashed.
> Not every time, sometime (on the same video file !) it proposed y a 
> choice for encoding. After this choice, the system tell me 'Please wait, 
> analysing the file' and no more action possible (I had to restart freevo)
> I also tried a dvdbackup.
> A little better : I got every time the compression menu, but some kind 
> of message, without action.In this case, I could go out with 'ESC'.
>
> Many thanks for your help,
>
>   



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to