1
mirror of https://github.com/streamlink/streamlink synced 2024-10-03 23:00:03 +02:00

Use a markdown README instead.

This commit is contained in:
Christopher Rosell 2012-01-19 23:29:28 +01:00
parent 84971ae150
commit 32cdb85810
2 changed files with 49 additions and 29 deletions

29
README
View File

@ -1,29 +0,0 @@
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).

49
README.md Normal file
View File

@ -0,0 +1,49 @@
Livestreamer
============
CLI program that helps launch various streaming services in a real player instead of flash.
Installing
----------
$ sudo python setup.py install
Livestreamer is compatible with Python version >= 2.6 and 3.0.
Using
-----
$ livestreamer --help
Example usage
-------------
Find out what stream qualities are available
$ livestreamer http://www.twitch.tv/ignproleague
Found streams: 240p, 360p, 480p, 720p, iphonehigh, iphonelow, live
Now play one of them
$ 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).