Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
SAT>IP Client: increase pids limit for TVHeadend SAT>IP server
  • Loading branch information
perexg committed Mar 23, 2015
1 parent 02a9b02 commit 47f249f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/input/mpegts/satip/satip.c
Expand Up @@ -380,6 +380,9 @@ satip_device_hack( satip_device_t *sd )
} else if (strstr(sd->sd_info.manufacturer, "Triax") &&
strstr(sd->sd_info.modelname, "TSS400")) {
sd->sd_pilot_on = 1;
} else if (strcmp(sd->sd_info.modelname, "TVHeadend SAT>IP") == 0) {
sd->sd_pids_max = 128;
sd->sd_pids_len = 2048;
}
}

Expand Down

0 comments on commit 47f249f

Please sign in to comment.