JSPM

hls-explore

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q27312F
  • License MIT

Simple TUI for exploring HLS files

Package Exports

  • hls-explore
  • hls-explore/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hls-explore) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

hls-explore

A simple TUI tool to explore HLS streams.

It fetches the playlist, in text form, and renders the rows on the screen. Rows that are expandable are green. When selecting an expandable row, and pressing enter/return on it, that item is fetched an displayed instead.

screenshot

Installation

npm install -g hls-explore

Usage

hls-explore <HLS-playlist-URL>

Key-bindings

Key Action
j or ⬇️ Move cursor down
k or ⬆️ Move cursor up
Enter Expand the selected item, if possible
tab Jump to the next expandable item
shift-tab Jump to the previous expandable item
p Exit the program and print the full URL to the selected item
q or esc Close the active view, backing to the previous state
Q Exit