SC:BW Afreeca Picker - VLC / LiveStreamer - Page 2
Forum Index > BW General |
Scaramanga
Australia8090 Posts
| ||
Vendethiel
213 Posts
I watch streams from my little Linux machine, but that doesn't make me smart. Can I just make this or something? Probably something like curl -sSL [url=https://get.haskellstack.org/]https://get.haskellstack.org/[/url] | sh && stack build --exec scplayerBut you'll need to update the code to map your platform to some VLC path, at least until I'm done with the "player-path" file. Reinstalled and put it into Program Files. Yet it still doesn't work? Aw. Do you have Livestreamer set up correctly like the other tutorial has it? If you want to see the message, you can use cmd.exe and launch the program from there, the message should show up...Can I change the VLC pathway in the program? I'll add a configuration file for that "soon", in the meantime you can edit src/LiveStream.hs to set the path (last few lines) | ||
Ziggy
South Korea2105 Posts
EDIT: Actually, the original VLC guide doesn't work for me either. Anytime I pick a stream an error pops up, telling me the desired stream cannot be found under that address. I've asked about it in the other thread, haven't received any responses yet, though. | ||
Vendethiel
213 Posts
EDIT: Actually, the original VLC guide doesn't work for me either. Anytime I pick a stream an error pops up, telling me the desired stream cannot be found under that address. I've asked about it in the other thread, haven't received any responses yet, though. Is that stream available on TeamLiquid, though? Might not be online anymore, there's a bit of a delay.If you're at school/work and have a proxy, that might be a reason. | ||
Ziggy
South Korea2105 Posts
On February 12 2017 04:52 Vendethiel wrote: Is that stream available on TeamLiquid, though? Might not be online anymore, there's a bit of a delay. If you're at school/work and have a proxy, that might be a reason. Doesn't work with any stream, that error message pops up with any BJ i check. | ||
B-royal
Belgium1330 Posts
I'm downloading haskell core 64 right now, giving it a try. edit: I'm trying "ghc --make Main.hs" but it's giving me an error + Show Spoiler + [1 of 4] Compiling TLParser ( TLParser.hs, TLParser.o ) TLParser.hs:10:1: error: Failed to load interface for ‘Data.ByteString.Lazy.UTF8’ Perhaps you meant Data.ByteString.Lazy.Char8 (from bytestring-0.10.8.1) Data.ByteString.Lazy (from bytestring-0.10.8.1) Use -v to see a list of the files searched for. TLParser.hs:11:1: error: Failed to load interface for ‘Data.Functor.Monadic’ Perhaps you meant Data.Functor.Const (from base-4.9.1.0) Use -v to see a list of the files searched for. TLParser.hs:12:1: error: Failed to load interface for ‘Data.Text’ Perhaps you meant Data.Set (from containers-0.5.7.1) Use -v to see a list of the files searched for. TLParser.hs:13:1: error: Failed to load interface for ‘Text.XML’ Use -v to see a list of the files searched for. TLParser.hs:15:1: error: Failed to load interface for ‘Text.XML.Cursor’ Use -v to see a list of the files searched for. C:\Users\Eigenaar\Downloads\bwstreams.hs-master\bwstreams.hs-master\src>ghc --ma ke Main.hs [1 of 4] Compiling TLParser ( TLParser.hs, TLParser.o ) TLParser.hs:10:1: error: Failed to load interface for ‘Data.ByteString.Lazy.UTF8’ Perhaps you meant Data.ByteString.Lazy.Char8 (from bytestring-0.10.8.1) Data.ByteString.Lazy (from bytestring-0.10.8.1) Use -v to see a list of the files searched for. TLParser.hs:11:1: error: Failed to load interface for ‘Data.Functor.Monadic’ Perhaps you meant Data.Functor.Const (from base-4.9.1.0) Use -v to see a list of the files searched for. TLParser.hs:12:1: error: Failed to load interface for ‘Data.Text’ Perhaps you meant Data.Set (from containers-0.5.7.1) Use -v to see a list of the files searched for. TLParser.hs:13:1: error: Failed to load interface for ‘Text.XML’ Use -v to see a list of the files searched for. TLParser.hs:15:1: error: Failed to load interface for ‘Text.XML.Cursor’ Use -v to see a list of the files searched for. C:\Users\Eigenaar\Downloads\bwstreams.hs-master\bwstreams.hs-master\src> | ||
Vendethiel
213 Posts
You need to use Haskell Stack to compile it, but I think it won't work anymore because livestreamer is deprecated. | ||
| ||