Skip to content

enricovittorini/nextviewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published