aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
blob: 144b51c01e02e0a4ecef04f595db3c15b86fbf5c (plain)
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
INSTALLING
 $ sudo python setup.py install

livestreamer is compatible with python version >= 2.6 and 3.0.

USING
 $ livestreamer --help

EXAMPLE USAGE
 $ livestreamer http://www.twitch.tv/ignproleague
Found streams: 240p, 360p, 480p, 720p, iphonehigh, iphonelow, live
 $ livestreamer http://www.twitch.tv/ignproleague 720p

Stream now playbacks in default player (VLC).

SAVING ARGUMENTS AKA CONFIG FILE
Livestreamer can read arguments from the file ~/.livestreamerrc.
A example file:

  player=mplayer
  jtv-cookie=_jtv3_session_id=arandomhash

NOTES
Currently supported sites are:
 - Justin.tv/Twitch.tv
 - Own3D.tv
 - UStream

Justin.tv plugin requires rtmpdump with jtv token support (recent git).