gfto / mptsd

mptsd receives mpegts streams from udp/multicast or http and combines them into one multiple program stream that is suitable for outputing to DVB-C modulator. It is tested with Dektec DTE-3114 Quad QAM Modulator and it is used in production in couple of small DVB-C networks.
http://georgi.unixsol.org/programs/mptsd/
GNU General Public License v2.0
53 stars 41 forks source link

feature request, some options #29

Open daenix opened 5 years ago

daenix commented 5 years ago

It would be nice if:

  1. I can feed EPG from another external application (via UDP unicast/multicast, transparent EPG/EIT)

  2. Same for NIT table.

  3. Map PIDS also SDT PMT not only via an algorithm but also via a re-mapping table

  4. Make from a tv service a radio service by extracting just 1 audio pid.

1-2. At least to have an option to mute NIT and/or EPG/EIT.

  1. At least to have the option to leave its parameters (PIDS) as-is. (transparent muxing)

  2. (Any other suggestion welcomed, )

1-2. For example both features can be a single option by specifying transparent muxing on PID (0x0010 and 0x0012) and then adding stream source for each of them.

Thanks.

ryci-us commented 4 years ago

If you want to mute NIT or EIT, you can simply change timeout value to -1 in your mptsd.conf. I.E. to mute NIT, EIT, TOT, TDT: [Timeouts] pat = 100 pmt = 200 sdt = 500 nit = -1 eit = -1 tdt = -1 tot = -1