@xiboplayer/renderer 0.3.0 → 0.3.2-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -51,4 +51,4 @@ await renderer.renderLayout(xlf, { mediaBaseUrl: '/cache/' });
51
51
 
52
52
  ---
53
53
 
54
- **Part of the [XiboPlayer SDK](https://github.com/linuxnow/xiboplayer)**
54
+ **Part of the [XiboPlayer SDK](https://github.com/xibo-players/xiboplayer)** | [MCP Server](https://github.com/xibo-players/xiboplayer/tree/main/mcp-server) for AI-assisted development
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xiboplayer/renderer",
3
- "version": "0.3.0",
3
+ "version": "0.3.2-1",
4
4
  "description": "RendererLite - Fast, efficient XLF layout rendering engine",
5
5
  "type": "module",
6
6
  "main": "./src/index.js",
@@ -12,7 +12,7 @@
12
12
  "dependencies": {
13
13
  "nanoevents": "^9.1.0",
14
14
  "pdfjs-dist": "^4.10.38",
15
- "@xiboplayer/utils": "0.3.0"
15
+ "@xiboplayer/utils": "0.3.1"
16
16
  },
17
17
  "devDependencies": {
18
18
  "vitest": "^2.0.0",
@@ -1386,7 +1386,7 @@ export class RendererLite {
1386
1386
  video.preload = 'auto'; // Eagerly buffer - chunks are pre-warmed in SW BlobCache
1387
1387
  video.muted = widget.options.mute === '1';
1388
1388
  video.loop = false; // Don't use native loop - we handle it manually to avoid black frames
1389
- video.controls = isDebug(); // Show controls only in debug mode
1389
+ video.controls = false; // Hidden by default — toggle with V key in PWA
1390
1390
  video.playsInline = true; // Prevent fullscreen on mobile
1391
1391
 
1392
1392
  // Handle video end - pause on last frame instead of showing black