mptsd icon indicating copy to clipboard operation
mptsd copied to clipboard

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 QA...

Results 24 mptsd issues
Sort by recently updated
recently updated
newest added

Could the option be added to mux private PES stream such as Teletext? Yes I know, Its a dead format however, I'd like to use teletext as a way of...

Hi, When using the parameter "-B" for streaming with different bandwith than the default one (38Mbps), after some time of starting the execution I see error messages and the output...

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...

hello sir, first thanx to you for great great software for small network. my request to you, can you sopport for xmltv for epg? i have xmltv file so can...

When rotating over the list of inputs, you traverse the root of the list. This is an empty node, so you need to advance to the next element. So, without...

Instead of forward the distance from the current PCR and the last PCR over next packets to read, this patch backguards it to the previous packets. So it calculates the...

Hi @gfto , In order to support PIPE output (instead of only Network UDP output), I suggest to merge the changes from @gvangool : https://github.com/gvangool/mptsd/commits/master His work includes support for...

Adds a new option (`-f`) to store the filename, if none is specified use the current default filename (`mptsd-output.ts`).

Allow the user to disable the network output with the (new) -N option.