tomcast reads mpeg transport streams over http or udp (multicast or unicast) and outputs them to chosen multicast group. Basically a simple http2multicast daemon designed to work 24/7.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

TODO 252B

12345678
  1. - Write documentation.
  2. - Write man page.
  3. - Add install/uninstall targets in Makefile.
  4. - Add long options using getopt_long.
  5. - Add RTP input.
  6. - Add RTP output.
  7. - Add RELEASE file and use it for versioning.
  8. - The code is written in 2010, modernize it...