From ca32a15a22b3bffa7f62bec81141d96850887fdf Mon Sep 17 00:00:00 2001 From: Oliver Freyermuth Date: Mon, 5 Jan 2015 23:41:54 +0100 Subject: stream_dvb: Add possibility to dump a full transponder. Was already possible before by injecting the magic PID 8192 into channels.conf, the flag makes this much more useable and we also have it documented. Useful not only for debugging, but also for incomplete channels.conf (mplayer format...), multi-channel recording, or channels which do dynamic PID switchng. full-transponder is also useful for channels which switch PIDs on-the-fly. ffmpeg can handle this, but it needs the full stream with all PIDs. --- stream/dvbin.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'stream/dvbin.h') diff --git a/stream/dvbin.h b/stream/dvbin.h index 2a9130e5aa..c475984450 100644 --- a/stream/dvbin.h +++ b/stream/dvbin.h @@ -115,6 +115,8 @@ typedef struct dvb_params { int cfg_card; int cfg_timeout; char *cfg_file; + + int cfg_full_transponder; } dvb_priv_t; -- cgit v1.2.3