Streaming Youtube Audio/Video with Rust

This page summarizes the projects mentioned and recommended in the original post on /r/rust

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. webrtc

    A pure Rust implementation of WebRTC (by webrtc-rs)

    https://github.com/webrtc-rs/webrtc Webrtc looks feature complete now, may be a good start for web streaming part. https://github.com/cssivision/ytdl youtube download implementation.

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. ytdl

    youtube download cli in rust. (by cssivision)

    https://github.com/webrtc-rs/webrtc Webrtc looks feature complete now, may be a good start for web streaming part. https://github.com/cssivision/ytdl youtube download implementation.

  4. rodio

    Rust audio playback library

    I changed into mp3 cuz I didn't know how to use rodio to play other file format like m4a, because it needed symphonia and I could'nt find any example of symphonia on the internet.

  5. Symphonia

    Pure Rust multimedia format demuxing, tag reading, and audio decoding library

    I changed into mp3 cuz I didn't know how to use rodio to play other file format like m4a, because it needed symphonia and I could'nt find any example of symphonia on the internet.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Developing a WebRTC SFU library in Rust

    4 projects | dev.to | 26 Mar 2025
  • Trying to get WebRTC ICE to work with Rust

    1 project | /r/rust | 29 Sep 2023
  • Yew + Tauri WASM Desktop App - Methods of Local Filesystem Access

    1 project | /r/rust | 4 Jul 2023
  • Real-Time Video Processing with WebCodecs and Streams

    3 projects | news.ycombinator.com | 18 Mar 2023
  • Can you help me with Webrtc-rs and insertable streams?

    1 project | /r/rust | 7 Mar 2023

Did you know that Rust is
the 5th most popular programming language
based on number of references?