catalinii / minisatip

minisatip is an SATIP server for linux using local DVB-S2, DVB-C, DVB-T or ATSC cards
https://minisatip.org
328 stars 81 forks source link

satip-axe: parameter "enable only specified adapters" does not work #956

Open ast261 opened 2 years ago

ast261 commented 2 years ago

Using parameter -e 0 does not work.

power-adapter-0-only.txt

Steps to reproduce:

  1. start minisatip with above parameter
  2. wait until "No tuner found/active" is displayed on the web page
  3. (try to) watch a channel
catalinii commented 2 years ago

Hi,

Based on the logs I can see: Initializing with 1 devices Which indicates that just one adapter is open

Thanks

ast261 commented 2 years ago

There is no picture/sound in tvheadend/kodi, not even a black screen.

catalinii commented 2 years ago

Does thi setup work without -e 0? In the log I can see just the setup command but not the play command and the client closes the connection is.

Can u try other client?

ast261 commented 2 years ago

Does thi setup work without -e 0?

yes.

Can u try other client?

Same with Android client:

power-adapter-0-only-android-app.txt

Jalle19 commented 2 years ago

Maybe not related to this issue directly, but the log statements are confusing (always "adapter 0"):

[21/03 19:15:04.062]: opening adapter 0 failed with exit code 3
[21/03 19:15:04.062]: Failed to init device 1 with return value 1
[21/03 19:15:04.062]: opening adapter 0 failed with exit code 3
[21/03 19:15:04.062]: Failed to init device 2 with return value 1
[21/03 19:15:04.062]: opening adapter 0 failed with exit code 3
[21/03 19:15:04.062]: Failed to init device 3 with return value 1
Jalle19 commented 2 years ago

I just tested this and it definitely works (see log) minisatip_e0_working.txt

ast261 commented 2 years ago

I was not precise enough. You need to wait a short time after minisatip start. See steps to reproduce in first post.