• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 21:19
CET 02:19
KST 10:19
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
[ASL20] Finals Preview: Arrival10TL.net Map Contest #21: Voting10[ASL20] Ro4 Preview: Descent11Team TLMC #5: Winners Announced!3[ASL20] Ro8 Preview Pt2: Holding On9
Community News
Merivale 8 Open - LAN - Stellar Fest3Chinese SC2 server to reopen; live all-star event in Hangzhou22Weekly Cups (Oct 13-19): Clem Goes for Four3BSL Team A vs Koreans - Sat-Sun 16:00 CET10Weekly Cups (Oct 6-12): Four star herO8
StarCraft 2
General
Could we add "Avoid Matchup" Feature for rankgame RotterdaM "Serral is the GOAT, and it's not close" Chinese SC2 server to reopen; live all-star event in Hangzhou The New Patch Killed Mech! Weekly Cups (Oct 13-19): Clem Goes for Four
Tourneys
Crank Gathers Season 2: SC II Pro Teams Merivale 8 Open - LAN - Stellar Fest $5,000+ WardiTV 2025 Championship $3,500 WardiTV Korean Royale S4 Tenacious Turtle Tussle
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 497 Battle Haredened Mutation # 496 Endless Infection Mutation # 495 Rest In Peace Mutation # 494 Unstable Environment
Brood War
General
ASL Runner-Up Race Stats ASL20 Pre-season Tier List ranking! [ASL20] Finals Preview: Arrival Is there anyway to get a private coach? BGH Auto Balance -> http://bghmmr.eu/
Tourneys
[ASL20] Grand Finals ASL final tickets help [ASL20] Semifinal A Small VOD Thread 2.0
Strategy
Soma's 9 hatch build from ASL Game 2 Simple Questions, Simple Answers Roaring Currents ASL final Relatively freeroll strategies
Other Games
General Games
Stormgate/Frost Giant Megathread Path of Exile General RTS Discussion Thread Nintendo Switch Thread Dawn of War IV
Dota 2
Official 'what is Dota anymore' discussion LiquidDota to reintegrate into TL.net
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread SPIRED by.ASL Mafia {211640}
Community
General
Things Aren’t Peaceful in Palestine US Politics Mega-thread Russo-Ukrainian War Thread YouTube Thread The Chess Thread
Fan Clubs
White-Ra Fan Club The herO Fan Club!
Media & Entertainment
Anime Discussion Thread [Manga] One Piece Korean Music Discussion Series you have seen recently... Movie Discussion!
Sports
Formula 1 Discussion 2024 - 2026 Football Thread MLB/Baseball 2023 TeamLiquid Health and Fitness Initiative For 2023 NBA General Discussion
World Cup 2022
Tech Support
SC2 Client Relocalization [Change SC2 Language] Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List Recent Gifted Posts
Blogs
The Benefits Of Limited Comm…
TrAiDoS
Sabrina was soooo lame on S…
Peanutsc
Our Last Hope in th…
KrillinFromwales
Certified Crazy
Hildegard
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1438 users

[Guide] Watch Afreeca SC/BW streams with VLC - Page 18

Forum Index > BW General
Post a Reply
Prev 1 16 17 18 19 20 25 Next All
Arvendilin
Profile Joined February 2013
Germany1878 Posts
September 05 2017 13:56 GMT
#341
On September 05 2017 17:31 Aylear wrote:
Show nested quote +
On September 05 2017 17:07 Arvendilin wrote:
Is there a way to use this with MPC instead of VLC? since VLC fucks with colour saturation

Streamlink does technically work with MPC, but you'll need to mess with the .bat file a bit. More on that in a bit.

I haven't added native support for MPC because 1) extra work for me, and 2) some command lines are missing. Most notably --file-caching and --network-caching don't work, but you also can't add a meta title to an MPC window. When VLC pops up, it properly titles the window with the name you input, i.e. Bisu, Stork, Flash. MPC can't do that, so the window title remains something generic like "stdin".

Anyway, to use this setup in MPC you need the following:
- At least version 1.7 of MPC (1.6 or below will give file not found errors)
- Edit the bat file with the following values:

Open the .bat file in notepad++ or notepad. Near the top of the file you'll see this line:
set vlcpath=

...which by default is blank. Type in the path to your MPC player, i.e.
set vlcpath=C:\Program Files\MPC-HC\mpc-hc64.exe

Next, scroll down to the bottom of the .bat file and find the following line:
start /B streamlink --loglevel=error --player="%vlcpath% --file-caching=5000 --network-caching=5000 --meta-title=%name%" %url%/%id% %output%

