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.

mptsd_valgrind 250B

1234567891011
  1. ulimit -c unlimited
  2. valgrind \
  3. --log-file=mptsd-$(date +%F-%H:%M:%S).log \
  4. --leak-check=full \
  5. --show-reachable=yes \
  6. --undef-value-errors=no \
  7. --trace-children=yes \
  8. --run-libc-freeres=yes \
  9. --time-stamp=yes \
  10. -- \
  11. ./mptsd -O 239.78.78.78