pixelflux 1.3.0__cp38-cp38-musllinux_1_2_x86_64.whl → 1.3.1__cp38-cp38-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 CHANGED
@@ -23,6 +23,7 @@ class CaptureSettings(ctypes.Structure):
23
23
  ("watermark_path", ctypes.c_char_p),
24
24
  ("watermark_location_enum", ctypes.c_int),
25
25
  ("vaapi_render_node_index", ctypes.c_int),
26
+ ("use_cpu", ctypes.c_bool),
26
27
  ]
27
28
 
28
29
  WATERMARK_LOCATION_NONE = 0
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pixelflux
3
- Version: 1.3.0
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
@@ -84,6 +84,8 @@ settings.capture_cursor = True
84
84
  # --- Encoding Mode ---
85
85
  # 0 for JPEG, 1 for H.264
86
86
  settings.output_mode = 1
87
+ # Force CPU encoding and ignore hardware encoders
88
+ capture_settings.use_cpu = False
87
89
 
88
90
  # --- JPEG Settings ---
89
91
  settings.jpeg_quality = 75 # Quality for changed stripes (0-100)
@@ -1,5 +1,5 @@
1
- pixelflux/__init__.py,sha256=AwW1Rsk0fwpoj1quNzVp7s0OVTXU5tq6iQXE9zWTKMs,4242
2
- pixelflux/screen_capture_module.so,sha256=VRYoVnXBdKHqIdsPxyfpmCqZbXQnYEuTXbf7qzxN_dU,517929
1
+ pixelflux/__init__.py,sha256=dntNcWb5802j1uGpEujzEdQ-sL5STvsSViYlja4EEJw,4278
2
+ pixelflux/screen_capture_module.so,sha256=zVNK0LlrbIHslHAUJgzYsMdrsf7frI5Svwhw8cYfURg,517929
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.3.0.dist-info/LICENSE,sha256=HyVuytGSiAUQ6ErWBHTqt1iSGHhLmlC8fO7jTCuR8dU,16725
17
- pixelflux-1.3.0.dist-info/METADATA,sha256=G37NRwEe47xstlfpmInl-kdni1T7B8rSSY5GxT5qp9o,8619
18
- pixelflux-1.3.0.dist-info/WHEEL,sha256=AtKzrIIwO6LyEQPNa-CKogjoLSeXFnST8-hqmpwwZQA,110
19
- pixelflux-1.3.0.dist-info/top_level.txt,sha256=qFojlw7Q8mxa-8CJ_NqmgfQtjUaYLVMI9RUuAPoX8Yg,10
20
- pixelflux-1.3.0.dist-info/RECORD,,
16
+ pixelflux-1.3.1.dist-info/LICENSE,sha256=HyVuytGSiAUQ6ErWBHTqt1iSGHhLmlC8fO7jTCuR8dU,16725
17
+ pixelflux-1.3.1.dist-info/METADATA,sha256=opUuDT_yMHQYty1Vw2k3pjPg-obpMI0dk3d5DMU9Zhs,8702
18
+ pixelflux-1.3.1.dist-info/WHEEL,sha256=AtKzrIIwO6LyEQPNa-CKogjoLSeXFnST8-hqmpwwZQA,110
19
+ pixelflux-1.3.1.dist-info/top_level.txt,sha256=qFojlw7Q8mxa-8CJ_NqmgfQtjUaYLVMI9RUuAPoX8Yg,10
20
+ pixelflux-1.3.1.dist-info/RECORD,,