All Projects → kanongil → hls-segment-reader

kanongil / hls-segment-reader

Licence: other
Node.js Readable for retrieving HLS segments.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to hls-segment-reader

mock-hls-server
Fake a live/event HLS stream from a VOD one. Useful for testing. Supports looping.
Stars: ✭ 61 (+238.89%)
Mutual labels:  stream, hls, m3u8
Backoffice Administration
Stars: ✭ 89 (+394.44%)
Mutual labels:  stream, hls, m3u8
Hls.js
HLS.js is a JavaScript library that plays HLS in browsers with support for MSE.
Stars: ✭ 10,791 (+59850%)
Mutual labels:  stream, hls
Nginx Vod Module
NGINX-based MP4 Repackager
Stars: ✭ 1,378 (+7555.56%)
Mutual labels:  stream, hls
Magicalexoplayer
The Easiest Way To Play/Stream Video And Audio Using Google ExoPlayer In Your Android Application
Stars: ✭ 171 (+850%)
Mutual labels:  stream, hls
Shinobi
☮️ 🇵🇸 Shinobi CE - The Free Open Source CCTV platform written in Node.JS (Camera Recorder - Security Surveillance Software - Restreamer
Stars: ✭ 1,099 (+6005.56%)
Mutual labels:  stream, hls
Freeiptv
FreeIPTV • Watch Free IPTV World Wide
Stars: ✭ 68 (+277.78%)
Mutual labels:  stream, m3u8
Desktoplivestreaming
DesktopLiveStreaming
Stars: ✭ 138 (+666.67%)
Mutual labels:  stream, hls
wsa
WSA(Websocket Streaming Agent) is a stream server target for mp4/h264 streaming over websocket
Stars: ✭ 35 (+94.44%)
Mutual labels:  stream, hls
CBPlayer
一个内置P2P的神奇播放器
Stars: ✭ 60 (+233.33%)
Mutual labels:  hls, m3u8
Android-hls
最近公司产品需要,调研hls(m3u8) aes-128 解密播放 . 分析 51Cto, 慕课
Stars: ✭ 73 (+305.56%)
Mutual labels:  hls, m3u8
nginx-audio-track-for-hls-module
🔉 Nginx module that generates audio track for HTTP Live Streaming (HLS) streams on the fly.
Stars: ✭ 122 (+577.78%)
Mutual labels:  stream, hls
Free Hls Live
Free live streaming with Free-HLS (Free HLS 直播姬)
Stars: ✭ 47 (+161.11%)
Mutual labels:  stream, hls
Huong-dan-cai-dat-stream-server-va-chuyen-doi-video-sang-streaming
Hướng dẫn cài đặt stream server và chuyển đổi video thường sang dạng TS Streaming
Stars: ✭ 29 (+61.11%)
Mutual labels:  stream, hls
livego
直播服务器 hls stream online RTMP AMF HLS HTTP-FLV
Stars: ✭ 30 (+66.67%)
Mutual labels:  stream, hls
Node M3u8stream
Concatenates segments from a m3u8/dash-mpd playlist into a consumable stream.
Stars: ✭ 127 (+605.56%)
Mutual labels:  stream, m3u8
sms
rtmp server and super media server whith golang.
Stars: ✭ 65 (+261.11%)
Mutual labels:  stream, hls
vidi
<video> playback simplified
Stars: ✭ 31 (+72.22%)
Mutual labels:  stream, hls
hls-downloader
Download all video files from HLS (HTTP Live Streaming) VoD (Video on Demand) m3u8 playlist for local playback
Stars: ✭ 121 (+572.22%)
Mutual labels:  hls, m3u8
hls-rip
Tool for ripping m3u8 playlists/segments.
Stars: ✭ 14 (-22.22%)
Mutual labels:  hls, m3u8

HlsSegmentReader for node.js

Read segments from any Apple HLS source in an object-mode Readable.

Node.js CI

Installation

$ npm install hls-segment-reader

License

(BSD 2-Clause License)

Copyright (c) 2014-2020, Gil Pedersen <[email protected]> All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].