In my optinion 0.22 works best. And use the latest dongle.
I've had stuttering with every MythTV version when using the MythTV protocol.
Using NFS instead fixed this.

I've put the following line in dongle.bin.mvpmc.config to trigger an automatic
reboot every 3rd night to avoid mvpmc getting slow and unstable:

(while true; do ([ `uptime | grep -c "3 day"` -gt 0 ] && [ `date +%k` -eq 4 ] &&
reboot) || (sleep 1800); done)&




------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Mvpmc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mvpmc-users
mvpmc wiki: http://mvpmc.wikispaces.com/

Reply via email to