All Projects → soldiermoth → hlsq

soldiermoth / hlsq

Licence: MIT license
A small CLI for adding some color to your HLS manifests along with some basic filtering

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to hlsq

alpine-dash-hls
A ready-prepared video transcoding pipeline to create DASH/ HLS compatible video files & playlists
Stars: ✭ 43 (-32.81%)
Mutual labels:  hls
demuxer
A tool for demux ts/mp4/flv by typescript. Support HEVC/AVC/AAC codec
Stars: ✭ 108 (+68.75%)
Mutual labels:  hls
docker-wyze-bridge
RTMP/RTSP/LL-HLS bridge for Wyze cams in a docker container
Stars: ✭ 1,146 (+1690.63%)
Mutual labels:  hls
shaka-php
🎞 Shaka PHP is a library that uses Shaka Packager for DASH and HLS packaging and encryption, supporting Common Encryption for Widevine and other DRM Systems.
Stars: ✭ 63 (-1.56%)
Mutual labels:  hls
Android-hls
最近公司产品需要,调研hls(m3u8) aes-128 解密播放 . 分析 51Cto, 慕课
Stars: ✭ 73 (+14.06%)
Mutual labels:  hls
wyzecam-hls
Converts MP4 files from WyzeCam NFS to HLS stream. Much more stable alternative to RTSP firmware.
Stars: ✭ 58 (-9.37%)
Mutual labels:  hls
replay
A React video player facilitating adaptive stream playback with custom UI and a React-friendly API.
Stars: ✭ 202 (+215.63%)
Mutual labels:  hls
stalkerhek
Stalker portal proxy server that allows sharing account on multiple STB boxes and play on VLC.
Stars: ✭ 63 (-1.56%)
Mutual labels:  hls
mock-hls-server
Fake a live/event HLS stream from a VOD one. Useful for testing. Supports looping.
Stars: ✭ 61 (-4.69%)
Mutual labels:  hls
morsel
📇 Swift library for creating HLS playlists and fragmented mp4 files. Works on Linux and iOS.
Stars: ✭ 26 (-59.37%)
Mutual labels:  hls
Radium
Synced stream and video playback with VOD capabilities utilizing HLS. Developed for movie nights but has many use cases.
Stars: ✭ 172 (+168.75%)
Mutual labels:  hls
streamer
Go Package built around spinning up streaming processes
Stars: ✭ 37 (-42.19%)
Mutual labels:  hls
colorsys-go
🎃 colorsys-go is a go package(or lib) for everyone to transform one color system to another. The transformation is among RGB, YIQ, HLS and HSV.
Stars: ✭ 75 (+17.19%)
Mutual labels:  hls
hlswatch
keep track of hls viewer stats
Stars: ✭ 44 (-31.25%)
Mutual labels:  hls
hms-video-demo-android
HUAWEI Video Kit supports streaming media in 3GP, MP4, or TS format and compliant with HTTP/HTTPS, HLS, or DASH. The Kit also provides abundant playback controls, delivering personalized video experiences to users.
Stars: ✭ 22 (-65.62%)
Mutual labels:  hls
webcam-stream
Webcam HLS streaming tutorial with raspberry pi
Stars: ✭ 25 (-60.94%)
Mutual labels:  hls
megacubo
A intuitive, multi-language and cross-platform IPTV player. Available for Windows, Android, Linux & macOS.
Stars: ✭ 134 (+109.38%)
Mutual labels:  hls
vms
Streaming River IPTV server - proxy frontend
Stars: ✭ 27 (-57.81%)
Mutual labels:  hls
HLSCachingReverseProxyServer
A simple local reverse proxy server for HLS segment cache
Stars: ✭ 99 (+54.69%)
Mutual labels:  hls
shaka-player-react
A simple React component wrapper for shaka-player
Stars: ✭ 79 (+23.44%)
Mutual labels:  hls

HLSQ

A small CLI for adding some color to your HLS manifests and some basic filtering. This CLI is not strict in its parsing so it will still work for manifests preceeded by a grep. Named in tribute to the the great venerable jq cli.

Release GitHub Workflow Status Go Report Card Software License Powered By: GoReleaser
Mentioned in Awesome

Basic Example

Filtering

There are some basic filtering operations available in this CLI in the form of a single {attribute name} {op} {value}, this will be expanded in the future to accept more complex queries.

Filtering Example

Currently supported operations by value type

  • Numbers: >, >=, <, <=, =, !=
  • String: =, !=, ~, !~, & rlike

Install Instructions

Pre-built Binary

Visit the latest releases and pull a pre-built binary

Homebrew

$ brew install soldiermoth/tap/hlsq

From Source

Assuming a recent installation of Go is installed: https://golang.org/doc/install

$ go get github.com/soldiermoth/hlsq

Demuxed Special Colors

As tribute to Demuxed2020 added colors matching the SWAG tshirts: -demuxed

Demuxed Flag

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