Announcement
Collapse
No announcement yet.
Announce: CastBridge = integrate Chromecast players with LMS (squeeze2cast)
Collapse
X
-
PPC version update
My first attempt was with the static library, but that did not work. So I tried with various permutation and combinations of configurations to see if something gives, but I couldn't understand the failure, till I peaked at the source code. Unfortunately, last time I worked in C was some 10 years ago, so wasn't sure what to make of the error other then connection issue.
I am trying to understand where does the SSL connection originate from? From what I can see from the log files:
The first connection is from the castbridge to the LMS server (192.168.10.5:3483), I assume that is to publish the presence of a player
The second connection seems to be originating from the CastSocketThread, where the ping seems to fail with SSL error code 5. I do not understand what does error code 5 indicate? But looking at the code, it seems to be an socket connection, and I don't see anywhere SSL connection being specified.
Another connection I see is of streaming URL, i.e from :9002/stream.mp3 and a callback URL http://192.168.10.5:49152/LMS2CAST/c...d-01-idx-1.mp3
Both of these seem to be to the LMS and they seem to be on HTTP.
What am I missing?Last edited by philippe_44; 2016-07-10, 15:04.LMS 8.2 on Odroid-C4 - SqueezeAMP!, 5xRadio, 5xBoom, 2xDuet, 1xTouch, 1xSB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000, ShairPortW, 2xChromecast Audio, Chromecast v1 and v2, Squeezelite on Pi, Yamaha WX-010, AppleTV 4, Airport Express, GGMM E5, RivaArena 1 & 3Comment
-
Have you checked in the general list of third party plugins (as opposed to the list devoted to Philippe's)?LMS 8.1 on PC, Xubuntu 20.04, FLACs 16->24 bit, 44.1->192kbps. 2 Touches & EDO.
LMS plugin UPnP/DLNA Bridge to MF M1 CLiC (A308CR amp & ESLs) & Marantz CR603 UPnP renderers.
Also Minimserver & Upplay to same & to upmpdcli/mpd PC renderers.
Squeezelite to Meridian USB Explorer DAC to PC speakers/headphones.
Wireless Xubuntu 20.04 laptop firefox/upplay or Android mobile with Squeeze-Ctrl/BubbleUPnP controls LMS/Minimserver.Comment
-
My VortexBox is:
SW Version: 2.3
Linux OS Version: Fedora release 20 (Heisenbug)Comment
-
Which version of LMS are you on? You need to be on at least 7.7
Edit: I've looked at the repo xml files (you can just open the repo xml file, look at versions, see the zip file and download it if you want) and they all say a minimum of LMS 7.7, so it's something else. Maybe something to do with Vortexbox and/or fedora? I really don't know - sorry.Last edited by PasTim; 2016-07-16, 13:39.LMS 8.1 on PC, Xubuntu 20.04, FLACs 16->24 bit, 44.1->192kbps. 2 Touches & EDO.
LMS plugin UPnP/DLNA Bridge to MF M1 CLiC (A308CR amp & ESLs) & Marantz CR603 UPnP renderers.
Also Minimserver & Upplay to same & to upmpdcli/mpd PC renderers.
Squeezelite to Meridian USB Explorer DAC to PC speakers/headphones.
Wireless Xubuntu 20.04 laptop firefox/upplay or Android mobile with Squeeze-Ctrl/BubbleUPnP controls LMS/Minimserver.Comment
-
-
Thanks for your help Ronnie, much appreciated
I'm on LMS 7.9. The full reading is as follows
Logitech Media Server Version: 7.9.0 - 0.75.20150411git1428327734 @ Sat 11 Apr 09:48:39 BST 2015
Also, thanks for your screenshot. The plugin is definitely not installed despite me using the repos provided.
I'll look into and report back - calls for a bit of trial and error :-)Comment
-
Thanks for your help Ronnie, much appreciated
I'm on LMS 7.9. The full reading is as follows
Logitech Media Server Version: 7.9.0 - 0.75.20150411git1428327734 @ Sat 11 Apr 09:48:39 BST 2015
Also, thanks for your screenshot. The plugin is definitely not installed despite me using the repos provided.
I'll look into and report back - calls for a bit of trial and error :-)
I'd update the LMS first trialComment
-
Thanks for your help Ronnie, much appreciated
I'm on LMS 7.9. The full reading is as follows
Logitech Media Server Version: 7.9.0 - 0.75.20150411git1428327734 @ Sat 11 Apr 09:48:39 BST 2015
Also, thanks for your screenshot. The plugin is definitely not installed despite me using the repos provided.
I'll look into and report back - calls for a bit of trial and error :-)
Have you restarted LMS? (sorry, obvious, but you never know)
Could you try viewing the repo xml file? Just put the repo URL into a browser on the same server if possible and see if you can view it (or download it).LMS 8.1 on PC, Xubuntu 20.04, FLACs 16->24 bit, 44.1->192kbps. 2 Touches & EDO.
LMS plugin UPnP/DLNA Bridge to MF M1 CLiC (A308CR amp & ESLs) & Marantz CR603 UPnP renderers.
Also Minimserver & Upplay to same & to upmpdcli/mpd PC renderers.
Squeezelite to Meridian USB Explorer DAC to PC speakers/headphones.
Wireless Xubuntu 20.04 laptop firefox/upplay or Android mobile with Squeeze-Ctrl/BubbleUPnP controls LMS/Minimserver.Comment
-
Are there any error messages at the top of the plugins page? If a repo fails there sometimes is one.
Have you restarted LMS? (sorry, obvious, but you never know)
Could you try viewing the repo xml file? Just put the repo URL into a browser on the same server if possible and see if you can view it (or download it).
Thanks for this. Yes, there was an error message appearing at the top of the plugin page. That got me thinking. I uninstalled all the plugins, rebooted, installed only the CastBridge and it worked!!
I've hit another hurdle though. Despite trying numerous times I cannot generate a config file. After a bit of reading I downloaded CastBridge-0.2.2.1 from Philippe's Sourceforge site, ran 'squeeze2cast-win.exe' and LMS automatically detected my ChromeCast; however, when I closed 'squeeze2cast-win.exe' LMS stopped playing the music? Can someone shed light on this? My firewall was disabled during testing
@philippe_44 - haven't had a chance yet to say, but thanks for making and releasing this excellent plugin - it's class!!
Comment
-
Thanks for this. Yes, there was an error message appearing at the top of the plugin page. That got me thinking. I uninstalled all the plugins, rebooted, installed only the CastBridge and it worked!!
I've hit another hurdle though. Despite trying numerous times I cannot generate a config file. After a bit of reading I downloaded CastBridge-0.2.2.1 from Philippe's Sourceforge site, ran 'squeeze2cast-win.exe' and LMS automatically detected my ChromeCast; however, when I closed 'squeeze2cast-win.exe' LMS stopped playing the music? Can someone shed light on this? My firewall was disabled during testing
@philippe_44 - haven't had a chance yet to say, but thanks for making and releasing this excellent plugin - it's class!!
LMS 8.1 on PC, Xubuntu 20.04, FLACs 16->24 bit, 44.1->192kbps. 2 Touches & EDO.
LMS plugin UPnP/DLNA Bridge to MF M1 CLiC (A308CR amp & ESLs) & Marantz CR603 UPnP renderers.
Also Minimserver & Upplay to same & to upmpdcli/mpd PC renderers.
Squeezelite to Meridian USB Explorer DAC to PC speakers/headphones.
Wireless Xubuntu 20.04 laptop firefox/upplay or Android mobile with Squeeze-Ctrl/BubbleUPnP controls LMS/Minimserver.Comment
-
however, when I closed 'squeeze2cast-win.exe' LMS stopped playing the music? Can someone shed light on this? My firewall was disabled during testing
@philippe_44 - haven't had a chance yet to say, but thanks for making and releasing this excellent plugin - it's class!!
------------------------------------------------------------------------------------Comment
-
Thanks for this. Yes, there was an error message appearing at the top of the plugin page. That got me thinking. I uninstalled all the plugins, rebooted, installed only the CastBridge and it worked!!
I've hit another hurdle though. Despite trying numerous times I cannot generate a config file. After a bit of reading I downloaded CastBridge-0.2.2.1 from Philippe's Sourceforge site, ran 'squeeze2cast-win.exe' and LMS automatically detected my ChromeCast; however, when I closed 'squeeze2cast-win.exe' LMS stopped playing the music? Can someone shed light on this? My firewall was disabled during testing
@philippe_44 - haven't had a chance yet to say, but thanks for making and releasing this excellent plugin - it's class!!
LMS 8.2 on Odroid-C4 - SqueezeAMP!, 5xRadio, 5xBoom, 2xDuet, 1xTouch, 1xSB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000, ShairPortW, 2xChromecast Audio, Chromecast v1 and v2, Squeezelite on Pi, Yamaha WX-010, AppleTV 4, Airport Express, GGMM E5, RivaArena 1 & 3Comment
Comment