Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

tizenbrew-iptv

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tizenbrew-iptv

Simple IPTV player module for TizenBrew

latest
npmnpm
Version
0.1.3
Version published
Weekly downloads
38
65.22%
Maintainers
1
Weekly downloads
 
Created
Source

Miso IPTV (TizenBrew app module)

Simple IPTV app module for TizenBrew.

Install

npm i tizenbrew-iptv

Publish (maintainer)

npm login
npm run pack:check
npm run publish:public

Features

  • Load M3U playlist from URL
  • Channel list + search
  • Play HLS/HTTP streams in <video>
  • TV remote friendly controls

Controls

  • Up/Down: move channel list
  • Enter: play selected channel
  • Left/Right: focus list/player panel
  • Play/Pause: toggle playback
  • Stop: stop stream
  • Red key: focus URL input
  • Green key: reload playlist

Notes

  • HLS (.m3u8) playback uses native support when available, with hls.js fallback on desktop browsers.
  • Works best with m3u8/HLS streams on Samsung Tizen TVs.
  • Some codecs/streams may not be supported by TV hardware.

Module structure

  • package.json (TizenBrew app module metadata)
  • app/index.html
  • app/style.css
  • app/app.js
  • service.js

Keywords

tizen

FAQs

Package last updated on 24 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts