-
-
Notifications
You must be signed in to change notification settings - Fork 274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DESKTOP] Playback issue on windows platform #151
Comments
@abishai - what playback - live or events ? I tried both and I don't see it at all - Windows 10, 64bit |
Events. That's very strange. I updated rather old version today (1.0.2 maybe). It had bug with recorder event view (I suspected network issues, so not reported it) - the frame starts show rather slowly and before it draws to the end it superseded by the next frame and so one. In worst case, I saw just a black screen. If I click to rocket icon, it starts play more intensive (say, 1 frame per second), but too way slow as well. |
Looks like I'm hitting CPU bottleneck when I resample images (< 100% events scale). httpd is eating a core when I playback. My cameras are highres (up to 3MP / 6 fps). I'm thinking how it can be optimized. ZM web interface playbacks things more smoothly. ZM Ninja life view works as well when using zmc. |
I think the problem is each time image.php requests an image, a new apache process is launched. Can you check how many apache processes get launched when you view ? I am thinking of ditching this completely and routing via zms as well - that will also fix the event speed problems #161 . What do you think? |
I see one active process when I playback event. I suppose it's KeepAlive work. The issue is that with scale < 100 my workaround for php 5.4 is started and it adds some more CPU press, on linux box I have scaling disabled. I think, routing via zms is wonderful idea, I find it faster in all terms. Another option is to request images directly, without proxyfing it through php at all. |
Something is wrong on windows platform (64 and 32 bit) - the playback is very slow (beyond usability), like 1 frame per 2 sec.
Works flawlessly on my arch linux.
The text was updated successfully, but these errors were encountered: