root@ustym4kpro:~# dvb-ip-mpe2ts -h
Usage: dvb-ip-mpe2ts [OPTIONS]
----------------------------------------------
dvb-ip-mpe2ts v0.7a 22/11/2018
Extract ts-file:
-i, DVB-IP-MPE TS input file ('-' for STDIN)
-o, extracted TS output file ('-' for STDOUT)
-p, pid to be processed
-a, destination IP-address, e.g. 127.0.0.1
-n, destination port, e.g. 3000
Scan file for pids, destination IP-addresses and port:
-s, number of valid TS packets with pusi to be scanned in DVB-IP-MPE TS input file, e.g 100
-i, DVB-IP-MPE TS input file ('-' for STDIN)
Help:
-h, print this help
Examples:
dvb-ip-mpe2ts -i inputfile.ts -o outputfile.ts -p 200 -a 127.0.0.1 -n 3000
dvb-ip-mpe2ts -i inputfile.ts -o - -p 200 -a 127.0.0.1 -n 3000 > outputfile.ts
cat inputfile.ts | dvb-ip-mpe2ts -i - -o - -p 200 -a 127.0.0.1 -n 3000 > outputfile.ts
dvb-ip-mpe2ts -i inputfile.ts -s 100
root@ustym4kpro:~#