All Projects → sparanoid → Live Dl

sparanoid / Live Dl

Licence: agpl-3.0
Download live streams from YouTube

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects
bash
514 projects

Projects that are alternatives of or similar to Live Dl

Youtube Fetcher
📺 Youtube Podcasting 🎧
Stars: ✭ 31 (-62.2%)
Mutual labels:  ffmpeg, youtube-dl, youtube
Downline
Free cross-platform desktop app to download videos and music from YouTube and many other sites
Stars: ✭ 146 (+78.05%)
Mutual labels:  ffmpeg, youtube-dl, youtube
Ytmdl
A simple app to get songs from YouTube in mp3 format with artist name, album name etc from sources like iTunes, Spotify, LastFM, Deezer, Gaana etc.
Stars: ✭ 2,070 (+2424.39%)
Mutual labels:  ffmpeg, youtube-dl, youtube
Candy
🍭 Cross-platform YouTube-downloader with playlist and channel support as well as build-in audio / video converter.
Stars: ✭ 229 (+179.27%)
Mutual labels:  ffmpeg, youtube-dl, youtube
Pantheon
The fastest YouTube downloader.
Stars: ✭ 32 (-60.98%)
Mutual labels:  youtube, mp4, youtube-dl
Pylivestream
Pure Python FFmpeg-based live video / audio streaming to YouTube, Facebook, Periscope, Twitch, and more
Stars: ✭ 442 (+439.02%)
Mutual labels:  ffmpeg, livestream, youtube
Youtube2audio
Desktop application to download YouTube videos as annotated MP3 or MP4 files
Stars: ✭ 128 (+56.1%)
Mutual labels:  ffmpeg, mp4, youtube
Savify
Download Spotify songs to mp3 with full metadata and cover art!
Stars: ✭ 227 (+176.83%)
Mutual labels:  ffmpeg, youtube-dl, youtube
live-stream-media-source-extensions
Live stream h264 encoded mp4 video on media source extensions using ffmpeg, node.js, socket.io, and express. Works in chrome, firefox, safari, and android. Not iOS compatible. Work has moved to mse-live-player repo =>
Stars: ✭ 24 (-70.73%)
Mutual labels:  ffmpeg, mp4, live
SharpGrabber
Download from YouTube, Vimeo, PornHub, HLS (M3U8 files) with .NET and JavaScript, Library and desktop app for downloading high quality media
Stars: ✭ 138 (+68.29%)
Mutual labels:  youtube, ffmpeg, youtube-dl
Axiom
An FFmpeg GUI for Windows
Stars: ✭ 560 (+582.93%)
Mutual labels:  ffmpeg, mp4, youtube-dl
Tricycle
Video transcoding... easier than riding a bike.
Stars: ✭ 35 (-57.32%)
Mutual labels:  ffmpeg, mp4
Youtube Dl Gui
A cross platform front-end GUI of the popular youtube-dl written in wxPython.
Stars: ✭ 7,914 (+9551.22%)
Mutual labels:  youtube-dl, youtube
Real Live
A cross-platform network media aggregation application.
Stars: ✭ 942 (+1048.78%)
Mutual labels:  livestream, live
Webxdownloader
Browser extension to download Webex meeting recordings
Stars: ✭ 52 (-36.59%)
Mutual labels:  ffmpeg, mp4
Firedm
python open source (Internet Download Manager) with multi-connections, high speed engine, based on python, LibCurl, and youtube_dl https://github.com/firedm/FireDM
Stars: ✭ 977 (+1091.46%)
Mutual labels:  youtube-dl, youtube
Crunchyroll Downloader
A little GUI to download crap from crunchyroll.
Stars: ✭ 54 (-34.15%)
Mutual labels:  ffmpeg, youtube-dl
Spotivy
🎼 Download music videos from Spotify playlists
Stars: ✭ 64 (-21.95%)
Mutual labels:  mp4, youtube
Sickbeard mp4 automator
Automatically convert video files to a standardized format with metadata tagging to create a beautiful and uniform media library
Stars: ✭ 1,142 (+1292.68%)
Mutual labels:  ffmpeg, mp4
Pyjumpcutterv2
carykh's but with improvements and a GUI!
Stars: ✭ 25 (-69.51%)
Mutual labels:  ffmpeg, youtube

Live Downloader

Download live streams from YouTube.

Features

Dependencies

  • aria2c
  • bash
  • exiv2
  • ffmpeg
  • jq
  • streamlink
  • youtube-dl
  • yq (python-yq)

Tested on macOS 10.15, should be working on RHEL/CentOS 7 and Ubuntu.

Usage

Run ./live-dl without any parameter to print help message.

You can run this script in background:

# Start process
nohup bash live-dl https://www.youtube.com/channel/UC1opHUrw8rvnsadT-iGp7Cg &>/tmp/live-dl-minatoaqua.log &

# View processes
ps aux | grep live-dl
501 94552   964   0  9:38PM ttys009    0:00.06 bash live-dl https://www.youtube.com/channel/UC1opHUrw8rvnsadT-iGp7Cg
501 94765   964   0  9:39PM ttys009    0:00.00 grep live-dl

# Stop process
kill 94552

License

AGPL-3.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].