Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mpegts network: turn on skipinitscan & autodiscovery
  • Loading branch information
perexg committed Feb 18, 2016
1 parent e3c6b41 commit f2b741c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/input/mpegts/mpegts_network.c
Expand Up @@ -422,6 +422,8 @@ mpegts_network_create0

/* Defaults */
mn->mn_satpos = INT_MAX;
mn->mn_skipinitscan = 1;
mn->mn_autodiscovery = 1;

/* Load config */
if (conf)
Expand Down

0 comments on commit f2b741c

Please sign in to comment.