Ticket #7716: netcontrol_play_event.patch

File netcontrol_play_event.patch, 853 bytes (added by foobum <foobum@…>, 14 years ago)
  • programs/mythfrontend/networkcontrol.cpp

  • programs/mythfrontend/networkcontrol.cpp

     
    621621            while ((timer.elapsed() < 10000) &&
    622622                   (GetMythUI()->GetCurrentLocation().toLower() != "playbackbox"))
    623623                usleep(10000);
     624
     625            // Wait for playbackbox to listen for events
     626            usleep(2000000);
     627
    624628        }
    625629
    626630        if (GetMythUI()->GetCurrentLocation().toLower() == "playbackbox")