How do media centers like Emby achieve video streaming to HTML video players with FFMPEG?

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • nightfall

    Easy to use lib for creating on-demand transcoding sessions for efficient media playback. (by Dusk-Labs)

  • Plex has a fork of ffmpeg where they add a throttling mechanism but I'm not sure on the specifics of it. In Dim we throttle ffmpeg by telling the OS scheduler to pause or unpause a process. We achieve this on Linux by using SIGSTOP and SIGCONT. On windows we use some undocumented APIs that essentially do the same thing. You can see more details here: https://github.com/Dusk-Labs/nightfall/blob/master/src/utils.rs

  • Emby

    Emby Server is a personal media server with apps on just about every device.

  • I've been messing around with Emby and Plex media managers recently and one cool feature that I found interesting is that both of them are able to stream media to other devices with the help of FFMPEG. Specifically, they are able to use this stream as an input to HTML and browser video players. With seeking support.

  • 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.

    InfluxDB logo
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