RanzQ / hyperion-audio-effects

Hyperion audio effects dev kit using Gstreamer
MIT License
47 stars 8 forks source link

Protobuf connection #15

Closed RanzQ closed 8 years ago

RanzQ commented 8 years ago

I noticed that with a large amount of leds the json connection takes quite a lot of CPU, guess it should be replaced with the protobuf connection for better performance.

RanzQ commented 8 years ago

Actually the XBMC plugin does this with python too: https://github.com/poljvd/script.service.hyperion/blob/master/resources/lib/hyperion/message_pb2.py

RanzQ commented 8 years ago

Now in master.