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.

channels.conf-example 669B

12345678910111213141516
  1. ## The config file format is (use TABs not spaces!):
  2. ##
  3. ## channel[tab]dest[tab]source
  4. ##
  5. ## Lines starting with # are considered comments.
  6. ## Read channel from http://example.com/stb/btv.mpg and output it to multicast address 239.78.78.78:5000
  7. chan1 239.78.78.78:5000 http://example.com/chan1.ts
  8. ## chan2 have multiple sources. If a source doesn't work, tomcast switches to the next one.
  9. chan2 239.79.79.79:5000 http://example.com/chan2.ts
  10. chan2 239.79.79.79:5000 http://example.com/chan2.ts
  11. chan2 239.79.79.79:5000 http://example.com/chan2.ts
  12. ## chan3 have multicast source, tomcast just rewrites the multicast group.
  13. chan3 239.80.80.80:5000 udp://239.1.2.3:5000/