hls-proxy VS node-m3u8

Compare hls-proxy vs node-m3u8 and see what are their differences.

hls-proxy

NPM library for proxying HLS requests (by Eyevinn)

node-m3u8

Streaming parser for m3u8 files in node (by Eyevinn)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
hls-proxy node-m3u8
2 1
7 4
- -
4.1 2.0
over 2 years ago about 1 year ago
TypeScript JavaScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

hls-proxy

Posts with mentions or reviews of hls-proxy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-10.
  • Inserting HLS Interstitials for an existing VOD library
    3 projects | dev.to | 10 Nov 2021
    This HLS manifest manipulation library can rewrite a media playlist and insert an interstitial. But to actually implement this we need a service that will provide this manipulated playlist. There are different ways this can be done, either using the @eyevinn/hls-proxy library or using an AWS Lambda function with an application gateway. An option we described in this blog post.
  • Open source HLS proxy library for manifest manipulation
    4 projects | dev.to | 3 Nov 2021
    There are a number of use cases where HLS manifest manipulation techniques are applicable. Multi CDN switching, server-side ad insertion, looping or truncating a VOD, to mention a few. The fundamental principle is that you need some HLS proxy between the video player and the original HLS you wish to modify somehow. As this is a very common component in all these use cases we have developed and open sourced an NPM library, hls-proxy, that takes care of that. In this post we will describe how to use it and examples of some use cases.

node-m3u8

Posts with mentions or reviews of node-m3u8. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-03.
  • Open source HLS proxy library for manifest manipulation
    4 projects | dev.to | 3 Nov 2021
    This handler is called after the proxy has fetched the master manifest from the origin. It provides the original request received by the proxy, base URL set by the originHandler and a parsed M3U object (@eyevinn/m3u8). It is expected to return an HLS master manifest.

What are some alternatives?

When comparing hls-proxy and node-m3u8 you can also consider the following projects:

hls-splice - NPM library to splice HLS VOD

hls-repeat - NPM library to repeat an HLS VOD and create a new HLS VOD

fastify - Fast and low overhead web framework, for Node.js

lambda-stitch - A Lambda function to insert ads in VOD