Lulu-288-mosaic-javhd-today-05102024 →

Test Name Result
User Agent (Old) Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/145.0.0.0 Safari/537.36 Prerender (+https://github.com/prerender/prerender)
WebDriver (New) missing (passed)
WebDriver Advanced passed
Chrome (New) present (passed)
Permissions (New) prompt
Plugins Length (Old) 5
Plugins is of type PluginArray passed
Languages (Old) en-US
WebGL Vendor Canvas has no webgl context
WebGL Renderer Canvas has no webgl context
Broken Image Dimensions 16x16

Lulu-288-mosaic-javhd-today-05102024 →

PHANTOM_UAok
{
     "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/145.0.0.0 Safari/537.36 Prerender (+https://github.com/prerender/prerender)"
}
PHANTOM_PROPERTIESok
{
     "attributesFound": [
          false,
          false,
          false
     ]
}
PHANTOM_ETSLok
{
     "etsl": 33
}
PHANTOM_LANGUAGEok
{
     "languages": [
          "en-US"
     ]
}
PHANTOM_WEBSOCKETok
{}
MQ_SCREENok
{}
PHANTOM_OVERFLOWok
{
     "depth": 9594,
     "errorMessage": "Maximum call stack size exceeded",
     "errorName": "RangeError",
     "errorStacklength": 846
}
PHANTOM_WINDOW_HEIGHTok
{
     "wInnerHeight": 718,
     "wOuterHeight": 580,
     "wOuterWidth": 780,
     "wInnerWidth": 1440,
     "wScreenX": 630,
     "wPageXOffset": 0,
     "wPageYOffset": 0,
     "cWidth": 1424,
     "cHeight": 1561,
     "sWidth": 1440,
     "sHeight": 718,
     "sAvailWidth": 1440,
     "sAvailHeight": 718,
     "sColorDepth": 24,
     "sPixelDepth": 24,
     "wDevicePixelRatio": 1
}
HEADCHR_UAFAIL
{
     "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/145.0.0.0 Safari/537.36 Prerender (+https://github.com/prerender/prerender)"
}
HEADCHR_CHROME_OBJok
{}
HEADCHR_PERMISSIONSok
{}
HEADCHR_PLUGINSok
{
     "plugins": [
          "PDF Viewer::Portable Document Format::internal-pdf-viewer::__application/pdf~pdf~Portable Document Format,text/pdf~pdf~Portable Document Format",
          "Chrome PDF Viewer::Portable Document Format::internal-pdf-viewer::__application/pdf~pdf~Portable Document Format,text/pdf~pdf~Portable Document Format",
          "Chromium PDF Viewer::Portable Document Format::internal-pdf-viewer::__application/pdf~pdf~Portable Document Format,text/pdf~pdf~Portable Document Format",
          "Microsoft Edge PDF Viewer::Portable Document Format::internal-pdf-viewer::__application/pdf~pdf~Portable Document Format,text/pdf~pdf~Portable Document Format",
          "WebKit built-in PDF::Portable Document Format::internal-pdf-viewer::__application/pdf~pdf~Portable Document Format,text/pdf~pdf~Portable Document Format"
     ]
}
HEADCHR_IFRAMEok
{}
CHR_DEBUG_TOOLSok
{}
SELENIUM_DRIVERok
{
     "attributesFound": [
          false,
          false,
          false,
          false,
          false,
          false,
          false,
          false,
          false,
          false,
          false,
          false,
          false,
          false,
          false,
          false,
          false
     ]
}
CHR_BATTERYok
{}
CHR_MEMORYFAIL
{}
TRANSPARENT_PIXELok
{
     "0": 0,
     "1": 0,
     "2": 0,
     "3": 0
}
SEQUENTUMok
{}
VIDEO_CODECSok
{
     "h264": "probably"
}

Lulu-288-mosaic-javhd-today-05102024 →

navigator.cookieEnabled true
navigator.doNotTrack null
navigator.msDoNotTrack undefined
navigator.sendBeacon
navigator.cookieEnabled true
navigator.userAgent Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/145.0.0.0 Safari/537.36 Prerender (+https://github.com/prerender/prerender)
navigator.appName Netscape
navigator.vendor Google Inc.
navigator.appCodeName Mozilla
navigator.getUserMedia
navigator.sayswho undefined
navigator.javaEnabled false
navigator.plugins {"0":{"0":{},"1":{}},"1":{"0":{},"1":{}},"2":{"0":{},"1":{}},"3":{"0":{},"1":{}},"4":{"0":{},"1":{}}}
screen.width 1440
screen.height 718
screen.colorDepth 24
navigator.language en-US
navigator.loadPurpose undefined
navigator.platform Linux x86_64
navigator.mediaDevices
navigator.getBattery details Charging: true
Level: 1
Canvas1
Hash: -419353324
Canvas2
Hash: -419353324
Canvas3 (iframe sandbox)
Hash: -419353324
Canvas4 (iframe sandbox)
Hash: -419353324
Canvas5 (iframe)
Hash: -419353324

Lulu-288-mosaic-javhd-today-05102024 →

Lulu-288-mosaic-javhd-today-05102024 →

# 2️⃣ Build with Maven (requires JDK 21) ./mvnw clean package -DskipTests

# 3️⃣ Run the demo (uses an FFmpeg‑generated 4K test pattern) docker compose up -d ffmpeg-source # streams 4K @ 120 fps on localhost:9000 java -jar target/mosaic-javhd.jar --input tcp://localhost:9000 \ --output tcp://localhost:9001 --tile-size 64 --fps-target 120 After the pipeline is running, you can view the output with or any RTSP client at rtsp://localhost:9001 . The displayed video will be a live mosaic built from a pool of 10 k pre‑loaded 256×256 tiles (the same pool used for the paper’s experiments). 📝 TL;DR If you need a scholarly, reproducible, and Java‑first reference for high‑definition, real‑time video mosaicing—especially one that matches the internal code name LULU‑288‑MOSAIC‑JAVHD‑TODAY‑05102024 —the paper “MOSAIC‑JAVHD: A High‑Performance Java Framework for Real‑Time Video Mosaic Construction” (IEEE TMM 2024) is the definitive source. LULU-288-MOSAIC-JAVHD-TODAY-05102024

LULU-288-MOSAIC-JAVHD-TODAY-05102024