Python Streaming

Open-source Python projects categorized as Streaming

Top 23 Python Streaming Projects

  • river

    🌊 Online machine learning in Python

    Project mention: 🔍Underrated Open Source Projects You Should Know About 🧠 | dev.to | 2024-03-20

    River is a Python library for online machine learning. Online machine learning can dynamically adapt to new patterns in the data, or when the data itself is generated as a function of time, e.g., stock price prediction, content personalization.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • tribler

    Privacy enhanced BitTorrent client with P2P content discovery

    Project mention: Tribler 7.13.0 | news.ycombinator.com | 2023-08-30

    > Towards making Bittorrent anonymous and impossible to shut down.

    > We use our own dedicated Tor-like network for anonymous torrent downloading. We implemented and enhanced the Tor protocol specifications. Tribler includes our own Tor-like onion routing network with hidden services based seeding and end-to-end encryption.

    https://github.com/Tribler/tribler#readme (GPLv3 although also LGPL)

    I first thought "Is Justin Bieber gay?" in their release was some kind of vandalism of their release, but no, they pose that question as a vehicle for how their software is attempting to solve(?) trusted tagging

  • vidgear

    A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features :fire:

    Project mention: Why HTTP/3 is eating the world | news.ycombinator.com | 2023-10-05

    My experience that played out over the last few weeks lead me to a similar belief, somewhat. For rather uninteresting reasons I decided I wanted to create mp4 videos of an animation programmatically, from scratch.

    The first solution suggested when googling around is to just create all the frames, save them to disk, and then let ffmpeg do its thing from there. I would have just gone with that for a one-off task, but it seems like a pretty bad solution if the video is long, or high res, or both. Plus, what I really wanted was to build something more "scalable/flexible".

    Maybe I didn't know the right keywords to search for, but there really didn't seem to be many options for creating frames, piping them straight to an encoder, and writing just the final video file to disk. The only one I found that seemed like it could maybe do it the way I had in mind was VidGear[1] (Python). I had figured that with the popularity of streaming, and video in general on the web, there would be so much more tooling for these sorts of things.

    I ended up digging way deeper into this than I had intended, and built myself something on top of Membrane[2] (Elixir)

    [1] https://abhitronix.github.io/vidgear/

  • smart_open

    Utils for streaming large files (S3, HDFS, gzip, bz2...)

  • yt-dlc

    media downloader and library for various sites.

    Project mention: “YouTube-dlc” the fork of the port from “YouTube-dl” | news.ycombinator.com | 2023-08-26
  • pathway

    Pathway is a high-throughput, low-latency data processing framework that handles live data & streaming for you. Made with ❤️ for Python & ML/AI developers.

    Project mention: Choosing Between a Streaming Database and a Stream Processing Framework in Python | dev.to | 2024-02-10

    We understood how streaming databases differ from traditional databases, stream processing engines, conventional analytics databases, or OLAP databases. Now let’s focus on when and why we can use stream data processing frameworks for Python as an alternative to streaming databases. Python is the go-to language for data science and machine learning. There are some stream-processing libraries and frameworks in Python such as Bytewax, Quix, GlassFlow, Pathway. They have been developed to cope with the challenges Python Engineers face with Apache Kafka or Flink since they do not natively support Python.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • edl

    Inofficial Qualcomm Firehose / Sahara / Streaming / Diag Tools :)

    Project mention: Rooting the Boox Tab Mini C | /r/Onyx_Boox | 2023-10-29

    Open up QFIL (which should have been installed as part of the QPST tool). Click "Configuration" -> "FireHose Configuration" and in the window which pops up change the "Device Type" to UFS as informed by the article here "https://www.ereaderpro.co.uk/en/blogs/news/e-ink-product-follow-up-boox-tab-mini-c-and-page-versus-previous-generation". The article indicates that the device uses UFS2.1 as it's storage protocol. It also indicates that the device uses a Qualcomm® Snapdragon™ 662. In order to properly program the chip we need an appropriate programmer which is `prog_firehose_life_ddr_patched.zip`. The driver to communicate with the Qualcomm chip was originally found in a git thread (https://github.com/bkerler/edl/issues/200) attached to a comment as `prog_firehose_life_ddr_patched.zip` here: https://github.com/bkerler/edl/files/7991604/prog_firehose_life_ddr_patched.zip. To use this change the "Select Build Type" to be "Flat Build" and then click "Browse" for the "Programmer Path" and point it to `prog_firehose_life_ddr_patched.zip`.

  • plex_debrid

    Plex torrent streaming through Debrid Services

    Project mention: Jellyfin + RD | /r/RealDebrid | 2023-12-09

    https://github.com/itsToggle/plex_debrid supports Plex/Emby/Jellyfin/Infuse

  • Twitch-Channel-Points-Miner-v2

    A simple script that will watch a stream for you and earn the channel points.

  • gridplayer

    Play videos side-by-side

    Project mention: Title ko bhi lafda karna hai | /r/JEENEETards | 2023-04-26

    Mujhe bhi 15 min pehle Tak nahi pata tha, used this software https://github.com/vzhd1701/gridplayer and windows inbuilt screen recorder

  • streaming

    A Data Streaming Library for Efficient Neural Network Training (by mosaicml)

    Project mention: FLaNK Stack Weekly 12 February 2024 | dev.to | 2024-02-12
  • hidamari

    Video wallpaper for Linux. Written in Python. 🐍

    Project mention: Use Wallpaper engine wallpapers on Linux | /r/linux_gaming | 2023-05-05

    Download Hidamari on Flathub or compile it yourself https://github.com/jeffshee/hidamari

  • xbmc

    Prime Video Addon for Kodi Media Center (by Sandmann79)

  • kawaii-player

    Multimedia player, media library manager and portable media server with PC-To-PC casting feature.

  • zipfly

    Python Zip Stream

  • radio-active

    Play any radios around the globe right from the terminal :zap:

    Project mention: radio-active: Play any radios from the terminal | news.ycombinator.com | 2023-11-27
  • DXcam

    A Python high-performance screen capture library for Windows using Desktop Duplication API

    Project mention: I need a fast way to get my monitor feed into my image recognition algorithm (currently using YOLOv8 with python) | /r/computervision | 2023-05-03

    I haven’t ran performance testing but try dxcam

  • Botflix

    🎥 Stream your favorite movie from the terminal!

    Project mention: Wife material | /r/linuxmemes | 2023-05-18

    Linux with Python honestly. With Python, don’t need Netflix when there’s Botflix on Linux anyway!

  • python-tidal

    Python API for TIDAL music streaming service

    Project mention: Tidal Web API? | /r/TIdaL | 2023-06-17

    Maybe this? https://tidalapi.netlify.app/ https://github.com/tamland/python-tidal

  • overpass

    A self-hosted live video streaming platform with Discord authentication, auto-recording and more! (by GOATS2K)

  • supysonic

    Supysonic is a Python implementation of the Subsonic server API.

  • buildflow

    BuildFlow, is an open source framework for building large scale systems using Python. All you need to do is describe where your input is coming from and where your output should be written, and BuildFlow handles the rest. No configuration outside of the code is required.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-04-15.

Python Streaming related posts

Index

What are some of the best open-source Streaming projects in Python? This list will help you:

Project Stars
1 streamlink 9,546
2 river 4,754
3 tribler 4,469
4 vidgear 3,183
5 smart_open 3,087
6 yt-dlc 2,846
7 pathway 1,696
8 edl 1,357
9 plex_debrid 1,324
10 Twitch-Channel-Points-Miner-v2 1,189
11 gridplayer 1,004
12 streaming 916
13 hidamari 831
14 xbmc 741
15 kawaii-player 597
16 zipfly 517
17 radio-active 446
18 DXcam 422
19 Botflix 416
20 python-tidal 378
21 overpass 344
22 supysonic 258
23 buildflow 189
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com