This is what I use to set it to a low priority...
ah.. forgot to mention: i use ivtv.. (so i dont use vcr_cmd)
but i solved this by myself by adding the following to recordserver.py just before the whil 1 loop:
import os os.nice(19)
maybe a little dirty but works. i think it would not be too hard (and cleaner) to add code for a priority to the "freevo" file (the main startfile) for each childprocess forked...
Flo
[...]
Florian Demmer wrote:
hi...
i have mplayer set to -20, but when watching mpeg2 videos a fre frames get dropped every minute (and a python process gets cpu time as i can see with "top")... i guess thats the recordserver since it is looping and witing for 60 seconds.
is there a way to set the level of the recordserver to something higher than 0?
thx Flo
------------------------------------------------------- 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-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
------------------------------------------------------- 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-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
------------------------------------------------------- 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-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
