Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

在Termux中运行N_m3u8DL-RE | Run N_m3u8DL-RE on Termux (Android) #516

Open
nilaoda opened this issue Nov 28, 2024 · 0 comments
Open

在Termux中运行N_m3u8DL-RE | Run N_m3u8DL-RE on Termux (Android) #516

nilaoda opened this issue Nov 28, 2024 · 0 comments

Comments

@nilaoda
Copy link
Owner

nilaoda commented Nov 28, 2024

安装 Termux Install Termux

https://github.com/termux/termux-app/releases/download/v0.119.0-beta.1/termux-app_v0.119.0-beta.1+apt-android-7-github-debug_universal.apk

获取文件访问权限 Termux Get Storage Access

termux-setup-storage

安装 ffmpeg Install ffmpeg

pkg install -y ffmpeg

下载最新构建 Download latest build

download android-bionic-arm64 or android-bionic-x64

https://nightly.link/nilaoda/N_m3u8DL-RE/actions/runs/12088125167

复制文件到家目录 Copy latest build to $HOME

cd ~/ && mkdir test && cd test
cp ~/storage/downloads/N_m3u8DL-RE .
chmod +x ./N_m3u8DL-RE

复制openssl库文件 Copy openssl library

cd ~/test
cp /data/data/com.termux/files/usr/lib/libssl.so .
cp /data/data/com.termux/files/usr/lib/libcrypto.so .

运行 Run

./N_m3u8DL-RE http://playertest.longtailvideo.com/adaptive/oceans_aes/oceans_aes.m3u8

compile ref: android-bionic.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant