Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.28 KB

README.md

File metadata and controls

51 lines (30 loc) · 1.28 KB

nextViewer

This is a very experimental tool to view the strucutre of a TS. Made by a newbie just for fun and learn. Use it at your own risk :-)

How to use it

The app is made of two components:

  • a backend based on Nodejs and use tsduck for TS Analysis
  • a front-end basedon Nextjs

The back-end server listen on port 8081.

Feature

This tool accepts:

  • TSoIP
  • SRT in caller mode
  • SRT in Listener mode

Docker version

A pre-package version is available as Docker image.

docker pull enricovittorini/nextviewer:latest

To allow the Docker image have access to the netowrk interfaces of the host server, run the image with the --net=host option

docker run --net host --name nextviewer -p 8081:8081 enricovittorini/nextviewer:latest

Service Icons

TV Service

Radio Service

Component Icons

Video Component

Audio Component

Teletext Component

App Component

Scrambled / ECM Component

EMM component

Unknown Component

Table Component