Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-12-14 Thread Ron F.
I also updated LMS and checked out the unmerged PR for Philippe's fork of the RP plugin - and assuming I installed it correctly and avoided pilot error ... I am getting file restarts again. Shoot. I notice in Wireshark that I am back on the .117.2 RP server for the first time today, and I think

Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-12-14 Thread Michael Herger
BUT, I just saw the onStream option and I think I can have best of both worlds, so give me a bit of time :) I'll give you all the time you need! You're fixing something I would never have been able to fix. Thanks once again for your persistence! -- Michael ___

Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-12-14 Thread philippe_44
mherger wrote: > Updated both LMS and the plugin from your forks this morning. While I > hadn't seen/heard any re-buffering or other so far (two tracks only), I > quickly got messages like the following in my server.log: > > > Code: > > [19-12-15 07:45:52.8129] Plugin

Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-12-14 Thread mherger
Updated both LMS and the plugin from your forks this morning. While I hadn't seen/heard any re-buffering or other so far (two tracks only), I quickly got messages like the following in my server.log: Code: [19-12-15 07:45:52.8129] Plugins::RadioParadise::ProtocolHandler

Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-12-14 Thread philippe_44
To continue my previous answer, the TCP connection was not supposed to be closed but there was an issue with HTTP header so the connection was not persistent, hence you saw these session being open at every chunk and it did not work so well for Michael... The update on GitHub is a proper persiste

Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-12-14 Thread philippe_44
Ron F. wrote: > OK, I am watching the latest addition of ProtocolHandler in Wireshark. I > see the RP server send a data packet which Wireshark labels as "HTTP/1.1 > 206 Partial Content (audio/flac)" and I assume this to be the end of a > chunk? This is followed by the RP protocol handler sending

Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-12-14 Thread Ron F.
philippe_44 wrote: > And to elaborate a bit on what I'm doing, basically instead of > subclassing an HTTP object, I'm subclassing an IO::Handle and I handle > sysread myself. In sysread, I'm opening a persistent connection and I'm > doing 64kB range requests. I thought I had dealt with speed iss

Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-12-14 Thread philippe_44
Ron F. wrote: > This is interesting: my experience, using the version of > ProtocolHandler.pm from yesterday, which I think is using HTTP/1.1 (?) > is absolutely fantastic. I am going on 12 hours now without any issue > whatsoever ... in fact I don't know if RP FLAC Interactive has EVER > worked

Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-12-14 Thread Ron F.
philippe_44 wrote: > So, I've increased the chunks by 2 and I've also not offered the choice > for the server to close the connection, but to keep it alive instead. > I've also kept HTTP/1.0 as this is the LMS version that most people will > have anyway. I just don't like that very much because

Re: [SlimDevices: Plugins] Announce: CastBridge = integrate Chromecast players with LMS (squeeze2cast)

2019-12-14 Thread T-bird
That was an easy fix, working grate now :D Many thanks for the support and the bridge 1 x Touch 1 x Radio Logitech Media Server Version: 7.9.2 - 0026.1567524015 @ Wed Sep 4 12:28:40 CEST 2019 Castbridge with 2 x Harman Kardon Citation One, setup as a stereo pair Squeeze Ctrl Squeeze Player Ph

Re: [SlimDevices: Plugins] Announce: Material Skin

2019-12-14 Thread Rnee
Hi cpd73 I keep getting this scrambled things since the first time I installed this plugin - a few releases ago - on the latest FF. This is what I get: 28776 On Android it's OK, I did already cleared the cache multiple times. Any idea what could be wrong? TIA +--

Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-12-14 Thread philippe_44
mherger wrote: > > Info will tell you if the connection breaks all the time > > It's stuttering like... interrupting every single second. And no message > > in the log file at all. > > -- > > Michael So, I've increased the chunks by 2 and I've also not offered the choice for the server to

Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-12-14 Thread Michael Herger
Info will tell you if the connection breaks all the time It's stuttering like... interrupting every single second. And no message in the log file at all. -- Michael ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com

Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-12-14 Thread philippe_44
mherger wrote: > > I got a response from Bill confirming that the server was down ... > seems > > really bad luck indeed. Still, it might be better to deal with dead > > servers if you decide to keep my proposed modification. The problem > I'm > > having now is that the AnyEvent::DNS seems to al

Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-12-14 Thread Michael Herger
And to elaborate a bit on what I'm doing, basically instead of subclassing an HTTP object, I'm subclassing an IO::Handle and I handle sysread myself. In sysread, I'm opening a persistent connection and I'm doing 64kB range requests. I thought I had dealt with speed issues because I'm not waiting f

Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-12-14 Thread philippe_44
mherger wrote: > > I really don't know - we might have been super unlucky :) (Murphy is > > always willing to help). I'm struggling a bit know to find a solution > > for the IP rotation, so I've submitted a PR to Michael with what I > have > > at this point to see if he thinks I'm going to an ac

Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-12-14 Thread Michael Herger
I got a response from Bill confirming that the server was down ... seems really bad luck indeed. Still, it might be better to deal with dead servers if you decide to keep my proposed modification. The problem I'm having now is that the AnyEvent::DNS seems to always return only one address (I'm usi

Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-12-14 Thread philippe_44
mherger wrote: > > I really don't know - we might have been super unlucky :) (Murphy is > > always willing to help). I'm struggling a bit know to find a solution > > for the IP rotation, so I've submitted a PR to Michael with what I > have > > at this point to see if he thinks I'm going to an ac

Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-12-14 Thread philippe_44
mherger wrote: > > Starting to play now. Do you think the current server issue is a > > re-occurring problem? Might not be worth doing anything unless you > are > > sure this is common with RP. > > I was wondering about this, too. I had never seen those kinds of 404s > related to RP stutteri

Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-12-14 Thread Michael Herger
Is the plugin in git? Just curious to see the changes. https://github.com/michaelherger/RadioParadise/pull/3 -- Michael ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins

Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-12-14 Thread Michael Herger
I really don't know - we might have been super unlucky :) (Murphy is always willing to help). I'm struggling a bit know to find a solution for the IP rotation, so I've submitted a PR to Michael with what I have at this point to see if he thinks I'm going to an acceptable direction I haven't full

Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-12-14 Thread philippe_44
paul- wrote: > Is the plugin in git? Just curious to see the changes. Yes, I'm made a PR LMS 7.7, 7.8 and 7.9 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBoxOne, XBMC, Foobar2000, ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and

Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-12-14 Thread Michael Herger
Starting to play now. Do you think the current server issue is a re-occurring problem? Might not be worth doing anything unless you are sure this is common with RP. I was wondering about this, too. I had never seen those kinds of 404s related to RP stuttering. And I've watched many server.log

Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-12-14 Thread paul-
Is the plugin in git? Just curious to see the changes. piCorePlayer a small player for the Raspberry Pi in RAM. Homepage: https://www.picoreplayer.org Please 'donate' (https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=U7JHY5WYHCNRU&lc=GB¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_do

Re: [SlimDevices: Plugins] Announce: Material Skin

2019-12-14 Thread MrC
cpd73 wrote: > A user has just filed an issue on Material's github page (#198) stating > "When i click on search option on spotty, i do have click agin in the > input." > > As I don't have Spotty, I can't confirm this. However, all search fields > in Material should behave the same - and the se

Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-12-14 Thread philippe_44
paul- wrote: > Starting to play now. Do you think the current server issue is a > re-occurring problem? Might not be worth doing anything unless you are > sure this is common with RP. I really don't know - we might have been super unlucky :) (Murphy is always willing to help). I'm struggling

Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-12-14 Thread paul-
Starting to play now. Do you think the current server issue is a re-occurring problem? Might not be worth doing anything unless you are sure this is common with RP. piCorePlayer a small player for the Raspberry Pi in RAM. Homepage: https://www.picoreplayer.org Please 'donate' (https://www.

Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-12-14 Thread philippe_44
Here is a more elaborated ProtocolHandler - still missing the server IP rotation +---+ |Filename: ProtocolHandler.pm | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=28774

Re: [SlimDevices: Plugins] Announce: Material Skin

2019-12-14 Thread cpd73
A user has just filed an issue on Material's github page (#198) stating "When i click on search option on spotty, i do have click agin in the input." As I don't have Spotty, I can't confirm this. However, all search fields in Material should behave the same - and the search/entry fields in YouTu

Re: [SlimDevices: Plugins] Announce: Material Skin

2019-12-14 Thread Ron F.
cpd73 wrote: > Bug-fix release, main changes: > > > > - Allow add-all/play-all from 'trackinfo', as Spotty's 'Top Titles' > accessed via 'More' needs this - Fix 'Remove album' missing from queue menu in mobile browsers. - Clear queue selection if change player. - Fix unselectio

Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-12-14 Thread slartibartfast
Ron F. wrote: > I use Wireshark to see what RP server I am downloading from. To filter > on RP traffic only, I have been using the filter: > ip.addr==23.29.117.8 || ip.addr==23.29.117.2 || ip.addr==23.227.171.50 > > Using Philippe's new RP protocol handler, I have "streamed" 50 songs now > from

Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-12-14 Thread Ron F.
slartibartfast wrote: > No I can't see any of the server URLs in the log even on debug. > > Sent from my SM-G900F using Tapatalk I use Wireshark to see what RP server I am downloading from. To filter on RP traffic only, I have been using the filter: ip.addr==23.29.117.8 || ip.addr==23.29.117.

Re: [SlimDevices: Plugins] Announce: CastBridge = integrate Chromecast players with LMS (squeeze2cast)

2019-12-14 Thread philippe_44
T-bird wrote: > Thanks for responses, here's the log > > > Code: > > > Starting Squeeze2cast: /volume1/@appstore/SqueezeCenter/Cache/InstalledPlugins/Plugins/CastBridge/Bin/squeeze2cast-x86-64 -Z -I -f /volume1/@appstore/SqueezeCenter/Logs/castbridge.log -x /volum

Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-12-14 Thread slartibartfast
philippe_44 wrote: > I can’t remember if this logged, I assume other users have rather used > wireshark to trace their connection. But having the jump back issue is > not surprising with any of the working servers, this is the problem I > was initially trying to solve before the faulty server der

Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-12-14 Thread philippe_44
slartibartfast wrote: > I just managed 50 minutes before jumping back a few tracks using the > standard plugin but I have no idea which server I was connected to. > Would I see that in the server log with the plugin set to info? > > Sent from my SM-G900F using Tapatalk I can’t remember if this

Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-12-14 Thread slartibartfast
philippe_44 wrote: > I mentioned yesterday on the RP forum that the .2 was down so maybe Bill > has already removed itI just managed 50 minutes before jumping back a few > tracks using the standard plugin but I have no idea which server I was connected to. Would I see that in the server log wi

Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-12-14 Thread philippe_44
I told yesterday in the RP forum that the .2 was down so many Bill already removed it LMS 7.7, 7.8 and 7.9 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBoxOne, XBMC, Foobar2000, ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2, ,

Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-12-14 Thread Ron F.
I seem to be switching between the .8 and .50 RP servers quite frequently, often in the middle of a song! So far this morning in the past 10 million packets, I have never been sent to the .2 server. It is working perfectly and the log remains clean. Life is good! *Living Room:* SB Touch + DIY

Re: [SlimDevices: Plugins] Announce: CastBridge = integrate Chromecast players with LMS (squeeze2cast)

2019-12-14 Thread T-bird
Thanks for responses, here's the log Code: Starting Squeeze2cast: /volume1/@appstore/SqueezeCenter/Cache/InstalledPlugins/Plugins/CastBridge/Bin/squeeze2cast-x86-64 -Z -I -f /volume1/@appstore/SqueezeCenter/Logs/castbridge.log -x /volume1/@appstore/SqueezeCenter/p

Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-12-14 Thread Ron F.
philippe_44 wrote: > So I'm running more tests and I've seen as well some 404. It seems that > it always happens on the audio-3 server and when it happens it will not > stop until another server is tried so there seems to be something really > wrong in RP servers. But I'll try to rotate server u

Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-12-14 Thread paul-
I did not check last night, but right now, here is what dns is resolving for me this morning. Name: audio-pool.radioparadise.com Address: 23.227.171.50 Name: audio-pool.radioparadise.com Address: 23.29.117.8 I've not seen the problematic server this morning.. and so far no pauses. pi

Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2019-12-14 Thread philchillbill
castalla wrote: > I reduced the favourites to 2 entries. The joggler can handle the > stream requests. Good to hear. So now you know what to ask Santa for... philchillbill's Profile: http://forums.slimdevices.com/membe

Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-12-14 Thread d6jg
slartibartfast wrote: > It might be worth reporting the faulty server to Bill at the Radio > Paradise forum. > > Sent from my SM-G900F using Tapatalk philippe_44 wrote: > And to try to conclude on that topic, I think that the RP servers > suffers from two issues > > 1- when sending an intera

Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2019-12-14 Thread castalla
castalla wrote: > Understood. I'll try with a flat list! > > My internet is pretty basic - max 6gb via wifi from nearest mountain > slope ... I reduced the favourites to 2 entries. The joggler can handle the stream requests. LMS server: Pi Zero Amp: Denon PMA-50 Players/Speakers: Touc

Re: [SlimDevices: Plugins] Announce: Material Skin

2019-12-14 Thread cpd73
Bug-fix release, main changes: - Allow add-all/play-all from 'trackinfo', as Spotty's 'Top Titles' accessed via 'More' needs this - Fix 'Remove album' missing from queue menu in mobile browsers. - Clear queue selection if change player. - Fix unselection of queue items. - Unescape titl

Re: [SlimDevices: Plugins] Announce: CastBridge = integrate Chromecast players with LMS (squeeze2cast)

2019-12-14 Thread philippe_44
T-bird wrote: > Only thing that is changed is I tried change from none to mp3, flac, pcm > and same result for everything > This seems to be correct. So in that case send me a log file. Erase it first, set transcode to mp3 then try to play something. Please do not set "additional debugging"

Re: [SlimDevices: Plugins] Announce: CastBridge = integrate Chromecast players with LMS (squeeze2cast)

2019-12-14 Thread T-bird
Only thing that is changed is I tried change from none to mp3, flac, pcm and same result for everything Here is the setting for then it's for mp3 Code: info warn warn warn info 0 0 1 55 ? 0 mp3 1 4194304 1 1 -1 524288 aac,ogg,flc

Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-12-14 Thread slartibartfast
philippe_44 wrote: > And to try to conclude on that topic, I think that the RP servers > suffers from two issues > > 1- when sending an interactive stream (which is a big flac file made of > 2-5 tracks together), from time to time it drops the connection > 2- one of the server in the audio-pool

Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-12-14 Thread philippe_44
And to try to conclude on that topic, I think that the RP servers suffers from two issues 1- when sending an interactive stream (which is a big flac file made of 2-5 tracks together), from time to time it drops the connection 2- one of the server in the audio-pool is faulty So, I think my solut