after playing around and optimizing for a while with self compiled mplayer and x i found no other way to smoothly play full resolution pal mpeg2 recordings without hw acceleration on my via epia m10k, than to renice the recordserver process...

it uses a config var called TV_RECORD_SERVER_NICE and is only 2 (4) lines long, but works great for me... maybe someone else needs to save some cpu cycles for watching...

Flo
*** recordserver.py.orig        Sun Mar 28 14:52:19 2004
--- recordserver.py     Sun Mar 28 14:52:05 2004
*************** if __name__ == '__main__':
*** 992 ****
--- 993,996 ----
+     # fdemmer priority hack
+     import os
+     os.nice(config.TV_RECORD_SERVER_NICE)
+     # end of hack

Reply via email to