philippe_44 wrote: > But you can get LMS running with transcoding even on an old PiZero 1st > gen with arm1176. Transcoding does not use that much CPU and compilers > are really efficient (remember that all transcoders are native compiled > application)
I know, but as said if you stress the CPU with some other process running on the same machine it will get tricky. btw, I did in fact spend the time to convert those python scripts that prompted me to change LMS to notranscoding into an ELF binary which reduced its runtime from 40+ seconds to below 1 (using two http calls at minimum). That is the difference between running code that is interpreted versus code that is compiled. I'll bet you that if I were to rewrite LMS and turn it into a binary I can make it show its web GUI within a second after startup as well (currently takes 10-15 seconds for the Apache frontend to stop returning a HTTP-500). ------------------------------------------------------------------------ gordonb3's Profile: http://forums.slimdevices.com/member.php?userid=71050 View this thread: http://forums.slimdevices.com/showthread.php?t=117085 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
