Page 1 of 1

Squarer for ZM

Posted: Fri Feb 26, 2021 5:21 pm
by a-pavlov
Hi all,
I've started using ZM a few months ago and tried a couple applications. But didn't find application which can show multiple screens and provide ability to configure video outputs positions. I know about montage view, but some views were empty and I can not switch to hi resolution view when I need it.
So I developed squarer application for ZM: https://github.com/a-pavlov/zmSquarer.
Now it is desktop application, but it can be compiled for mobile platforms also.
Main features:
  • Hi performance. Using libjpeg-turbo to decompress input stream
  • Wizard to configure scene
  • On right click you can open Hi res stream associate with view(if configured)
Application in MVP state and supports only http/no auth ZM configuration for now.
Maybe it can be useful.
Thank you.

Re: Squarer for ZM

Posted: Tue Mar 02, 2021 8:24 pm
by Henri
Hi pavlov,
I downloaded the Windows Binary and i unzip the files into the directory zmSquarer_pkg. If i start the application in that directory the connection to the server works and i can see all the cameras but if i start the streaming the application is crashing with unreferenced link/object.
Do i need to set a Path or install additional software ?
Regards Henri

Re: Squarer for ZM

Posted: Wed Mar 24, 2021 6:26 pm
by a-pavlov
Hi Henry,
sorry for late answer - I didn't have any notifications. I will create debug build and provide the link.
No any additional software is required. Most likely I've missed something because I have only one ZM server and two kinds on configuratuions - http/https.
Thank you.

Re: Squarer for ZM

Posted: Mon Apr 05, 2021 6:24 pm
by a-pavlov
I observe the application crash sometimes on exit or close hi-res views. Will investigate it.
Also the application is available for Android: https://play.google.com/store/apps/deta ... l=ru&gl=US

Re: Squarer for ZM

Posted: Fri Jan 07, 2022 8:04 am
by a-pavlov
Hi all,
I've updated the application to make it available on Android TV devices. If you have such devices you can try to test the application.
The home page is https://github.com/a-pavlov/zmSquarer. Warning: The application still does not support ZM authentication.
Thank you.