Ensure EPG modules are properly init before dvb hardware and thus mux scanning can start. Else setups with single mux on adapter (who on earth would do that!) will not get any EPG data.
This commit is contained in:
parent
abc09456c2
commit
11f713dd85
1 changed files with 3 additions and 3 deletions
|
@ -395,6 +395,9 @@ main(int argc, char **argv)
|
|||
|
||||
channels_init();
|
||||
|
||||
epggrab_init();
|
||||
epg_init();
|
||||
|
||||
access_init(createdefault);
|
||||
|
||||
tcp_server_init();
|
||||
|
@ -415,9 +418,6 @@ main(int argc, char **argv)
|
|||
|
||||
capmt_init();
|
||||
|
||||
epggrab_init();
|
||||
epg_init();
|
||||
|
||||
dvr_init();
|
||||
|
||||
htsp_init();
|
||||
|
|
Loading…
Add table
Reference in a new issue