minisatip icon indicating copy to clipboard operation
minisatip copied to clipboard

[BUG] DESCRIBE wrong tuner on non active stream

Open 9000h opened this issue 5 years ago • 1 comments

I did copy your post over as this is a different issue

@catalinii wrote in https://github.com/catalinii/minisatip/issues/660#issuecomment-574974632 [15/01 00:28:43.525 main]: adapter.c:1334: get_adapter returns NULL for adapter_id -1 Which means adapter is invalid (-1). Then: https://github.com/catalinii/minisatip/blob/master/src/adapter.c#L1335 aid->0 When the tuner is printed, (ad && ad->tp.fe > 0) ? ad->tp.fe : aid + 1 is evaluated as aid + 1 which is 1. Yes the issues is that the adapter parameters are unknown, but if you find something useful in the specs how to handle this case, we can change the code.

9000h avatar Jan 16 '20 23:01 9000h

Hi @9000h ,

This bug is outdated? Or already valid?

lars18th avatar Jan 25 '23 07:01 lars18th