-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Description
Hi again,
Not really a code-bug but a problem for a low-end htpc, the gstreamer-libs stuff make the system go high (CPU 60% usage in a static image splash) so may be a temporal, until the improve of their libraries, solution bypass for simple pictures, not video of course,its to stop the visual in aprox.271 line in control.py
if req['media_class']==u'visual': #+only visual! not videos, music...
request_pipe.start() #+ Paint-it
time.sleep(1) #+ wait...)
request_pipe.stop() #+ stop refresh)
else:
request_pipe.start() #original, only one code
By the way is the the 'testing branch available', because of the another annoying bug
#16
Thank-you!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels