jessgade
I have the same issue during start up. It takes about 4 minutes to launch the network service with tv scheduler installed and the tv3 service fails completely. I use the scheduler plugin for TV3 to synchronize the EPG and I assume because of this the TVserver can only start if TVScheduler service is already running. Anyway it only happens if both services (TVScheduler&TVService) are set to start automaticall which is the default value.
As a workaround you could set both services to start maually in service manager and instead use a script in the autostart folder:
NET START TVScheduler
NET START TVService
For me it works pretty well. |