hzeller / gmrender-resurrect

Resource efficient UPnP/DLNA renderer, optimal for Raspberry Pi, CuBox or a general MediaServer. Fork of GMediaRenderer to add some features to make it usable.
GNU General Public License v2.0
832 stars 202 forks source link

mpg123 output module #180

Closed mchalain closed 5 years ago

mchalain commented 5 years ago

Hello, I use GMediaRenderer for my connected speaker. For that I use a Raspberry PI and a sound card. The system is built with Buildroot and I try to generate the smallest image as possible, and use less memory as possible to do other things at the same time. I wrote this patch a long time ago and I distributed into a fork of your application. But now I think it is better to send it to you. For that gstreamer and glib is to much in my mind then I wrote an output module that uses mpg123 and Alsa. This is the reason of this pull request. A future pull request will be to push glib dependence into a choice during the configuration of the build. I hope that you will accept the both push requests. Best regard, Marc.

mchalain commented 5 years ago

I found an error, sorry. I push a new pull request