bitrate values for HD channels in "Stream Info" looks odd, at same time in log i see something like
Code: Alles auswählen
[LT:3affcc38:demux ] Read read: Value too large for defined data type fd:42, ev:0x0 DMX_TP pid:0x090b flt:0x00
...
[LT:3affcc38:demux ] Read read: Value too large for defined data type fd:42, ev:0x0 DMX_TP pid:0x090b flt:0x00
[LT:3affcc38:demux ] Close dmx_tp_count < 0!!
Code: Alles auswählen
#define TS_LEN 188
#define TS_BUF_SIZE (TS_LEN * 2048) /* fix dmx buffer size */
On other hand, in neutrino.conf we have "recording_bufsize_dmx" constant - if those values correlate with each other, should we read appropriate value from conf file first?