mptsd reads mpegts streams from udp/multicast or http and combines them into one multiple program stream that is suitable for outputting to DVB-C modulator. Tested with Dektec DTE-3114 Quad QAM Modulator and used in production in small DVB-C networks. https://georgi.unixsol.org/programs/mptsd/
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.

web_pages.h 117B

1234567
  1. #ifndef WEB_PAGES_H
  2. #define WEB_PAGES_H
  3. void cmd_index(int clientsock);
  4. void cmd_reconnect(int clientsock);
  5. #endif