@livedesk/client 0.1.85 → 0.1.87
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 +16 -12
- 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,10 +3,14 @@
|
|
|
3
3
|
Run a direct LiveDesk remote client from a controlled computer.
|
|
4
4
|
|
|
5
5
|
```powershell
|
|
6
|
-
npx
|
|
7
|
-
npx
|
|
6
|
+
npx -y livedesk client
|
|
7
|
+
npx -y livedesk client 3
|
|
8
8
|
```
|
|
9
9
|
|
|
10
|
+
`@livedesk/client` is the internal direct package and remains available for
|
|
11
|
+
advanced diagnostics. The public command above keeps Hub and client versions
|
|
12
|
+
aligned.
|
|
13
|
+
|
|
10
14
|
The default flow opens Google sign-in, waits for the active LiveDesk Hub
|
|
11
15
|
published by the same account, and connects locally. If the Hub is not
|
|
12
16
|
ready yet, the client keeps checking every 5 seconds instead of exiting. Omit the
|
|
@@ -27,7 +31,7 @@ Supabase Auth must allow the CLI callback URL:
|
|
|
27
31
|
http://127.0.0.1:5198/callback
|
|
28
32
|
```
|
|
29
33
|
|
|
30
|
-
If you use a custom port, run `npx
|
|
34
|
+
If you use a custom port, run `npx -y livedesk client --auth-port 5200` and add
|
|
31
35
|
the matching callback URL to Supabase Auth redirect URLs.
|
|
32
36
|
|
|
33
37
|
The client registers the device, sends status heartbeats, can return
|
|
@@ -49,15 +53,15 @@ point `LIVEDESK_FFMPEG` at a verified LGPL ffmpeg build before shipping.
|
|
|
49
53
|
Useful flags:
|
|
50
54
|
|
|
51
55
|
```powershell
|
|
52
|
-
npx
|
|
53
|
-
npx
|
|
54
|
-
npx
|
|
55
|
-
npx
|
|
56
|
-
npx
|
|
57
|
-
npx
|
|
58
|
-
npx
|
|
59
|
-
npx
|
|
60
|
-
npx
|
|
56
|
+
npx -y livedesk client 3
|
|
57
|
+
npx -y livedesk client --no-thumbnail
|
|
58
|
+
npx -y livedesk client --no-live
|
|
59
|
+
npx -y livedesk client --no-audio
|
|
60
|
+
npx -y livedesk client --files-dir "D:\LiveDeskFiles"
|
|
61
|
+
npx -y livedesk client --engine node
|
|
62
|
+
npx -y livedesk client --engine fast --trace-frames
|
|
63
|
+
npx -y livedesk client --auth-port 5200
|
|
64
|
+
npx -y livedesk client --logout
|
|
61
65
|
```
|
|
62
66
|
|
|
63
67
|
Frame pipeline roadmap:
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|