-
Notifications
You must be signed in to change notification settings - Fork 155
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
Streams URL that don't work #144
Comments
From Shoutcast I get a link for http://yp.shoutcast.com/sbin/tunein-station.m3u?id=1683077
If i open the link with Firefox for example, I get
There a trouble for the port with karadio |
Merged
See PR #146 to fix the problem. |
Merci |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I wish to listen the stream from a web station with url as "http://5.135.154.69:12500/;"
If I am using curl as instantPlay() function in script.js with POST method, that's works :
curl -d 'url=5.135.154.69' -d 'port=12500' -d 'path=/;' http://192.168.58.77/instant_play
But if I use GET method like the instant command in https://github.com/karawin/Ka-Radio32/wiki, it fails :
The last form uses URL encoding but ka-radio does not seem supporting url encoding.
The text was updated successfully, but these errors were encountered: