JMultiViewer Free is now available

Share this post

Facebooktwitterlinkedin

We are happy to announce the release our new free solution for preview and monitoring – JMultiViewer Free. The solution is available for free download and usage for both commercial and non-commercial purposes.

JMultiViewer Free with up to 4 channels preview and monitoring

JMultiViewer Free with up to 4 channels preview and monitoring

JMultiViewer Free is targeted to small production and delivery organizations, where it can be freely used for monitoring and detection of input loses and freezes.

The solution supports different input interfaces, such as: NDI®, SD-SDI, HD-SDI, 6G-SDI, HDMI, Composite and Component. With JMultiViewer Free any NewTek NDI® compliant source solution output can be monitored. As for the rest of the interfaces, any BlackMagic capture card can be used.

JMultiViewer Free offers preview and monitoring of up to 4 channels of different kind. The free solution also provides detection of black and freeze video frames, audio silence and noise as well as signal lost. JMultiViewer Free reports all error detections via e-mail, sound alarm or visually in the solution interface. Furthermore, detailed log of all error detections is available. The free version also provides REST API server, which allows integration of with any third party solution.

The freeware version of JMultiViewer is a restricted version of the standard full version of JMultiViewer, where the only limitation of number of input channels are the available system resources. The full version also offers wide variety of IP inputs as well as audio and video codec support.

Coming soon: More great features are already in development.

Stay tuned for our future updates and new releases.

Follow our company’s pages on Facebook, Twitter, Google+ or LinkedIn! Never miss an important update from us.

Follow Us

Facebooktwitterlinkedin
You might also like

Sql Server Data Tools 2019 !free! May 2026

| Component | Purpose | |-----------|---------| | | Offline representation of database schema (tables, views, stored procedures, functions, etc.) as .sql files in a Visual Studio project. | | SSDT BI Tools | For Analysis Services (SSAS), Integration Services (SSIS), and Reporting Services (SSRS) projects (tabular, multidimensional, packages, reports). |

MyDatabaseProject/ ├── dbo/ │ ├── Tables/ │ │ ├── Users.sql │ │ └── Orders.sql │ ├── Stored Procedures/ │ │ └── GetOrdersByUser.sql │ └── Functions/ ├── Security/ │ └── RoleMemberships.sql ├── References/ ├── Scripts/ │ ├── Pre-Deployment/ │ │ └── Script.PreDeployment.sql │ └── Post-Deployment/ │ └── Script.PostDeployment.sql └── MyDatabaseProject.sqlproj sql server data tools 2019

Abstract SQL Server Data Tools (SSDT) 2019 is a modern development environment for building, debugging, and deploying SQL Server and Azure SQL databases. Integrated into Visual Studio 2019, SSDT enables database developers to work with offline project-based schemas, version control, and declarative model comparisons. This paper examines SSDT 2019’s core components, key features, installation process, typical workflows, and practical advantages over traditional management tools. It also addresses limitations and best practices for enterprise adoption. 1. Introduction SQL Server Data Tools (SSDT) represents a paradigm shift from traditional, instance-bound database management (e.g., SQL Server Management Studio) to a declarative, source-controlled, and offline-first development model. SSDT 2019 is the version aligned with Visual Studio 2019 (though also available as a standalone installer for VS 2017/2019). It supports SQL Server 2012 through 2019, Azure SQL Database, and Azure Synapse Analytics. 2. Core Components SSDT 2019 consists of two main capabilities: | Component | Purpose | |-----------|---------| | |