transistor icon indicating copy to clipboard operation
transistor copied to clipboard

SHOUTCAST Serer v1.9.8 Stream error

Open nepsalone opened this issue 6 years ago • 4 comments

unable to stream this link SHOUTCAST Serer v1.9.8 Stream http://streaming.hamropatro.com:8399/; SHOUTCAST Serer v2.5 working fine Unable to connect.Device dose not have internet connection Stream may be outdated

nepsalone avatar Dec 22 '19 06:12 nepsalone

Hi @nepsalone, sorry for the late answer. I was AFK.

I tried to add

  • http://streaming.hamropatro.com:8399/;
  • http://streaming.hamropatro.com:8399/
  • http://streaming.hamropatro.com:8399

... all three worked. Are you still experiencing this issue?

y20k avatar Jan 02 '20 14:01 y20k

still face same problem in Kitkat devices

nepsalone avatar Jan 05 '20 09:01 nepsalone

You are right. I get the same error message, when I try to add this link on Android 4.4. A quick peek in the error logs show the following message: java.net.ProtocolException: Unexpected status line: ICY 200 OK.

And googling the error brought me to this post: https://stackoverflow.com/a/22019479

It seems that the streams sends a non-standard header. A possible solution described in the post would involve me switching to a (well known) external library for some of the network operations the app is doing.

I am not sure, if I really want to do this.

Another solution could be: It is worth a try in my experience to contact the sysadmin for the streaming server and ask him/her to change the header.

y20k avatar Jan 07 '20 16:01 y20k

Shoutcast headers cannot be changed and v1.x does not support proxies that might be used as a frontend to response with the correct headers.

stollr avatar Mar 10 '20 07:03 stollr