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

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