[dvblast-devel] [PATCH v2 0/6] Add more commands to dvblastctl

Georgi Chorbadzhiyski gf at unixsol.org
Mon Aug 29 10:36:43 CEST 2011


The following patches add six new commands over cmd socket.
These commands allow external program to reconstruct what
services and pids are comming into dvblast. I'll use the new
commands in web interface for dvblast that is currently
being developed.

Changelog since v1 series ([PATCH 0/4] Allow dvblastctl to have access to current PAT/CAT/NIT/SDT)
 * Allow large command answers to work
 * Add get_pmt <service_id> command (it was posted as separate patch to ML)
 * Add per PID information and get_pids, get_pid <pid> commands

Georgi Chorbadzhiyski (6):
  comm: Allow command answer to be split in multiple packets
  dvblastctl: Add get_pat, get_cat, get_nit and get_sdt commands.
  dvblastctl: Add get_pmt command.
  Move MAX_PIDS definition to dvblast.h and use it.
  demux: Add per pid information and counters.
  dvblastctl: Add get_pids and get_pid <pid> commands.

 NEWS         |    3 +
 comm.c       |  119 ++++++++++++++++++++++++++++++++-
 comm.h       |   26 +++++++-
 demux.c      |   73 +++++++++++++++++++-
 dvblast.h    |   26 +++++++
 dvblastctl.c |  210 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 util.c       |   87 ++++++++++++++++++++++++
 7 files changed, 531 insertions(+), 13 deletions(-)

-- 
1.7.5.1



More information about the dvblast-devel mailing list