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.

ChangeLog 906B

12345678910111213141516171819202122232425262728293031323334
  1. vNEXT | xx xxx xxxx
  2. * Add support for handling of 301/302 HTTP redirects
  3. * Add support for detecting encrypted input and switching sources
  4. if the input is encrypted (use -E option).
  5. v1.30 | 21 Dec 2016
  6. * Add web access for monitoring and reconfiguration
  7. v1.20 | 17 Aug 2013
  8. * First publicly released version.
  9. v1.15 | 13 Sep 2012
  10. * Add option to send reset packets when source have been reconnected.
  11. These packets prevent VLC from hanging.
  12. v1.14 | 16 May 2012
  13. * Set send buffer size.
  14. v1.13 | 01 Mar 2012
  15. * Use mpeg_sync on connect.
  16. * Update libfuncs to latest version from upstream repo.
  17. v1.12 | 10 Dec 2010
  18. * Allow URL to contain anything
  19. v1.11 | 21 Jul 2010
  20. * Send X-Smart-Client: yes in GET request
  21. v1.10 | 24 Feb 2010
  22. * Check for read errors and reconnect
  23. * Check for write errors and reconnect udp socket if there are any
  24. v1.00 | 09 Feb 2010
  25. * First version.