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

Map Script Fivem [better] Jun 2026

Place your .ymap , .ybn , or .ytd files here. These are the actual 3D models and textures.

Custom MLOs often come with doors that swing freely or do not lock. To fix this, you must integrate your map coordinates with a script like ox_doorlock or qb-doorlock . You will need to use a tool like CodeWalker to extract the exact hash door names and coordinates from your map files to lock them via script. 5. Troubleshooting Common Map Script Issues

I can provide the exact code snippets or optimization steps to fit your project. Share public link

Loading massive custom maps destroys player frame rates (FPS). Advanced map scripts use distance culling. They only render props and high-resolution textures when a player walks near them, saving precious server memory and client hardware resources. Interactive Teleports and Elevators map script fivem

Simplest:

Map scripts can conflict with other assets. Watch out for these three common issues during development.

Note: The this_is_a_map 'yes' directive ensures that the server properly registers the map boundaries and streaming data. 3. How to Install a Map Script on Your FiveM Server Place your

Check your fxmanifest.lua and ensure the folder structure is correct.

A FiveM map script review should cover everything from technical stability to the "feel" it adds to your server. Whether you are looking at a live map interface like Live Map or an MLO interior from developers like NTeam , use this structure to evaluate or write your review. 1. Performance & Optimization

Two maps editing the same coordinates will fight. Always check for overlap, especially in popular areas like the airport or Legion Square. To fix this, you must integrate your map

-- Play Sound (Client side) -- You can replace this with native sounds like "DOOR_HEIST_METAL_GATE_OPEN" PlaySoundFromCoord(-1, "Beep_Red", KeypadCoords.x, KeypadCoords.y, KeypadCoords.z, "DLC_HEIST_HACKING_SNAKE_SOUNDS", false, 5.0, false)

MLO stands for Multi-Interior Location. These files cut holes into existing game buildings to insert seamless, walk-in interiors.