SurfaceS
SurfaceS
included in v14.1
That is a react issue. We should track the browsed id and force.
fixed in #4647
@ik666 You don't have to mess up too much the code to have concurrent MediaInfo parsing. See #4638
@ik666 In case of parallel access to the same objectID and same renderer, later threads wait till first one finishes. Each renderer has its own store under `MediaStore`. synchronized members...
> The synchronized methods synchronize agains the class, and this is IMHO far to much (block all renderer). The synchronized methods synchronize against the associated instance of the class =>...
@ik666 I've just reviewed your PR. You can copy/paste my code (#4638 #4639 #4640 #4643) on this PR if needed. I just want to have a fixed/working/clean PR. > Added...
> I have been running [b4b68bb](https://github.com/UniversalMediaServer/UniversalMediaServer/commit/b4b68bb2f35cd7992386cd42b072210809c1d272) for a couple of days and it seems good. Will switch to this one now @SubJunk You were running on the full Jetty servlets...
> Want logs? No, it is fixed now
> This branch is working well for me, but I am mostly a TV user so I don't use the web player much. Is there anything specific I should be...