Need help: a https server with support for video streaming (from specific offset)

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Rocket

    A web framework for Rust. (by Drakulix)

  • I had some success with a related POC. I used Rocket and based my code on this Rocket fork. So yeah you need to add headers to your response that you support range requests and handle the Range header in requests and browsers should stream your video automatically. It's been a while so I don't know if Rocket has more streamlined support for ranged requests nowadays and I haven't checked out other frameworks for this purpose.

  • nozomi-video-streamer

    A dead simple on demand video streaming service written in rust.

  • thanks, by looking at this I could adapt my terminology to be more exact - as stream for video was always pointing to RTS or live streaming solutions - and use video-on-demand that best fit my use case. With this change I was able to find a possible perfect match to my needs: https://github.com/NOBLES5E/nozomi-video-streamer

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

    Rocket-rs responder to range requests using types that implement Read + Seek

  • You can use Rocket together with https://github.com/rydz/rocket_seek_stream.

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

  • Symfony 7 vs. .NET 8 - same-same but different?

    1 project | dev.to | 3 May 2024
  • Rust to .NET compiler – Progress update

    1 project | news.ycombinator.com | 3 May 2024
  • rbspy: A Sampling CPU Profiler for Ruby

    1 project | news.ycombinator.com | 3 May 2024
  • Show HN: CandleEmbed – A crate for generating text embeddings from HF models

    1 project | news.ycombinator.com | 3 May 2024
  • Show HN: Gauntlet – Raycast-inspired open-source application launcher

    1 project | news.ycombinator.com | 3 May 2024