Jump to content

How to watch Twitch.tv streams in VLC

I've used livestreamer for a bit now and I like it. I found a guide on making a little .bat file so you don't have to type it in every time. Just save a text file as .bat with these contents:

@Echo

cd c:\program files (x86)\livestreamer

livestreamer twitch.tv/<stream> <quality> (usually source)

@Echo off

 

Just replace the <stream> with the channel name that you want.

 

Edit: I don't remember how to escape characters and I'm to lazy to go look it up, those echos are lowercase.

Edited by Theguywhobea

Desktop: i9 11900k, 32GB DDR4, 4060 Ti 8GB 🙂

 

 

 

 

Link to comment
Share on other sites

Link to post
Share on other sites

Save as .bat

 

@Echo off
echo 1. Enter channel:
set /p channel=%channel%
echo ----------------------------------------­---------------------------------------
echo 2. Enter quality (mobile_low, 280p, 360p, 480p, mobile_high, 720p, source)
echo or (worst, low, medium, high, best, for automatic selection)
echo (try best first, if stream lags, try high or mobile_high):
set /p quality=%quality%
start livestreamer.exe twitch.tv/%channel% %quality% --ringbuffer-size 65536 --rtmpdump "%~dp0\rtmpdump\rtmpdump.exe" --player "c:\program files (x86)\videolan\vlc\vlc.exe"
exit

Link to comment
Share on other sites

Link to post
Share on other sites

Hopefully the HTML 5 Video player will be here soon T_T

www.twitch.tv/sujieun

Link to comment
Share on other sites

Link to post
Share on other sites

  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×