Hello People,
i would like to use streamllink on my Android Tablet and that's how I started.
1. Termux installed from the Playstore
2. Vlc installed from the Playstore
3. Termux started and then...>
------------------
1. Update repositories
$ pkg update
2. Install required packages
$ pkg install clang python
3. Install and build streamlink
$ pip install streamlink
4. Install nano to edit .streamlinkrc
$ pkg install nano
5. Create and edit .streamlinkrc
$ touch ~/.streamlinkrc
$ nano ~/.streamlinkrc
6. Paste the following config options into .streamlinkrc
player=am start -n org.videolan.vlc/org.videolan.vlc.gui.video.VideoPlayerActivity -a android.intent.action.VIEW -d player-http
7. Now save it by holding Volume-Down + o then close with Volume-Down + x
------------------
when I enter the download command under Termux, i get the following error message?
Code:streamlink https://bit.ly/3wYttPd best -o video.mp4
Code:[cli][info] Loaded config from deprecated path, see CLI docs for how to migrate: /data/data/com.termux/files/home/.streamlinkrc error: No Plugin can handle URL: https://bit.ly/3wYttPd
What is it? What should I do?
Need your help please
thanks
hasomaso
+ Reply to Thread
Results 1 to 3 of 3
-
-
The video url is wrong. You must to indicate a direct link and some headers like referer and/or user agent.
For example:
Code:streamlink --http-header "Referer=https://flowcdn.nl/" "https://img.flowcdn.nl/hls/59/,aqcmoe5nbcqjddhroiz2jwetqfdkdibk7tuis3szgahnziniqkeqaxupo3sa,.urlset/master.m3u8" best -o video.ts
Last edited by lfer94; 26th Jun 2021 at 15:45.
Similar Threads
-
Download from FUNIMATION with Streamlink
By minegroasprilla in forum Video Streaming DownloadingReplies: 6Last Post: 15th Apr 2021, 12:02 -
Arghhh using Streamlink
By PowerFalcon in forum Video Streaming DownloadingReplies: 0Last Post: 21st Oct 2018, 14:06 -
streamlink ?
By PowerFalcon in forum Video Streaming DownloadingReplies: 0Last Post: 19th Oct 2018, 15:01 -
Setting Time with Streamlink
By theMezz in forum Video Streaming DownloadingReplies: 1Last Post: 9th Oct 2018, 13:32 -
code for streamlink
By Anonymous in forum Video Streaming DownloadingReplies: 6Last Post: 24th Oct 2017, 11:34