[mythtv-users] mythfrontend animation delay

Scott Theisen scott.the.elm at gmail.com
Tue Jan 6 21:49:00 UTC 2026


On 2026/01/06 06:11, James Abernathy wrote:
>
>
> On Mon, Jan 5, 2026 at 2:14 PM Scott Theisen <scott.the.elm at gmail.com> 
> wrote:
>
>
>     PortChecker blocks the UI thread by sleeping for half a second, so
>     the fade in animation is really slow when PortChecker is being
>     used.  I'm looking into it
>
>
> If I add the mythfrontend option, "--noupnp", the delay in animation 
> goes away.
>
> Jim A

That makes sense since I first noticed the problem after removing the 
Qt3 code from libmythupnp, during which I made the SSDP code not run in 
its own thread, so the PortChecker calls now are running in, and 
blocking, the UI thread.

Regardless, removing the 500 ms sleep from PortChecker does fix the 
animation delay, but my first set of changes to PortChecker caused some 
other problems and was reverted.  I am waiting for some testing of a new 
set of changes from those who could reproduce the problem the reverted 
changes caused. https://github.com/MythTV/mythtv/pull/1249

Scott Theisen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20260106/129099d0/attachment.htm>


More information about the mythtv-users mailing list