Change this line to:
start /B streamlink --loglevel=error --player="%vlcpath%" %url%/%id% %output%

...which removes the "--file-caching=5000 --network-caching=5000 --meta-title=%name%" bit since MPC can't use those.

This worked on my system just fine.

Edit: If there is sufficient interest, I can make it so the .bat file accepts MPC by default as an option when you launch it. Let me know if this is something anyone else wants, otherwise I'm sticking with the basic VLC setup.


You are a literal god, thanks so much!
My heroes: Jangbi, Bisu, Stork and BeSt for BW, Rain, Zest and Stats for SC2! Need a better Signature tbh...
Arvendilin
Profile Joined February 2013
Germany1878 Posts
September 06 2017 01:50 GMT
#342
2 small little infos for everyone who wants to use MPC aswell:

Some streams might only get audio not video, to fix that, go to options > Internal filters > Splitters and then increase stream analysis duration, this will give it time to detect every stream it gets send!

The second thing is that ofcourse have to go into multi window mode if you want to watch multiple streams, I know this is easy but I was confused for about 10 secs so I thought I'd let everyone know that that option exists!
My heroes: Jangbi, Bisu, Stork and BeSt for BW, Rain, Zest and Stats for SC2! Need a better Signature tbh...
lgn!
Profile Joined February 2010
Italy224 Posts
Last Edited: 2017-09-06 16:31:07
September 06 2017 16:15 GMT
#343
Afreeca is such a pain to watch sometimes. Errors and lag everywhere ((
화이팅
raymix1
Profile Joined August 2017
United States10 Posts
September 08 2017 17:45 GMT
#344
[image loading]
i have this error message, is there a solution to it?
pheer
Profile Blog Joined July 2004
5391 Posts
September 08 2017 19:15 GMT
#345
Yes, don't use AWS server for now. It's been broken for about a week.
Moderator
raymix1
Profile Joined August 2017
United States10 Posts
September 08 2017 20:06 GMT
#346
On September 09 2017 04:15 pheer wrote:
Yes, don't use AWS server for now. It's been broken for about a week.


I've found some channels load with countdown, then stopped, donno what's the reason.
Craton
Profile Blog Joined December 2009
United States17260 Posts
September 08 2017 23:38 GMT
#347
On September 09 2017 05:06 raymix1 wrote:
Show nested quote +
On September 09 2017 04:15 pheer wrote:
Yes, don't use AWS server for now. It's been broken for about a week.


I've found some channels load with countdown, then stopped, donno what's the reason.

Those usually start working for me after a couple of attempts (have to wait out the counter each time).
twitch.tv/cratonz
RowdierBob
Profile Blog Joined May 2003
Australia13284 Posts
September 09 2017 04:51 GMT
#348
Sorry if already asked but does this work on mobile devices or only pc?
"Terrans are pretty much space-Australians" - H
AManHasNoName
Profile Joined September 2017
United States165 Posts
September 09 2017 10:53 GMT
#349
On September 09 2017 05:06 raymix1 wrote:
Show nested quote +
On September 09 2017 04:15 pheer wrote:
Yes, don't use AWS server for now. It's been broken for about a week.


I've found some channels load with countdown, then stopped, donno what's the reason.


Yeah it's weird when that happens. When it does, you can let the countdown finish, then close that VLC window and load the same stream up again and it will work fine though!
“To love the journey is to accept no such end. I have found, through painful experience, that the most important step a person can take is always the next one.”
Craton
Profile Blog Joined December 2009
United States17260 Posts
September 09 2017 22:15 GMT
#350
On September 09 2017 13:51 RowdierBob wrote:
Sorry if already asked but does this work on mobile devices or only pc?

Pretty sure just PC. The software only has installations for Windows, OSX, and Linux.
twitch.tv/cratonz
Aylear
Profile Blog Joined May 2009
Norway3988 Posts
Last Edited: 2017-09-10 09:51:32
September 10 2017 04:27 GMT
#351

For those of you who may have difficulty watching streams on Afreeca:


This season Afreeca made the decision to not stream the ASL on Twitch or YouTube.

Some people have a lot of difficulty watching streams from Afreeca.com, myself included. Buffering and connectivity issues are common. If you're experiencing a lot of buffering or drops, consider this solution. It's a quick setup which will let you watch Afreeca streams in VLC using a simple launcher. It also allows for better connectivity -- I personally can't watch Afreeca streams in source quality from their main site, but using Streamlink+VLC I have no problems doing so.

I have updated the .bat launcher to include http://www.afreecatv.com/aslenglish (the main English ASL stream). If you're a current user of my launcher, download the new Starcraft Stream Viewer.bat file here. If you haven't tried this setup yet, it may work well for you.

NOTE: The Amazon AWS CDN is still out of commission, so you will need to use GSCDN for the time being. We're still waiting for updates on this.

EDIT: The following name entries will let you connect to either of the streams:

Primary Korean stream:
       • asl1
       • asl
       • afstar1

Primary English stream (Tastosis):
       • asl2
       • asleng
       • aslenglish

Secondary English stream (EsportsJohn & FlashFTW):
       • asl3
       • asleng2
       • aslenglish2
       • asl2eng2

POV Stream (rumored):
       • asl4
       • aslpov
TL+ Member
[Fin]Vittu
Profile Blog Joined March 2008
Canada507 Posts
September 10 2017 07:26 GMT
#352
i got as far as the .bat step. i am on OSX, what command should I run or download in lieu of a windows bat file?
The "Finnish Metal Terran"
sAw
Profile Joined November 2008
965 Posts
September 10 2017 07:41 GMT
#353
This is amazing, thank you so much! This was a lot easier than I expected, 2 minutes of "work".
Aylear
Profile Blog Joined May 2009
Norway3988 Posts
September 10 2017 07:49 GMT
#354
On September 10 2017 16:26 [Fin]Vittu wrote:
i got as far as the .bat step. i am on OSX, what command should I run or download in lieu of a windows bat file?

Streamlink command line to connect to any channel is...
streamlink afreeca.com/channelname gs_original
...where gs_original connects to GSCDN, in quality "original" (source).

Example commands would be:


streamlink afreeca.com/afstar1 gs_original
(Connects to Korean ASL stream in source quality)

streamlink afreeca.com/aslenglish gs_hd
(Connects to English ASL stream in HD quality)

streamlink afreeca.com/rlaxordyd gs_sd
(Connects to Bisu in SD quality)
TL+ Member
[Fin]Vittu
Profile Blog Joined March 2008
Canada507 Posts
September 10 2017 08:54 GMT
#355
On September 10 2017 16:49 Aylear wrote:
Show nested quote +
On September 10 2017 16:26 [Fin]Vittu wrote:
i got as far as the .bat step. i am on OSX, what command should I run or download in lieu of a windows bat file?

Streamlink command line to connect to any channel is...
streamlink afreeca.com/channelname gs_original
...where gs_original connects to GSCDN, in quality "original" (source).

Example commands would be:


streamlink afreeca.com/afstar1 gs_original
(Connects to Korean ASL stream in source quality)

streamlink afreeca.com/aslenglish gs_hd
(Connects to English ASL stream in HD quality)

streamlink afreeca.com/rlaxordyd gs_sd
(Connects to Bisu in SD quality)



you are a god. thank you for taking your time to explain this.
The "Finnish Metal Terran"
letian
Profile Blog Joined May 2010
Germany4221 Posts
September 10 2017 09:10 GMT
#356
On September 10 2017 16:49 Aylear wrote:
Show nested quote +
On September 10 2017 16:26 [Fin]Vittu wrote:
i got as far as the .bat step. i am on OSX, what command should I run or download in lieu of a windows bat file?

Streamlink command line to connect to any channel is...
streamlink afreeca.com/channelname gs_original
...where gs_original connects to GSCDN, in quality "original" (source).

Example commands would be:


streamlink afreeca.com/afstar1 gs_original
(Connects to Korean ASL stream in source quality)

streamlink afreeca.com/aslenglish gs_hd
(Connects to English ASL stream in HD quality)

streamlink afreeca.com/rlaxordyd gs_sd
(Connects to Bisu in SD quality)

Sigh, looks like afreeca broke everything again. I need to update linux script as well, again. Thanks for the notice, I am too lazy to investigate their continuous interface changes.
Aylear
Profile Blog Joined May 2009
Norway3988 Posts
September 10 2017 09:35 GMT
#357
If you were using aws, yes, that is currently broken and no one knows why. GSCDN is the only one that's up.
TL+ Member
PhilipJayFry
Profile Joined August 2011
Germany30 Posts
September 10 2017 09:37 GMT
#358
On September 10 2017 18:10 letian wrote:
Show nested quote +
On September 10 2017 16:49 Aylear wrote:
On September 10 2017 16:26 [Fin]Vittu wrote:
i got as far as the .bat step. i am on OSX, what command should I run or download in lieu of a windows bat file?

Streamlink command line to connect to any channel is...
streamlink afreeca.com/channelname gs_original
...where gs_original connects to GSCDN, in quality "original" (source).

Example commands would be:


streamlink afreeca.com/afstar1 gs_original
(Connects to Korean ASL stream in source quality)

streamlink afreeca.com/aslenglish gs_hd
(Connects to English ASL stream in HD quality)

streamlink afreeca.com/rlaxordyd gs_sd
(Connects to Bisu in SD quality)

Sigh, looks like afreeca broke everything again. I need to update linux script as well, again. Thanks for the notice, I am too lazy to investigate their continuous interface changes.


Hey Letian, thanks for maintaining the linux script. If you need help, I would like to help! I was planning to change the script and make a pull request on GH, but since you are aware of the issue I think I don't need to.
letian
Profile Blog Joined May 2010
Germany4221 Posts
September 10 2017 09:45 GMT
#359
On September 10 2017 18:37 PhilipJayFry wrote:
Show nested quote +
On September 10 2017 18:10 letian wrote:
On September 10 2017 16:49 Aylear wrote:
On September 10 2017 16:26 [Fin]Vittu wrote:
i got as far as the .bat step. i am on OSX, what command should I run or download in lieu of a windows bat file?

Streamlink command line to connect to any channel is...
streamlink afreeca.com/channelname gs_original
...where gs_original connects to GSCDN, in quality "original" (source).

Example commands would be:


streamlink afreeca.com/afstar1 gs_original
(Connects to Korean ASL stream in source quality)

streamlink afreeca.com/aslenglish gs_hd
(Connects to English ASL stream in HD quality)

streamlink afreeca.com/rlaxordyd gs_sd
(Connects to Bisu in SD quality)

Sigh, looks like afreeca broke everything again. I need to update linux script as well, again. Thanks for the notice, I am too lazy to investigate their continuous interface changes.


Hey Letian, thanks for maintaining the linux script. If you need help, I would like to help! I was planning to change the script and make a pull request on GH, but since you are aware of the issue I think I don't need to.

Sure, please update whenever it needs updating. I will see your pull request faster than I read about another afreeca innovation.
valaki
Profile Joined June 2009
Hungary2476 Posts
September 10 2017 09:49 GMT
#360
It says

Your input can't be opened:
VLC is unable to open the MRL 'fd://0'. Check the log for details.

for me.
ggaemo fan
Prev 1 16 17 18 19 20 25 Next All
Please log in or register to reply.
Live Events Refresh
Next event in 10h 41m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
PiGStarcraft489
Nina 39
Livibee 32
StarCraft: Brood War
Artosis 779
NaDa 25
Dota 2
monkeys_forever495
XaKoH 351
NeuroSwarm72
LuMiX0
Counter-Strike
Stewie2K497
Super Smash Bros
AZ_Axe253
Mew2King93
Heroes of the Storm
Khaldor178
Other Games
summit1g8642
FrodaN4208
Grubby2413
JimRising 388
Skadoodle182
Maynarde147
ViBE125
KnowMe112
Organizations
Other Games
gamesdonequick1164
BasetradeTV32
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 14 non-featured ]
StarCraft 2
• Berry_CruncH89
• Mapu3
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• masondota21271
League of Legends
• Doublelift4743
Upcoming Events
Wardi Open
10h 41m
CrankTV Team League
11h 41m
Streamerzone vs Shopify Rebellion
TBD vs Team Vitality
Monday Night Weeklies
15h 41m
Replay Cast
1d 8h
WardiTV Invitational
1d 10h
CrankTV Team League
1d 11h
BASILISK vs TBD
Team Liquid vs Team Falcon
Replay Cast
2 days
CrankTV Team League
2 days
Replay Cast
2 days
The PondCast
3 days
[ Show More ]
CrankTV Team League
3 days
Replay Cast
4 days
WardiTV Invitational
4 days
CrankTV Team League
4 days
Replay Cast
5 days
Sparkling Tuna Cup
6 days
Liquipedia Results

Completed

ASL Season 20
WardiTV TLMC #15
Eternal Conflict S1

Ongoing

BSL 21 Points
CSL 2025 AUTUMN (S18)
BSL 21 Team A
C-Race Season 1
IPSL Winter 2025-26
KCM Race Survival 2025 Season 4
SOOP Univ League 2025
CranK Gathers Season 2: SC II Pro Teams
PGL Masters Bucharest 2025
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025

Upcoming

SC4ALL: Brood War
YSL S2
BSL Season 21
SLON Tour Season 2
BSL 21 Non-Korean Championship
RSL Offline Finals
WardiTV 2025
RSL Revival: Season 3
Stellar Fest
SC4ALL: StarCraft II
META Madness #9
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 2025
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.