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
I love PMRP and use it every day. I usually use the classical stations and have replaced several of the stations in the code because some of them are blocked by my workplace firewall. I can't figure out why ( https://orfeyfm.hostingradio.ru:8034/orfeyfm128.mp3 ) won't work in the program since it works in my Firefox browser. Do you have any ideas?
Thank you
-Supersquid49
The text was updated successfully, but these errors were encountered:
@supersquid49 Sorry for the very delayed response.
Please run following code snippet in your terminal and share the output here, mpg123 https://orfeyfm.hostingradio.ru:8034/orfeyfm128.mp3
High Performance MPEG 1.0/2.0/2.5 Audio Player for Layers 1, 2 and 3
version 1.23.8; written and copyright by Michael Hipp and others
free software (LGPL) without any warranty but with best wishes
[src/libmpg123/readers.c:1182] error: Cannot open file https://orfeyfm.hostingradio.ru:8034/orfeyfm128.mp3: No such file or directory
main: [src/mpg123.c:732] error: Cannot open https://orfeyfm.hostingradio.ru:8034/orfeyfm128.mp3: File access error. (code 22)
@supersquid49 Just replace https in the URL with http and voila! Your station should work fine with pmrp.
i.e. https://orfeyfm.hostingradio.ru:8034/orfeyfm128.mp3
should be changed to, http://orfeyfm.hostingradio.ru:8034/orfeyfm128.mp3
mpg123 as yet doesn't support TLS/HTTPS protocol. The reason original URL doesn't work with pmrp.
I love PMRP and use it every day. I usually use the classical stations and have replaced several of the stations in the code because some of them are blocked by my workplace firewall. I can't figure out why ( https://orfeyfm.hostingradio.ru:8034/orfeyfm128.mp3 ) won't work in the program since it works in my Firefox browser. Do you have any ideas?
Thank you
-Supersquid49
The text was updated successfully, but these errors were encountered: