From 7f84da4902e183013f1250fed2dbfaa86a636db1 Mon Sep 17 00:00:00 2001 From: Oliver Freyermuth Date: Mon, 5 Jan 2015 20:27:22 +0100 Subject: stream_dvb: Record PIDs with human-readable content, bump max demuxer count. There is the STD which contains service-names (ffmpeg can understand it), and the EIT which contains the EPG (ffmpeg does not parse it, but e.g. VLC does). As we now have more PIDs in general, increase the maximum number of demuxers we can open. ffmpeg has an internal limit of 64 PIDs, we are still far from that. --- stream/dvbin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/dvbin.h') diff --git a/stream/dvbin.h b/stream/dvbin.h index 61bc0b1e18..2a9130e5aa 100644 --- a/stream/dvbin.h +++ b/stream/dvbin.h @@ -55,7 +55,7 @@ #define DVB_CHANNEL_HIGHER 1 #ifndef DMX_FILTER_SIZE -#define DMX_FILTER_SIZE 16 +#define DMX_FILTER_SIZE 32 #endif typedef struct { -- cgit v1.2.3