Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replacing classical stations in the list-Radio Orfei won't work for some reason #6

Open
supersquid49 opened this issue Oct 19, 2020 · 3 comments

Comments

@supersquid49
Copy link

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

@hakerdefo
Copy link
Owner

@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

Cheers!!!

@supersquid49
Copy link
Author

Output:

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)

@hakerdefo
Copy link
Owner

@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.

Cheers!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants