Euro Truck Simulator 2

Euro Truck Simulator 2

View Stats:
Help setting up radio
I've been trying to set up a live stream radio but i can't get it to work. I've followed a bunch of youtube tutorials but i'm not having any luck. If anyone could explain how to do it or give me the line of code to get it working i'd be very greatful. The station i am trying to stream is Seoul FM.

Links:
http://www.seoul.fm/
http://yp.shoutcast.com/sbin/tunein-station.pls?id=59096

The bitrate is 128k and the type is mp3.

By messing with links for a while i managed to download a pls file from shoutcast. I'm not sure if it's any help but when i open it in notepad the code i get is

[playlist]
numberofentries=4
File1=http://192.151.150.242:8000
Title1=(#1 - 6/2000) SEOULFM | hottest kpop radio!
Length1=-1
File2=http://95.85.2.217:80
Title2=(#2 - 3/500) SEOULFM | hottest kpop radio!
Length2=-1
File3=http://192.187.97.12:80
Title3=(#3 - 77/1000) SEOULFM | hottest kpop radio!
Length3=-1
File4=http://162.213.194.106:8000
Title4=(#4 - 155/2000) SEOULFM | hottest kpop radio!
Length4=-1
Version=2

Thanks in advance
< >
Showing 1-4 of 4 comments
Rye Dec 27, 2013 @ 10:58pm 
not sure if you still need help but the formating is a little off
it should read something like this in the "live_streams.sii"

SiiNunit { live_stream_def : _nameless.2EFB.CB68 { stream_data: 4 stream_data[0]: "http://192.151.150.242:8000|hottest kpop radio!" stream_data[1]: "http://95.85.2.217:80|hottest kpop radio" stream_data[3]: "http://192.187.97.12:80|hottest kpop radio" stream_data[4]: "http://162.213.194.106:8000|hottest kpop radio" } }


im not sure if seoul.fm works with euro truckers format but this video helped me if you want more info http://youtu.be/PutRkM6nJPQ

edit: theres a 0 in the first stream_data[ 0 ], some reason steam isnt showing it but its there should look like stream_data[ 0 ]: "http://192.151.150.242:8000|hottest kpop radio!" but without the spaces between the brackets and zero

example: http://store.steampowered.com
Last edited by Rye; Dec 27, 2013 @ 11:05pm
Paco Dec 27, 2013 @ 11:07pm 
Just open up your live_streams.sii file using any text editor, the live_streams.sii file should be located in the "C:\Users\You\Documents\Euro Truck Simulator 2\" folder. Then after you've opened it using a text editor go to the bottom part of the file. It should look like this

stream_data[106]: "http://gramy01.eska.fm:8000/eska_torun.mp3|ESKA Toru\xc5\x84 - PL" } }

if you haven't changed anything yet. Just add

stream_data[107]:"http://192.151.150.242:8000/|SEOULFM | hottest kpop radio!"

right under the last one so it'll look like this

stream_data[106]: "http://gramy01.eska.fm:8000/eska_torun.mp3|ESKA Toru\xc5\x84 - PL" stream_data[107]:"http://192.151.150.242:8000/|SEOULFM | hottest kpop radio!" } }

and then scroll up to the first "stream_data" entry. It should look like

stream_data: 196

change the 196 to 197 and then save the file. Now you're done and it should work. Or if you just want that one radio station by it's self, then ONLY delete every line that starts with "stream_data". Next type this in where you just deleted all the other lines and then save it.

stream_data: 1 stream_data[1]: "http://192.151.150.242:8000/|SEOULFM | hottest kpop radio!"
Last edited by Paco; Dec 27, 2013 @ 11:12pm
Meryl Gear Solid Dec 28, 2013 @ 5:17am 
Got it working, when i tried it before it looked pretty similar to your examples but i guess i must of missed something out.

Thanks again!
Cow Juice Dec 30, 2015 @ 8:51pm 
hey! could you share with me the stream url if you still have it, I'm trying to add this station to my eats :c
Originally posted by Meryl Gear Solid:
Got it working, when i tried it before it looked pretty similar to your examples but i guess i must of missed something out.

Thanks again!
< >
Showing 1-4 of 4 comments
Per page: 1530 50

Date Posted: Dec 27, 2013 @ 5:48pm
Posts: 4