LorenzCK / OnTopReplica

A real-time always-on-top “replica” of a window of your choice (on Windows).
Other
2.51k stars 277 forks source link

can not see the live video #135

Closed jianboy closed 2 years ago

jianboy commented 2 years ago

OS system: windows 10

browser: Microsoft Edge Version 105.0.1343.53 (Official build) (64-bit)

OnTopReplica: v3.5.1-fix

image

DarkIrata commented 2 years ago

Does it work when you focus the Browser? Under Chrome there is a setting which causes that.

jianboy commented 2 years ago

Yes, it works well. but it stopped when the Edge browser window is minimize.

jianboy commented 2 years ago

you can see this video:

https://user-images.githubusercontent.com/11532015/193782452-a43e442e-5096-4727-ac19-3750f1a5d914.mp4

DarkIrata commented 2 years ago

I don't know if it will fix it for minimizing, but to make it work when running in the beackground you have to change the WindowOcclusionEnabled flag to false. chrome://flags/#calculate-native-win-occlusion edge://flags/#calculate-native-win-occlusion

I had it to set via registry for chrome after version 99+, i don't know if it is still neccessery. [HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome] "WindowOcclusionEnabled"=dword:00000000

Not sure what the edge path would be. But since edge is based on chromium, it shouldn't be that different.

jianboy commented 2 years ago

But any other window, what should I do? for example:

https://user-images.githubusercontent.com/11532015/193788263-d839ff8f-d719-4126-8be6-c8a40b8985ff.mp4

jianboy commented 2 years ago

thank you very much!