I've been trying to get my LMS (7.9) to play streamed mp3 files that are hosted on a local server using a Lets Encrypt SSL certificate. This is is being pushed from my home automation platform, Home Assistant. These files play just fine in my browser and other media players but LMS just won't do it.
My LMS is on http://192.168.1.100:9000, my files are on https://192.168.1.111:8123/local/file.mp3 they can also be reached at https://example.duckdns.org/local/file.mp3. LMS acts like it's connecting but it won't play anything.
If I remove the certificate they play fine. The same method works fine for streaming to my Chromecasts using the same method, SSL or not. Anyone know why this won't work with LMS?
Also, I tried to debug this by running the from the command line on my Mac with --d_source --d_remotestream but I get no output. Are these debug commands depreciated?
My LMS is on http://192.168.1.100:9000, my files are on https://192.168.1.111:8123/local/file.mp3 they can also be reached at https://example.duckdns.org/local/file.mp3. LMS acts like it's connecting but it won't play anything.
If I remove the certificate they play fine. The same method works fine for streaming to my Chromecasts using the same method, SSL or not. Anyone know why this won't work with LMS?
Also, I tried to debug this by running the from the command line on my Mac with --d_source --d_remotestream but I get no output. Are these debug commands depreciated?