Skip to content
This repository has been archived by the owner on Dec 12, 2019. It is now read-only.
bramcordie edited this page Mar 27, 2016 · 8 revisions

Welcome to the Open with Livestreamer Firefox Addon wiki!

Some example configuration (Livestreamer + mpv):

  • Windows:
    Path to livestreamer C:\livestreamer-v1.11.1\livestreamer.exe
    Stream quality best
    Optional arguments for livestreamer --player=C:\mpv-x86_64-latest\mpv.exe --no-cache

  • Linux:
    Path to livestreamer /usr/bin/livestreamer
    Stream quality best
    Optional arguments for livestreamer --player=mpv --no-cache

  • OS X (livestreamer and mpv installed using Homebrew):
    Path to livestreamer /usr/local/bin/livestreamer
    Stream quality best
    Optional arguments for livestreamer --player=/usr/local/bin/mpv --no-cache

Note:

The above example passes no-cache directly to mpv. If you want to pass multiple arguments to livestreamer itself, seperate them with commas, like so: --player-no-close,--player=mpv,--retry-open=5

Clone this wiki locally