livedesk 0.1.413 → 0.1.414

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/client/README.md CHANGED
@@ -89,7 +89,7 @@ Frame pipeline roadmap:
89
89
 
90
90
  - Mode 1: `mode1-jpeg` - current test path using screen capture, resize, and JPEG binary frames.
91
91
  - Mode 2: `mode2-lzo` - cross-platform wall path using independent RGB565LE frames capped at 320x180 and compressed as LZO1X blocks. The wall defaults to 8 fps. macOS and Linux keep one persistent local capture helper per client process. Legacy `mode2-lz4` settings migrate to this mode.
92
- - Mode 3: `mode3-h264-hw` - OS-specific H.264 path. Windows tries Media Foundation/NVENC/QSV/AMF, macOS prefers ScreenCaptureKit plus VideoToolbox, and Linux tries NVENC/VAAPI/QSV before falling back to the bundled ffmpeg `libx264` encoder. Linux users do not need to install ffmpeg separately when starting LiveDesk through the published npm package. macOS emits one startup key frame and then an approximately one-second GOP. The launcher uses bundled ffmpeg for fallback paths unless `LIVEDESK_FFMPEG` points to a custom binary. On macOS, set `LIVEDESK_FFMPEG_AVFOUNDATION_INPUT` only when the ScreenCaptureKit helper is unavailable and the AVFoundation fallback input is not `1:none`.
92
+ - Mode 3: `mode3-h264-hw` - OS-specific H.264 path. Windows tries Media Foundation/NVENC/QSV/AMF, macOS prefers ScreenCaptureKit plus VideoToolbox, and Linux tries NVENC/VAAPI/QSV before falling back to the bundled ffmpeg `libx264` encoder. Linux users do not need to install ffmpeg separately when starting LiveDesk through the published npm package. macOS emits one startup key frame and then an approximately half-second recovery GOP. The launcher uses bundled ffmpeg for fallback paths unless `LIVEDESK_FFMPEG` points to a custom binary. On macOS, set `LIVEDESK_FFMPEG_AVFOUNDATION_INPUT` only when the ScreenCaptureKit helper is unavailable and the AVFoundation fallback input is not `1:none`.
93
93
 
94
94
  Legacy mode names such as `remote-fast` and `remote-quality` are treated as
95
95
  Mode 1 aliases.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livedesk/client",
3
- "version": "0.1.178",
3
+ "version": "0.1.179",
4
4
  "description": "LiveDesk local remote client",
5
5
  "type": "module",
6
6
  "bin": {
@@ -39,10 +39,10 @@
39
39
  "ws": "^8.18.3"
40
40
  },
41
41
  "optionalDependencies": {
42
- "@livedesk/fast-linux-x64": "0.1.384",
43
- "@livedesk/fast-osx-arm64": "0.1.384",
44
- "@livedesk/fast-osx-x64": "0.1.384",
45
- "@livedesk/fast-win-x64": "0.1.384"
42
+ "@livedesk/fast-linux-x64": "0.1.385",
43
+ "@livedesk/fast-osx-arm64": "0.1.385",
44
+ "@livedesk/fast-osx-x64": "0.1.385",
45
+ "@livedesk/fast-win-x64": "0.1.385"
46
46
  },
47
47
  "publishConfig": {
48
48
  "access": "public"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "livedesk",
3
- "version": "0.1.413",
4
- "livedeskClientVersion": "0.1.178",
3
+ "version": "0.1.414",
4
+ "livedeskClientVersion": "0.1.179",
5
5
  "buildFlavor": "production",
6
6
  "description": "LiveDesk Hub and client launcher",
7
7
  "type": "module",
@@ -49,10 +49,10 @@
49
49
  "ws": "^8.18.3"
50
50
  },
51
51
  "optionalDependencies": {
52
- "@livedesk/fast-linux-x64": "0.1.384",
53
- "@livedesk/fast-osx-arm64": "0.1.384",
54
- "@livedesk/fast-osx-x64": "0.1.384",
55
- "@livedesk/fast-win-x64": "0.1.384"
52
+ "@livedesk/fast-linux-x64": "0.1.385",
53
+ "@livedesk/fast-osx-arm64": "0.1.385",
54
+ "@livedesk/fast-osx-x64": "0.1.385",
55
+ "@livedesk/fast-win-x64": "0.1.385"
56
56
  },
57
57
  "publishConfig": {
58
58
  "access": "public"