quiniouben / vban

VBAN protocol open-source implementation
GNU General Public License v3.0
450 stars 63 forks source link

A handy perl script to use URLs like vban://[host[:port]][/stream] #14

Closed markusbuschhoff closed 6 years ago

markusbuschhoff commented 6 years ago

I had the requirement to invent a URL scheme for requesting streams (logitech squeeze server as client). This handy little perl wrapper does a lightweight URL parsing and passes the parameters to vban_receptor. Pull, if you think others could find it useful.

quiniouben commented 6 years ago

As I am a Logitech Media Server happy user, I cannot refuse such an enhancement. I will do it as soon as I find time to do it.

markusbuschhoff commented 6 years ago

Great, I just uploaded my VBAN plugin for squeezebox. See https://github.com/markusbuschhoff/vban -- it requires your receptor and in the readme I assume that vban_url_receptor is part of your package. If you want to try it, please let me know if everything worked. Thanks!