Thierry Lelégard
Thierry Lelégard
Hi @lmoody1 Could you please post the result of `tsanalyze` and `tspsi` for the 4 TS files? A zip archive with 8 text files should be accepted as attachment. If...
Hi @lmoody1 ~~~ -P pat -c -a 0x1/0x21 ... -P pat -c -a 0x2/0x21 ... -P pat -c -a 0x3/0x21 ~~~ Is there a reason why you declare the three...
Hi @lmoody1 Since this problem and its previous variants were around for some time, I looked into it more closely, without the files. In fact, this is not a bug,...
Hi @lmoody1 Please try to understand the principle of a chain of plugins. What you see is normal again. The TS goes through all the plugins one by one. In...
You are mixing everything here. - You inject your PAT on PID 1000 instead of 0 - Your XML PAT says service 0x1 on PMT PID 100 (decimal) - Your...
> I need to add maximum_bitrate_descriptor for the video elementary transport stream in PMT table on the fly with the value from the stream. What do you mean by "with...
The `analyze` plugin returns an analysis of the TS and all PID's but the bitrate values are average, not maximum. We may find a way to do that with scripting...
Fixed in commit a0ad9310bfd346515aef1aef6e96758e3bdf2a5c
And BTW, building the .rpm and .deb packages with NOEDITLINE=1 was also incorrect. Just fixed it in commit 3105f5736519061dffa08f32b58bb692e0f47ca8. The use of libedit was recently added and I must admit...
> BTW, the sed line removing librist has no effect, as librist hasn't made it into tsduck.pc, which is probably an incorrect omission. Ah, ah, good catch, your turn 😄...