You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have changed the channels.json file to return http: links when called via http:// and https:// links when called via https://somafm.com./channels.json
Rather than re-writing URLs to http for players that don't support https, I would suggest just fetching the http channels.json and maybe offer a configuration flag to enable or disable https.
The text was updated successfully, but these errors were encountered:
Giving the script the -S or --ssl option will cause it to re-download channels.json over HTTPS. From that point on, all stream operations will be done over HTTPS, so you don't need to keep passing the option. If you want to go back to HTTP, you can delete the cache data with -d and then just run the script normally.
As mentioned elsewhere, player support for this is spotty at best. In my personal testing on Linux, the only one that seems to work is mpv. Will test on Windows shortly. I'm going to leave this issue open for a bit to see if anyone has any feedback.
We have changed the channels.json file to return http: links when called via http:// and https:// links when called via https://somafm.com./channels.json
Rather than re-writing URLs to http for players that don't support https, I would suggest just fetching the http channels.json and maybe offer a configuration flag to enable or disable https.
The text was updated successfully, but these errors were encountered: