pixelflux 1.3.3__cp38-cp38-musllinux_1_2_aarch64.whl → 1.4.1__cp38-cp38-musllinux_1_2_aarch64.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.

Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pixelflux
3
- Version: 1.3.3
3
+ Version: 1.4.1
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
@@ -162,6 +162,7 @@ A comprehensive example, `screen_to_browser.py`, is located in the `example` dir
162
162
  * An `asyncio`-based WebSocket server to stream encoded H.264 frames.
163
163
  * An HTTP server to serve a client-side HTML page for viewing the stream.
164
164
  * The `pixelflux` module to perform the screen capture and encoding.
165
+ * Dynamic capture region selection via the URL hash.
165
166
 
166
167
  **To run this example:**
167
168
 
@@ -180,7 +181,10 @@ A comprehensive example, `screen_to_browser.py`, is located in the `example` dir
180
181
  ```bash
181
182
  python3 screen_to_browser.py
182
183
  ```
183
- 4. Open your web browser and go to the URL indicated by the script's output (usually `http://localhost:9001`) to view the live stream.
184
+ 4. Open your web browser to view the live stream. You can control the capture area:
185
+ * **`http://localhost:9001`**: Captures from the screen's top-left corner (x=0).
186
+ * **`http://localhost:9001/#50`**: Captures a region starting at x=50.
187
+ * You can open multiple browser tabs with different hash values to see multiple, independent capture sessions running from the single server instance.
184
188
 
185
189
  ## License
186
190
 
@@ -1,5 +1,5 @@
1
1
  pixelflux/__init__.py,sha256=c7dicyTT9jSjuJLumpv9m5J0RQgk8Sl-wpx7T3re4Uc,4421
2
- pixelflux/screen_capture_module.so,sha256=H2VUYB0hTFB9omDqt1hUnzqoHudhY_9cyvLfIREkxw4,624937
2
+ pixelflux/screen_capture_module.so,sha256=HXukloKk2yKk9HfeOBWD93qig-Q5ZhgM0AR4Lrp1hYM,550521
3
3
  pixelflux.libs/libX11-adba92fc.so.6.4.0,sha256=97JdDjNn-ywu6V4vVHU4PZSn_vvAOKEVLamp0rH44Wc,1333665
4
4
  pixelflux.libs/libXau-541039f7.so.6.0.0,sha256=7hI3kzv8lO_VTwFqoajBQf1qWDrW8Hhyef3Fk2Upkcc,131753
5
5
  pixelflux.libs/libXdmcp-f7925934.so.6.0.0,sha256=fIxh6VTKjYladj5TNeMeRfytQqqE5i-WbeSRG3q4kys,197713
@@ -13,8 +13,8 @@ pixelflux.libs/libstdc++-85f2cd6d.so.6.0.33,sha256=VjT6H3rGbIUp02akWf5sJoz8LifUZ
13
13
  pixelflux.libs/libx264-87e40f7e.so.164,sha256=_00YN_mLwPHb8HNUzHH6nKnA5A7ymNbgcMg3c5Y-tcY,1855521
14
14
  pixelflux.libs/libxcb-37b5950b.so.1.1.0,sha256=OEO8JPnh3ScNPUQZCqWpZX5UPClcXoNvjUALHZ3GF6Y,345721
15
15
  pixelflux.libs/libyuv-4e18f0c9.so,sha256=9AQzofUlQQkdpo7XxVqHwh4BR7cuX2q27hb57IuXNOA,872497
16
- pixelflux-1.3.3.dist-info/LICENSE,sha256=HyVuytGSiAUQ6ErWBHTqt1iSGHhLmlC8fO7jTCuR8dU,16725
17
- pixelflux-1.3.3.dist-info/METADATA,sha256=dv7-x4Cev0zgxLxATaT06ZvS6lh99GIjcB04Qwc5i00,9077
18
- pixelflux-1.3.3.dist-info/WHEEL,sha256=5IfLZziQ1k5alfbJ4c6piZbbfPLFquhjHZRlljY284o,111
19
- pixelflux-1.3.3.dist-info/top_level.txt,sha256=qFojlw7Q8mxa-8CJ_NqmgfQtjUaYLVMI9RUuAPoX8Yg,10
20
- pixelflux-1.3.3.dist-info/RECORD,,
16
+ pixelflux-1.4.1.dist-info/LICENSE,sha256=HyVuytGSiAUQ6ErWBHTqt1iSGHhLmlC8fO7jTCuR8dU,16725
17
+ pixelflux-1.4.1.dist-info/METADATA,sha256=QyiDIo4dBArZBixB-G0HWeJ8kWu7AXJQYoS0H05u_xY,9402
18
+ pixelflux-1.4.1.dist-info/WHEEL,sha256=5IfLZziQ1k5alfbJ4c6piZbbfPLFquhjHZRlljY284o,111
19
+ pixelflux-1.4.1.dist-info/top_level.txt,sha256=qFojlw7Q8mxa-8CJ_NqmgfQtjUaYLVMI9RUuAPoX8Yg,10
20
+ pixelflux-1.4.1.dist-info/RECORD,,