Skip to content

LindonAliu/rustream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rustream

A Rust project that reads streams from an M3U file, and maybe more one day

Prerequisites

The app depends on mpv, ffmpeg and yt-dlp.

If you are on MacOS, you must use Brew or MacPorts to install those dependencies.

On Fedora, you must add rpmfusion to install those packages.

On Debian or LTS distro, I would strongly suggest using a backport for yt-dlp.

On Windows, you can use Scoop or Chocolatey.

brew install mpv ffmpeg yt-dlp #MacOS
sudo dnf install mpv ffmpeg yt-dlp #Fedora
sudo zypper install mpv ffmpeg yt-dlp #OpenSUSE
sudo pacman -Syu mpv ffmpeg yt-dlp #Arch
sudo apt install mpv ffmpeg yt-dlp #Debian/Ubuntu
scoop install mpv ffmpeg yt-dlp # Windows
choco install mpv ffmpeg yt-dlp # Windows alternative

About

A Rust project that reads and display streams from an M3U file

Resources

License

Stars

Watchers

Forks

Languages