chrippa / livestreamer

Command-line utility that extracts streams from various services and pipes them into a video player of choice. No longer maintained, use streamlink or youtube-dl instead.
http://livestreamer.io/
BSD 2-Clause "Simplified" License
3.88k stars 585 forks source link

livestreamer on QNAP NAS #1638

Open nickiman opened 6 years ago

nickiman commented 6 years ago

Hi, I´ve recently installed livestreamer in my QNAP NAS. Everything went well in the installation (at least from my point of view) this is the output with the installation method:

[/share/CACHEDEV1_DATA/.qpkg/QPython2/bin] # ./pip install -U livestreamer Collecting livestreamer Downloading livestreamer-1.12.2.tar.gz (430kB) 100% |████████████████████████████████| 440kB 1.3MB/s Collecting futures (from livestreamer) Downloading futures-3.2.0-py2-none-any.whl Requirement already up-to-date: singledispatch in /share/CACHEDEV1_DATA/.qpkg/QPython2/lib/python2.7/site-packages (from livestreamer) Requirement already up-to-date: requests<3.0,>=1.0 in /share/CACHEDEV1_DATA/.qpkg/QPython2/lib/python2.7/site-packages (from livestreamer) Requirement already up-to-date: six in /share/CACHEDEV1_DATA/.qpkg/QPython2/lib/python2.7/site-packages (from singledispatch->livestreamer) Requirement already up-to-date: idna<2.7,>=2.5 in /share/CACHEDEV1_DATA/.qpkg/QPython2/lib/python2.7/site-packages (from requests<3.0,>=1.0->livestreamer) Requirement already up-to-date: urllib3<1.23,>=1.21.1 in /share/CACHEDEV1_DATA/.qpkg/QPython2/lib/python2.7/site-packages (from requests<3.0,>=1.0->livestreamer) Collecting certifi>=2017.4.17 (from requests<3.0,>=1.0->livestreamer) Downloading certifi-2017.11.5-py2.py3-none-any.whl (330kB) 100% |████████████████████████████████| 337kB 1.7MB/s Requirement already up-to-date: chardet<3.1.0,>=3.0.2 in /share/CACHEDEV1_DATA/.qpkg/QPython2/lib/python2.7/site-packages (from requests<3.0,>=1.0->livestreamer) Building wheels for collected packages: livestreamer Running setup.py bdist_wheel for livestreamer ... done Stored in directory: /root/.cache/pip/wheels/ac/b8/b9/5cf64ae390cb88cf4fb294b3b12c257079198772ad9ef81c17 Successfully built livestreamer Installing collected packages: futures, livestreamer, certifi Found existing installation: futures 3.1.1 Uninstalling futures-3.1.1: Successfully uninstalled futures-3.1.1 Found existing installation: certifi 2017.7.27.1 Uninstalling certifi-2017.7.27.1: Successfully uninstalled certifi-2017.7.27.1 Successfully installed certifi-2017.11.5 futures-3.2.0 livestreamer-1.12.2

After that I´ve tried some command without success on them: ./livestreamer -l debug --stream-url http://es.euronews.com/live --yes-run-as-root error: No streams found on this URL: http://es.euronews.com/live

./livestreamer -l debug --stream-url http://www.goltelevision.com/live --yes-run-as-root error: No plugin can handle URL: http://www.goltelevision.com/live

./livestreamer --stream-url http://www.goltelevision.com/live --yes-run-as-root error: No plugin can handle URL: http://www.goltelevision.com/live

./livestreamer -l debug --stream-url http://es.euronews.com/live best --yes-run-as-root error: No streams found on this URL: http://es.euronews.com/live

Maybe I´m doing something wrong?

cdrage commented 6 years ago

Livestreamer has been abandoned.

Use: https://github.com/streamlink/streamlink