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_nit.conf 1.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. [Global]
  2. network_name = "Unixsol DVB-C network"
  3. [Transponder1]
  4. transport_stream_id = 1
  5. frequency = 0658,0000
  6. modulation = 64-QAM
  7. symbol_rate = 006,8750
  8. [Transponder2]
  9. transport_stream_id = 2
  10. frequency = 0666,0000
  11. modulation = 64-QAM
  12. symbol_rate = 006,8750
  13. [Transponder3]
  14. transport_stream_id = 3
  15. frequency = 0674,0000
  16. modulation = 64-QAM
  17. symbol_rate = 006,8750
  18. [Transponder4]
  19. transport_stream_id = 4
  20. frequency = 0682,0000
  21. modulation = 64-QAM
  22. symbol_rate = 006,8750
  23. [Transponder5]
  24. transport_stream_id = 5
  25. frequency = 0690,0000
  26. modulation = 64-QAM
  27. symbol_rate = 006,8750
  28. [Transponder6]
  29. transport_stream_id = 6
  30. frequency = 0698,0000
  31. modulation = 64-QAM
  32. symbol_rate = 006,8750
  33. [Transponder7]
  34. transport_stream_id = 7
  35. frequency = 0706,0000
  36. modulation = 64-QAM
  37. symbol_rate = 006,8750
  38. [Transponder8]
  39. transport_stream_id = 8
  40. frequency = 0714,0000
  41. modulation = 64-QAM
  42. symbol_rate = 006,8750