Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Lag on Twitch with UPC (Fix)

  • 23-03-2014 11:39pm
    #1
    Registered Users, Registered Users 2 Posts: 710 ✭✭✭


    So for the past like year or so there has been various fixes for this, the main issue at hand appears to be UPC throttling video services in general.

    To get around this you just need to use a proxy for twitch and this can be done by using livestreamer, this will stream twitch through your video player (I use vlc).

    A download link for livestreamer is here:

    https://github.com/chrippa/livestreamer/releases/download/v1.7.5/livestreamer-v1.7.5-win32-setup.exe

    github page:
    https://github.com/chrippa/livestreamer/releases

    once you install that, just create a new file and call it "twitch.bat".

    (You may need to go into control panel-> folder options -> hide known file extension types (disable))

    and in it insert: (64bit)
    @echo
    cd c:\program files (x86)\livestreamer
    livestreamer.exe --https-proxy https://37.59.120.137:3128/ twitch.tv/nathanias high
    @echo off
    pause
    

    (32 bit)
    @echo
    cd c:\program files\livestreamer
    livestreamer.exe --https-proxy https://37.59.120.137:3128/ twitch.tv/nathanias high
    @echo off
    pause
    

    to change stream just edit the "nathanias" part.
    to change proxy setting just edit the ip and port.

    for a list of free HTTPS proxies look at: http://hidemyass.com/proxy-list/

    once you have all this done, just run twitch.bat.

    I hope this covers everything, and if anyone has any questions go ahead, as I'm sure its not very clear for people that aren't familiar with this kind of software.


Comments

  • Registered Users, Registered Users 2 Posts: 249 ✭✭Kai123


    Thanks for this. Only found out earlier UPC was throttling my internet (and this is paying for one of the higher end packages).

    Very frustrating, but this works very well, thanks :)


  • Registered Users, Registered Users 2 Posts: 710 ✭✭✭mad turnip


    if someone is in need for a proxy capable of doing 1080, just send me a pm.


Advertisement