Re: [SlimDevices: Plugins] Squeezebox-web - a web based player

2020-11-20 Thread Roland0
SeanBurlington wrote: > I'm developing the app in ReactJS - which provides a proxy for > development - and the next step was to test it as an installable PWA - > which requires https and a valid cert so I used apache as a proxy for > that too. > Docker isn't intended as a distribution mechanism

Re: [SlimDevices: Plugins] Squeezebox-web - a web based player

2020-11-20 Thread bpa
SeanBurlington wrote: > Sounds interesting that you got this far. > > I think it may need a proxy service rather than be a plugin - I mean > maybe websockets could be added to LMS - but I don't want to learn that > much Perl. > > I was playing around with websockets and have a small server

Re: [SlimDevices: Plugins] Squeezebox-web - a web based player

2020-11-20 Thread SeanBurlington
bpa wrote: > A couple of years ago, I worked up a prototype of a Slimproto in JS and > using HTML5 AudioWorkers (??) . > Main problem is that for client to work with LMS it needs a full duplex > TCP connection - I tried with WebSockets but LMS AnyEvent is too old. > There are also problems with

Re: [SlimDevices: Plugins] Squeezebox-web - a web based player

2020-11-20 Thread bpa
SeanBurlington wrote: > Yep - and I'm curious if this might be possible but for now the mp3 > approach does what I want A couple of years ago, I worked up a prototype of a Slimproto in JS and using HTML AudioWorkers (??) . Main problem is that for client to work with LMS it needs a full duplex

Re: [SlimDevices: Plugins] Squeezebox-web - a web based player

2020-11-20 Thread SeanBurlington
Roland0 wrote: > Since the app only consists of static pages, it can be packaged as a > plugin and delivered to the browser using LMS' built-in web server > (which is what Material and extGUI4LMS do), eliminating the need for > docker just for a web server I'm developing the app in ReactJS -

Re: [SlimDevices: Plugins] Squeezebox-web - a web based player

2020-11-19 Thread Roland0
SeanBurlington wrote: > > I'm not sure whether this app would be better done as a skin, if it > could be incorporated into Material skin, > Since the app only consists of static pages, it can be packaged as a plugin and delivered to the browser using LMS' built-in web server (which is what

[SlimDevices: Plugins] Squeezebox-web - a web based player

2020-11-19 Thread SeanBurlington
Hey all, some of you might be interested that I am working on a web based player https://gitlab.com/tangiblebytes/squeezebox/squeezebox-web This is very much a work in progress and has limited functionality. But you can browse albums and play albums via a web page - which is useful to me. If