pixelflux 1.3.2__cp39-cp39-musllinux_1_2_x86_64.whl → 1.4.0__cp39-cp39-musllinux_1_2_x86_64.whl
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.
Potentially problematic release.
This version of pixelflux might be problematic. Click here for more details.
- pixelflux/__init__.py +1 -0
- pixelflux/screen_capture_module.so +0 -0
- {pixelflux-1.3.2.dist-info → pixelflux-1.4.0.dist-info}/METADATA +9 -2
- {pixelflux-1.3.2.dist-info → pixelflux-1.4.0.dist-info}/RECORD +7 -7
- {pixelflux-1.3.2.dist-info → pixelflux-1.4.0.dist-info}/WHEEL +0 -0
- {pixelflux-1.3.2.dist-info → pixelflux-1.4.0.dist-info}/licenses/LICENSE +0 -0
- {pixelflux-1.3.2.dist-info → pixelflux-1.4.0.dist-info}/top_level.txt +0 -0
pixelflux/__init__.py
CHANGED
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pixelflux
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.4.0
|
|
4
4
|
Summary: A performant web native pixel delivery pipeline for diverse sources, blending VNC-inspired parallel processing of pixel buffers with flexible modern encoding formats.
|
|
5
5
|
Home-page: https://github.com/linuxserver/pixelflux
|
|
6
6
|
Author: Linuxserver.io
|
|
@@ -97,6 +97,9 @@ settings.output_mode = 1
|
|
|
97
97
|
# Force CPU encoding and ignore hardware encoders
|
|
98
98
|
capture_settings.use_cpu = False
|
|
99
99
|
|
|
100
|
+
# --- Debugging ---
|
|
101
|
+
settings.debug_logging = False # Enable/disable the continuous FPS and settings log to the console.
|
|
102
|
+
|
|
100
103
|
# --- JPEG Settings ---
|
|
101
104
|
settings.jpeg_quality = 75 # Quality for changed stripes (0-100)
|
|
102
105
|
settings.paint_over_jpeg_quality = 90 # Quality for static "paint-over" stripes (0-100)
|
|
@@ -169,6 +172,7 @@ A comprehensive example, `screen_to_browser.py`, is located in the `example` dir
|
|
|
169
172
|
* An `asyncio`-based WebSocket server to stream encoded H.264 frames.
|
|
170
173
|
* An HTTP server to serve a client-side HTML page for viewing the stream.
|
|
171
174
|
* The `pixelflux` module to perform the screen capture and encoding.
|
|
175
|
+
* Dynamic capture region selection via the URL hash.
|
|
172
176
|
|
|
173
177
|
**To run this example:**
|
|
174
178
|
|
|
@@ -187,7 +191,10 @@ A comprehensive example, `screen_to_browser.py`, is located in the `example` dir
|
|
|
187
191
|
```bash
|
|
188
192
|
python3 screen_to_browser.py
|
|
189
193
|
```
|
|
190
|
-
4. Open your web browser
|
|
194
|
+
4. Open your web browser to view the live stream. You can control the capture area:
|
|
195
|
+
* **`http://localhost:9001`**: Captures from the screen's top-left corner (x=0).
|
|
196
|
+
* **`http://localhost:9001/#50`**: Captures a region starting at x=50.
|
|
197
|
+
* You can open multiple browser tabs with different hash values to see multiple, independent capture sessions running from the single server instance.
|
|
191
198
|
|
|
192
199
|
## License
|
|
193
200
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
pixelflux/__init__.py,sha256=
|
|
2
|
-
pixelflux/screen_capture_module.so,sha256=
|
|
1
|
+
pixelflux/__init__.py,sha256=c7dicyTT9jSjuJLumpv9m5J0RQgk8Sl-wpx7T3re4Uc,4421
|
|
2
|
+
pixelflux/screen_capture_module.so,sha256=tn5gJwfPdTsgeaW9vyTHy08u6efvro5N1SfuAH7aWxM,497249
|
|
3
3
|
pixelflux.libs/libX11-07308cf9.so.6.4.0,sha256=MpwQ_sHT81eMedB_ApHbdJQkXXbydBu1wfwS5YJjXw0,1227137
|
|
4
4
|
pixelflux.libs/libXau-d5d7809a.so.6.0.0,sha256=1wP_sS7qLwRSCUqS8ztywobNBBPI7R6QbjmHVXwNphk,17089
|
|
5
5
|
pixelflux.libs/libXdmcp-a00f29b9.so.6.0.0,sha256=3LdTsdj44uHOty3NA2-Oq66Nn7L-xKnFWZ_3snfZ0ao,33841
|
|
@@ -13,8 +13,8 @@ pixelflux.libs/libstdc++-5d72f927.so.6.0.33,sha256=fogxHsmB1_D6C-a_-uHh8Ei_6Qh52
|
|
|
13
13
|
pixelflux.libs/libx264-2f6b0260.so.164,sha256=cTiInRlBGjMVAFLyX_1ZZ6w2j1yHltiHvoATUbu8SGg,2313121
|
|
14
14
|
pixelflux.libs/libxcb-d7c721d4.so.1.1.0,sha256=CBI73DBzH-oWS4qkp_kUWaIJf-gjnrvSnepDF9-7_zQ,202329
|
|
15
15
|
pixelflux.libs/libyuv-a22998fd.so,sha256=TpkI0CS7GYK-UdIvsl238hU2X5CSNEmt4joaBZLmuwM,1229689
|
|
16
|
-
pixelflux-1.
|
|
17
|
-
pixelflux-1.
|
|
18
|
-
pixelflux-1.
|
|
19
|
-
pixelflux-1.
|
|
20
|
-
pixelflux-1.
|
|
16
|
+
pixelflux-1.4.0.dist-info/METADATA,sha256=Vvj8qVpSXZQk4nOs_A06D0lI-u8heOTCSZK0Pibq4mE,9615
|
|
17
|
+
pixelflux-1.4.0.dist-info/WHEEL,sha256=1lQ8uVaF0e0KhYU1_N6mtUH8lO3rq4o3quRVE11_OcQ,110
|
|
18
|
+
pixelflux-1.4.0.dist-info/top_level.txt,sha256=qFojlw7Q8mxa-8CJ_NqmgfQtjUaYLVMI9RUuAPoX8Yg,10
|
|
19
|
+
pixelflux-1.4.0.dist-info/RECORD,,
|
|
20
|
+
pixelflux-1.4.0.dist-info/licenses/LICENSE,sha256=HyVuytGSiAUQ6ErWBHTqt1iSGHhLmlC8fO7jTCuR8dU,16725
|
|
File without changes
|
|
File without changes
|
|
File without changes
|