Euro Truck Simulator 2

Euro Truck Simulator 2

View Stats:
melão.dota Dec 27, 2017 @ 4:46pm
Please help me connecting to a radio stream!
So, I have a problem while trying to set a online radio. The radio I trying to set is "Kiss FM", a local rock n roll radio. So, their stream site is <http://player.kissfm.com.br/>. I downloaded the page .html and it shows that:
</div> <div class="volume-wrap"> <p>Volume:</p> <input id="vol-control" class="volume" type="range" min="0" max="100" step="1" oninput="SetVolume(this.value)" onchange="SetVolume(this.value)"></input> </div> <div id="player-radio" style="display: none;"> <audio preload="true" id="player-audio" autoplay="autoplay" controls="controls"> <source src="http://stm50.sateg.com.br:26840/;" type="audio/ogg" id="radio-ogg"> <source src="http://stm50.sateg.com.br:26840/;" type="audio/mp3" id="radio-mp3"> </audio> </div>

So I instant figured out that <http://stm50.sateg.com.br:26840/;> is the radio stream url (if you open the link you can even hear the radio). So I tried to add the radio in <live_streams.sii>. It became that:
stream_data[237]: "http://stm50.sateg.com.br:26840/|Radio Kiss 102.1|Rock|PT|128|0"

But when I try to listen to the radio in-game, it doesn't connect. Others radios are fine.
Am I doing something wrong? Please help me!
Thanks for reading!
< >
Showing 1-13 of 13 comments
Silverbiker Dec 28, 2017 @ 6:28am 
"http://tx.whatson.com/icecast.php?i=kiss100.mp3|Kiss 100 FM - GB|Top 40/Dance|English|0|MP3 128K"
"http://tx.whatson.com/icecast.php?i=kiss101.mp3|Kiss 101 FM - GB|Dance/Hip Hop/R&B|English|0|MP3 128K"
"http://tx.whatson.com/icecast.php?i=kiss105.mp3|Kiss 105-108 FM - GB|Dance/Top 40|English|0|MP3 128K"

Try copying and pasting these into your live stream file (the whole line). Not forgetting to assign new data numbers to them.
Hope its what your looking for
Last edited by Silverbiker; Dec 28, 2017 @ 6:28am
melão.dota Dec 28, 2017 @ 7:47am 
Originally posted by Silverbiker:
"http://tx.whatson.com/icecast.php?i=kiss100.mp3|Kiss 100 FM - GB|Top 40/Dance|English|0|MP3 128K"
"http://tx.whatson.com/icecast.php?i=kiss101.mp3|Kiss 101 FM - GB|Dance/Hip Hop/R&B|English|0|MP3 128K"
"http://tx.whatson.com/icecast.php?i=kiss105.mp3|Kiss 105-108 FM - GB|Dance/Top 40|English|0|MP3 128K"

Try copying and pasting these into your live stream file (the whole line). Not forgetting to assign new data numbers to them.
Hope its what your looking for
Thanks for the answer but its not. The "Kiss FM" I want to connect is a local rock n roll radio, and if you read the whole topic you will notice that the problem is with my ETS2 or something like that.
Thanks for the answer.
Silverbiker Dec 29, 2017 @ 12:22am 
Hi, just tried clicking on the link in second window and got a steam window saying:

Link Blocked!
This link has been flagged as potentially malicious.
http://%22http://stm50.sateg.com.br:26840/|Radio has been flagged as being potentially malicious. For your safety, Steam will not open this URL in your web browser. The site could contain malicious content or be known for stealing user credentials.

Could be that is your problem? IDK for sure as I am not a tekkie but if your are running game thru steam may be it monitoring it.
Also tried other links and got same result
Last edited by Silverbiker; Dec 29, 2017 @ 12:23am
melão.dota Dec 29, 2017 @ 4:35am 
Originally posted by Silverbiker:
Hi, just tried clicking on the link in second window and got a steam window saying:

Link Blocked!
This link has been flagged as potentially malicious.
http://%22http://stm50.sateg.com.br:26840/|Radio has been flagged as being potentially malicious. For your safety, Steam will not open this URL in your web browser. The site could contain malicious content or be known for stealing user credentials.

Could be that is your problem? IDK for sure as I am not a tekkie but if your are running game thru steam may be it monitoring it.
Also tried other links and got same result

Steam flag every link that is not like <www.youtube.com> or any popular websites as spam. If you open the link (I promise that is not spam) you will hear the radio.
So, I don't think Steam is monitoring it in-game. Must be a game problem or something? Or maybe is my stream data line, stream url. I can't really find the error.
Is there any conditions to the game make connection to the stream url?

Thanks for the answer.
Last edited by melão.dota; Dec 29, 2017 @ 4:36am
Ryu Dec 29, 2017 @ 8:20am 
The game won't play a stream unless it's in mp3 format.
melão.dota Dec 29, 2017 @ 9:51am 
Originally posted by ~{DCMT}~ Ryu:
The game won't play a stream unless it's in mp3 format.
But it is in .mp3 format. See:
<source src="http://stm50.sateg.com.br:26840/;" type="audio/mp3"
Also, just a few radio already in the game works.

Thanks for the answer.
Last edited by melão.dota; Dec 29, 2017 @ 9:53am
R1ckyDaMan19 Dec 29, 2017 @ 9:57am 
Just play it in your browser, thats what I do for bbc radio 2 when cruising.
melão.dota Dec 29, 2017 @ 10:05am 
Originally posted by R1ckyDaMan19:
Just play it in your browser, thats what I do for bbc radio 2 when cruising.
Yeah I actually use it, but it would be better to use in-game. Also I'm kinda curious to see why its not working...

Thanks for the answer.
Ryu Dec 29, 2017 @ 1:14pm 
There is not a "type" argument used in the in-game streams list. That might be why you're having trouble. Notice in your source from the web page that the two streams, for .ogg and .mp3 are both pointing at the same URL? That means the URL isn't the source of the stream and that the next argument on the web code is telling it which format to use.
melão.dota Dec 29, 2017 @ 1:19pm 
Originally posted by ~{DCMT}~ Ryu:
There is not a "type" argument used in the in-game streams list. That might be why you're having trouble. Notice in your source from the web page that the two streams, for .ogg and .mp3 are both pointing at the same URL? That means the URL isn't the source of the stream and that the next argument on the web code is telling it which format to use.
Okay I see. Is there any way to put a command in the line so I can especify that this is a .mp3 stream?
I'll see if I can see any link that is just .mp3 for my local radio. Thank you very much.
vamo Jan 21, 2019 @ 4:51am 
Hey man, I have the same problem with the very same radio. And with another Brazilian radio as well. Did you find a way to solve this? Did you find the right link? I looked over the source code and got even the host site but I still can't make this streaming to work.

Any luck after a year?
[AJUDA NOIS]
Last edited by vamo; Jan 21, 2019 @ 4:51am
vamo Jan 21, 2019 @ 4:54am 
If you did it with any other Brazilian radio station I'd be happy too!

(Tô escrevendo em inglês por educação com os ♥♥♥♥♥♥ rs)
melão.dota Jan 21, 2019 @ 6:55am 
So, I was never able to solve my problem. I never tried any Brazilian radio other than KISS.FM (I enjoy Rock music). But I'm sure if you ask any ETS/ATS Brazilian group, someone can give you a working radio. I no longer play ATS/ETS, so I don't know if anything changed. :O
< >
Showing 1-13 of 13 comments
Per page: 1530 50

Date Posted: Dec 27, 2017 @ 4:46pm
Posts: 13