@livedesk/client 0.1.132 → 0.1.134
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 +12 -12
- package/bin/livedesk-client.js +2 -2
- package/fast/linux-x64/livedesk-client-fast.dll +0 -0
- package/fast/linux-x64/livedesk-client-fast.pdb +0 -0
- package/fast/osx-arm64/livedesk-client-fast.dll +0 -0
- package/fast/osx-arm64/livedesk-client-fast.pdb +0 -0
- package/fast/osx-x64/livedesk-client-fast.dll +0 -0
- package/fast/osx-x64/livedesk-client-fast.pdb +0 -0
- package/fast/win-x64/livedesk-client-fast.dll +0 -0
- package/fast/win-x64/livedesk-client-fast.pdb +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Run a direct LiveDesk remote client from a controlled computer.
|
|
4
4
|
|
|
5
5
|
```powershell
|
|
6
|
-
npx -y livedesk client
|
|
7
|
-
npx -y livedesk client 3
|
|
6
|
+
npx -y --prefer-online livedesk@latest client
|
|
7
|
+
npx -y --prefer-online livedesk@latest client 3
|
|
8
8
|
```
|
|
9
9
|
|
|
10
10
|
`@livedesk/client` is the internal direct package and remains available for
|
|
@@ -33,7 +33,7 @@ Supabase Auth must allow the CLI callback URL:
|
|
|
33
33
|
http://127.0.0.1:5198/callback
|
|
34
34
|
```
|
|
35
35
|
|
|
36
|
-
If you use a custom port, run `npx -y livedesk client --auth-port 5200` and add
|
|
36
|
+
If you use a custom port, run `npx -y --prefer-online livedesk@latest client --auth-port 5200` and add
|
|
37
37
|
the matching callback URL to Supabase Auth redirect URLs.
|
|
38
38
|
|
|
39
39
|
The client registers the device, sends status heartbeats, can return
|
|
@@ -60,15 +60,15 @@ point `LIVEDESK_FFMPEG` at a verified LGPL ffmpeg build before shipping.
|
|
|
60
60
|
Useful flags:
|
|
61
61
|
|
|
62
62
|
```powershell
|
|
63
|
-
npx -y livedesk client 3
|
|
64
|
-
npx -y livedesk client --no-thumbnail
|
|
65
|
-
npx -y livedesk client --no-live
|
|
66
|
-
npx -y livedesk client --no-audio
|
|
67
|
-
npx -y livedesk client --files-dir "D:\LiveDeskFiles"
|
|
68
|
-
npx -y livedesk client --engine node
|
|
69
|
-
npx -y livedesk client --engine fast --trace-frames
|
|
70
|
-
npx -y livedesk client --auth-port 5200
|
|
71
|
-
npx -y livedesk client --logout
|
|
63
|
+
npx -y --prefer-online livedesk@latest client 3
|
|
64
|
+
npx -y --prefer-online livedesk@latest client --no-thumbnail
|
|
65
|
+
npx -y --prefer-online livedesk@latest client --no-live
|
|
66
|
+
npx -y --prefer-online livedesk@latest client --no-audio
|
|
67
|
+
npx -y --prefer-online livedesk@latest client --files-dir "D:\LiveDeskFiles"
|
|
68
|
+
npx -y --prefer-online livedesk@latest client --engine node
|
|
69
|
+
npx -y --prefer-online livedesk@latest client --engine fast --trace-frames
|
|
70
|
+
npx -y --prefer-online livedesk@latest client --auth-port 5200
|
|
71
|
+
npx -y --prefer-online livedesk@latest client --logout
|
|
72
72
|
```
|
|
73
73
|
|
|
74
74
|
Frame pipeline roadmap:
|
package/bin/livedesk-client.js
CHANGED
|
@@ -35,8 +35,8 @@ function printHelp() {
|
|
|
35
35
|
LiveDesk Client
|
|
36
36
|
|
|
37
37
|
Usage:
|
|
38
|
-
npx @
|
|
39
|
-
npx @
|
|
38
|
+
npx -y --prefer-online livedesk@latest client
|
|
39
|
+
npx -y --prefer-online livedesk@latest client 3
|
|
40
40
|
|
|
41
41
|
Default flow:
|
|
42
42
|
Opens a LiveDesk connection page with Google sign-in or a 6-digit PIN.
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|