[go: up one dir, main page]

File: _man.rst

package info (click to toggle)
streamlink 7.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 5,428 kB
  • sloc: python: 49,104; sh: 184; makefile: 145
file content (54 lines) | stat: -rw-r--r-- 1,398 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
:orphan:


Streamlink
==========

Synopsis
--------

.. code-block:: console

   streamlink [OPTIONS] <URL> [STREAM]


Examples
--------

.. code-block:: console

   streamlink --loglevel debug youtu.be/VIDEO-ID best
   streamlink --player mpv --player-args '--no-border --no-keepaspect-window' twitch.tv/CHANNEL 1080p60
   streamlink --player-external-http --player-external-http-port 8888 URL STREAM
   streamlink --output /path/to/file --http-timeout 60 URL STREAM
   streamlink --stdout URL STREAM | ffmpeg -i pipe:0 ...
   streamlink --http-header 'Authorization=OAuth TOKEN' --http-header 'Referer=URL' URL STREAM
   streamlink --hls-live-edge 5 --stream-segment-threads 5 'hls://https://host/playlist.m3u8' best
   streamlink --twitch-low-latency -p mpv -a '--cache=yes --demuxer-max-back-bytes=2G' twitch.tv/CHANNEL best


Options
-------

.. argparse::


Bugs
----

Please open a new issue on Streamlink's issue tracker on GitHub and use the appropriate issue forms:

https://github.com/streamlink/streamlink/issues


See also
--------

For more detailed information about config files, plugin sideloading, streaming protocols, proxy support, metadata,
or plugin specific stuff, please see Streamlink's online CLI documentation here:

https://streamlink.github.io/cli.html

The list of available plugins and their descriptions can be found here:

https://streamlink.github.io/plugins.html