I'm here to present my small program; a launcher for SC:BW streams. It's a bit like the launcher here (Watch Afreeca SC/BW streams with VLC Media Player), but it's a native program (so no .bat) and it picks the online streamers.
It's a very, very simple program to avoid having to check liquipedia and al.
When you launch the program, you are offered a list of online streamers, pulled from TL (using the XML page):
Once you've picked one of these bad boys, VLC will start:
This program has replaced my use of the livestreamer launcher.
livestreamer is required to be installed. For now, the location is not configurable (it's assumed to be available in the command-line, like the other VLC launcher does). The VLC path is also not configurable for now. If that's an issue it shouldn't be hard to change.
If you're interested in the developer side, it's a very simple Haskell program that parses XML and launches LiveStreamer with VLC. The source code is available here: https://github.com/vendethiel/bwstreams.hs
It is necessary you have installed LiveStreamer as explained in the VLC launcher thread
Download links: - Mac: here - Windows, 64 bits VLC: here (use this one if VLC is in your "C:/Program Files" folder, not in "C:/Program Files (x86)")
Uploaded the VLC64 one. As it seems most people got their VLC in `C:/Program Files (x86)`, I'll probably just make a config file along with the executable so anyone can change their path,
On February 08 2017 18:23 Vendethiel wrote: Uploaded the VLC64 one. As it seems most people got their VLC in `C:/Program Files (x86)`, I'll probably just make a config file along with the executable so anyone can change their path,
Sorry ._. I had no idea it was actually used, so I'm gonna have to rebuild the program, or make it read for a file. I'm a bit too busy for now, but I'll try to get to it next week when I'll have a windows comp' I can use to build.
Works quite well, I only use some basic options: start /B livestreamer --loglevel=error --player="C:\Program Files\MPC-HC\mpc-hc64.exe /new /play /close"
I've got an issue with the program, namely nothing happens after I've chosen the player whose stream I'd like to watch. A short message appears in the cmd-like window and it closes before I'm able to find out what it says.