pixelflux 1.2.9__cp39-cp39-musllinux_1_2_aarch64.whl → 1.3.1__cp39-cp39-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.

pixelflux/__init__.py CHANGED
@@ -18,10 +18,12 @@ class CaptureSettings(ctypes.Structure):
18
18
  ("h264_crf", ctypes.c_int),
19
19
  ("h264_fullcolor", ctypes.c_bool),
20
20
  ("h264_fullframe", ctypes.c_bool),
21
+ ("h264_streaming_mode", ctypes.c_bool),
21
22
  ("capture_cursor", ctypes.c_bool),
22
23
  ("watermark_path", ctypes.c_char_p),
23
24
  ("watermark_location_enum", ctypes.c_int),
24
25
  ("vaapi_render_node_index", ctypes.c_int),
26
+ ("use_cpu", ctypes.c_bool),
25
27
  ]
26
28
 
27
29
  WATERMARK_LOCATION_NONE = 0
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pixelflux
3
- Version: 1.2.9
3
+ Version: 1.3.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
@@ -94,6 +94,8 @@ settings.capture_cursor = True
94
94
  # --- Encoding Mode ---
95
95
  # 0 for JPEG, 1 for H.264
96
96
  settings.output_mode = 1
97
+ # Force CPU encoding and ignore hardware encoders
98
+ capture_settings.use_cpu = False
97
99
 
98
100
  # --- JPEG Settings ---
99
101
  settings.jpeg_quality = 75 # Quality for changed stripes (0-100)
@@ -103,6 +105,7 @@ settings.paint_over_jpeg_quality = 90 # Quality for static "paint-over" stripe
103
105
  settings.h264_crf = 23 # CRF value (0-51, lower is better quality/higher bitrate)
104
106
  settings.h264_fullcolor = False # Use I444 (full color) instead of I420 for software encoding
105
107
  settings.h264_fullframe = True # Encode full frames (required for HW accel) instead of just changed stripes
108
+ settings.h264_streaming_mode = False # Bypass all VNC logic and work like a normal video encoder, higher constant CPU usage for fullscreen gaming/videos
106
109
 
107
110
  # --- Hardware Acceleration ---
108
111
  # Set to >= 0 to enable VA-API on a specific /dev/dri/renderD* node.
@@ -1,5 +1,5 @@
1
- pixelflux/__init__.py,sha256=KR88bozQGTDxrMXIWwSgsAds7SkpBzFHlzwuvZm-yFo,4194
2
- pixelflux/screen_capture_module.so,sha256=YohryTstRVmF-Ta5riazJUzljhe6ukCfYl2VMeDIU4M,558825
1
+ pixelflux/__init__.py,sha256=dntNcWb5802j1uGpEujzEdQ-sL5STvsSViYlja4EEJw,4278
2
+ pixelflux/screen_capture_module.so,sha256=GfYBtShppY65dnc6PL43DFnlx_yJNLruoEQzeY6d10Q,558905
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.2.9.dist-info/METADATA,sha256=TA2y51gcA77BSGCcpFUSXkHxmlRY9d8bTwKxtN5nWLY,8676
17
- pixelflux-1.2.9.dist-info/WHEEL,sha256=fR00gMLtH8tQj1rwZUesHDWRW5mJc2Y6XbWxMt7vVa8,111
18
- pixelflux-1.2.9.dist-info/top_level.txt,sha256=qFojlw7Q8mxa-8CJ_NqmgfQtjUaYLVMI9RUuAPoX8Yg,10
19
- pixelflux-1.2.9.dist-info/RECORD,,
20
- pixelflux-1.2.9.dist-info/licenses/LICENSE,sha256=HyVuytGSiAUQ6ErWBHTqt1iSGHhLmlC8fO7jTCuR8dU,16725
16
+ pixelflux-1.3.1.dist-info/METADATA,sha256=UeXjvBXODjGcpneZkCgYuXL4jrymHwyOvCQarNR8s1w,8915
17
+ pixelflux-1.3.1.dist-info/WHEEL,sha256=fR00gMLtH8tQj1rwZUesHDWRW5mJc2Y6XbWxMt7vVa8,111
18
+ pixelflux-1.3.1.dist-info/top_level.txt,sha256=qFojlw7Q8mxa-8CJ_NqmgfQtjUaYLVMI9RUuAPoX8Yg,10
19
+ pixelflux-1.3.1.dist-info/RECORD,,
20
+ pixelflux-1.3.1.dist-info/licenses/LICENSE,sha256=HyVuytGSiAUQ6ErWBHTqt1iSGHhLmlC8fO7jTCuR8dU,16725