Overview
- Documentation: http://docs.livestreamer.io/
- Issue tracker: https://github.com/chrippa/livestreamer/issues
- PyPI: https://pypi.python.org/pypi/livestreamer
- Discussions: https://groups.google.com/forum/#!forum/livestreamer
- IRC: #livestreamer @ Freenode
- Free software: Simplified BSD license
Features
Quickstart
# pip install livestreamer
$ livestreamer twitch.tv/day9tv best
[cli][info] Found matching plugin twitch for URL twitch.tv/day9tv
[cli][info] Opening stream: source
[cli][info] Starting player: vlc
Related software
Streamlink is a CLI utility which pipes video streams from various services into a video player
streamlink.github.io/Streamlink was forked in 2016 from the abandoned Livestreamer project.
📦 Installation
Please take a look at the documentation for different ways of installing Streamlink:
👍 Features
Streamlink is built on top of a plugin system which allows support for new services to be added easily.
Most of the popular streaming services are supported, such as:
... and many more. A list of all plugins currently included can be found on the plugins page.
💡 Quickstart
After installing, simply run:
streamlink "STREAMURL" best
The default behavior of Streamlink is to play back streams in the VLC player, but a lot of other options and output methods are available, such as writing the stream to the filesystem, reading stream metadata, etc.
For more in-depth usage, please refer to the CLI documentation.
An API guide and API reference is available for Python implementors of Streamlink.
from https://github.com/streamlink/streamlink
(https://streamlink.github.io/index.html)
------------------------------------------------------------------------------------------------
Streamlink 0.5.0 Adds Support For Streaming Google Drive / Google Docs Videos
0.5.0 was released yesterday,
bringing support for streaming videos from Google Drive / Google Docs,
along with other improvements.
It is is available for Linux, Windows, and Mac OS.
Changes in Streamlink 0.5.0 include:
- added support for streaming videos stored on Google Drive / Google Docs;
- added support for BBC iPlayer live and VOD, along with support for HLS streams;
- add support for Beam VOD and HLS streams for live;
- added support for camsoda.com;
- added new plugin: canlitv;
- added new plugin: garena;
- Aliez plugin now accepts any TLD;
- added support for avi/mov VOD streams for rtve;
- removed dead plugins such as blip.tv, gaminglive.tv, leon.tv, livestation.com and more.
For a complete list of supported streaming services, see THIS page.
Using the Streamlink command line interface is very simple. Here's an example using a Google Drive video. The first thing you need to do is run Streamlink with the link you want to stream, to see the available streams:
streamlink https://drive.google.com/open?id=0B0tRrdcY7CwJWGdVdHEyYWpfTTQ
This should list the available formats:[cli][info] Found matching plugin googledrive for URL https://drive.google.com/open?id=0B0tRrdcY7CwJWGdVdHEyYWpfTTQ
Available streams: 360p_alt, 480p_alt, 360p (worst), 480p, 720p, 1080p (best)
Next, simply add one of the available streams at the end of the command, and Streamlink will start streaming:streamlink https://drive.google.com/open?id=0B0tRrdcY7CwJWGdVdHEyYWpfTTQ 1080p
By
default, Streamlink uses VLC to play the stream, but you can specify a
different video player by using the "--player" argument, e.g. "--player
mpv" to use mpv instead.Install Streamlink
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
sudo apt install streamlink
No comments:
Post a Comment