PDA

View Full Version : wrong link of play button in station list


daejin4u
21st June 2011, 06:51
my station's play button link is
http://xxx.xxx.xxx.xxx:8000/stream/1

but this is not work winamp.

maybe right link is
http://xxx.xxx.xxx.xxx:8000/stream/1/ <=== last /

you can test it with my screenshot.(http://img.rush79.com/self/screenshot2.jpg)
please test with winamp, not flash player.

i guess, this problem occured by using sc_serv2 + shoutcast DSP source v1.

What can i do for fix this problem ?

always thanks for your time.^^

DrO
21st June 2011, 09:02
as you're using development versions of the DNAS, things are in the process of being changed so the / is needed on the end to access the stream. this is to allow for accessing the admin pages like is done with a v1 DNAS in the browser but still allow for the paths to work in clients.

so any previous site urls you've used will need to be changed to have the / on the end when streampath is not specified (which is what produces the /stream/<sid>/ format.

it is also possible that there is a bug in the DNAS or the YP which is leading to the wrong path being served up when looking at the pls from the YP which i'll check - though from a quick look the DNAS is providing the correct link for the stream and it's the YP that isn't so it's probably stripping off the / when it shouldn't be.

btw, issues when using a test build of the DNAS should be pm'd to me.

[edit]
also as something else i've noticed, is the source you're using on stream #1 running in v1 mode? am asking as a lot of the song titles aren't appearing correctly compared to stream #2 (and because there is no 'next song' listed against stream #1).

e.g.
stream #1 (looks wrong to me)
Bangles - EternalFlame
tÙÐ - ø|\DXx˜”
°` - @ø|x
dibujos animados - Marco De Los Apeninos A Los Andes

stream #2 (looks ok to me)
이후_세상에서가장슬픈사랑
Richard Wagner - Parsifal-41-Atto 3-15-Hoechsten Heiles Wunder!
Sigmund-Danny Boy
쿨 - 당신에게 일어날 수 있는 일

-daz

daejin4u
22nd June 2011, 00:48
Thanks DrO.

i will using pm if issue is development version.^^