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 715B

1234567891011121314151617181920212223242526272829
  1. v1.30 | 21 Dec 2016
  2. * Add web access for monitoring and reconfiguration
  3. v1.20 | 17 Aug 2013
  4. * First publicly released version.
  5. v1.15 | 13 Sep 2012
  6. * Add option to send reset packets when source have been reconnected.
  7. These packets prevent VLC from hanging.
  8. v1.14 | 16 May 2012
  9. * Set send buffer size.
  10. v1.13 | 01 Mar 2012
  11. * Use mpeg_sync on connect.
  12. * Update libfuncs to latest version from upstream repo.
  13. v1.12 | 10 Dec 2010
  14. * Allow URL to contain anything
  15. v1.11 | 21 Jul 2010
  16. * Send X-Smart-Client: yes in GET request
  17. v1.10 | 24 Feb 2010
  18. * Check for read errors and reconnect
  19. * Check for write errors and reconnect udp socket if there are any
  20. v1.00 | 09 Feb 2010
  21. * First version.