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 :-)
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.
This tool accepts:
- TSoIP
- SRT in caller mode
- SRT in Listener mode
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