This tool enables sending 188-byte packet TS files over IP multicast. It is also capable of restreaming TS received via HTTP and HTTPS over IP Multicast.
The tool is distributed in form of executable JAR and runs on any GUI-capable machine running latest version of Java.
You can run the tool from the command line:
java -jar tslemurs_mcaster.jar
but just double clicking the JAR file will work under most operating systems.
Logs are produced using Java Logging API.
Logging can be configured by optionally supplying a logging configuration file:
java -Djava.util.logging.config.file=debuglogging.properties -jar tslemurs_mcaster.jar
A sample logging configuration file is available here.