streamlit-webrtc 0.47.6__py3-none-any.whl → 0.47.8__py3-none-any.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.
- streamlit_webrtc/__init__.py +1 -2
- streamlit_webrtc/components_callbacks.py +7 -1
- streamlit_webrtc/factory.py +6 -12
- streamlit_webrtc/frontend/build/asset-manifest.json +3 -3
- streamlit_webrtc/frontend/build/index.html +1 -1
- streamlit_webrtc/frontend/build/static/js/main.ff279b83.js +103 -0
- streamlit_webrtc/frontend/build/static/js/main.ff279b83.js.map +1 -0
- streamlit_webrtc/mix.py +3 -1
- {streamlit_webrtc-0.47.6.dist-info → streamlit_webrtc-0.47.8.dist-info}/METADATA +3 -2
- {streamlit_webrtc-0.47.6.dist-info → streamlit_webrtc-0.47.8.dist-info}/RECORD +13 -13
- streamlit_webrtc/frontend/build/static/js/main.6951f096.js +0 -3
- streamlit_webrtc/frontend/build/static/js/main.6951f096.js.map +0 -1
- /streamlit_webrtc/frontend/build/static/js/{main.6951f096.js.LICENSE.txt → main.ff279b83.js.LICENSE.txt} +0 -0
- {streamlit_webrtc-0.47.6.dist-info → streamlit_webrtc-0.47.8.dist-info}/LICENSE +0 -0
- {streamlit_webrtc-0.47.6.dist-info → streamlit_webrtc-0.47.8.dist-info}/WHEEL +0 -0
streamlit_webrtc/mix.py
CHANGED
@@ -127,7 +127,9 @@ class MediaStreamMixTrack(MediaStreamTrack, Generic[FrameT]):
|
|
127
127
|
_input_tasks: "weakref.WeakKeyDictionary[RelayStreamTrack, asyncio.Task]"
|
128
128
|
_input_queue: asyncio.Queue
|
129
129
|
_queue: "asyncio.Queue[Optional[Frame]]"
|
130
|
-
_latest_frames_map:
|
130
|
+
_latest_frames_map: (
|
131
|
+
"weakref.WeakKeyDictionary[RelayStreamTrack, Union[Frame, None]]"
|
132
|
+
)
|
131
133
|
_latest_frames_updated_event: asyncio.Event
|
132
134
|
|
133
135
|
_output_started: bool
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: streamlit-webrtc
|
3
|
-
Version: 0.47.
|
3
|
+
Version: 0.47.8
|
4
4
|
Summary:
|
5
5
|
Home-page: https://github.com/whitphx/streamlit-webrtc
|
6
6
|
License: MIT
|
@@ -14,7 +14,7 @@ Classifier: Programming Language :: Python :: 3.9
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.10
|
15
15
|
Classifier: Programming Language :: Python :: 3.11
|
16
16
|
Classifier: Programming Language :: Python :: 3.12
|
17
|
-
Requires-Dist: aiortc (>=1.
|
17
|
+
Requires-Dist: aiortc (>=1.9.0,<2.0.0)
|
18
18
|
Requires-Dist: packaging (>=20.0)
|
19
19
|
Requires-Dist: streamlit (>=0.84.1)
|
20
20
|
Requires-Dist: typing_extensions (>=3.7.4,<5.0.0) ; python_version < "3.8"
|
@@ -26,6 +26,7 @@ Description-Content-Type: text/markdown
|
|
26
26
|
|
27
27
|
[](https://github.com/whitphx/streamlit-webrtc/actions?query=workflow%3ATests+branch%3Amain)
|
28
28
|
[](https://github.com/whitphx/streamlit-webrtc/actions?query=workflow%3A%22Frontend+tests%22+branch%3Amain)
|
29
|
+
[](https://github.com/astral-sh/ruff)
|
29
30
|
|
30
31
|
[](https://pypi.org/project/streamlit-webrtc/)
|
31
32
|
[](https://pypi.org/project/streamlit-webrtc/)
|
@@ -1,16 +1,16 @@
|
|
1
|
-
streamlit_webrtc/__init__.py,sha256=
|
1
|
+
streamlit_webrtc/__init__.py,sha256=q5YB2Sx6amHctUMrZ76UqLgB5mrdR6ArRDK6eiKyKBo,2254
|
2
2
|
streamlit_webrtc/_compat.py,sha256=X184CDqHsg22_2ajWzOMgNr0UiCtwv-1BWaKNSFNrt0,3745
|
3
3
|
streamlit_webrtc/component.py,sha256=nhWo2ulmfkxCBqNahNb4Q2wdX8tdWEQEzOK1kW6yl34,24132
|
4
|
-
streamlit_webrtc/components_callbacks.py,sha256=
|
4
|
+
streamlit_webrtc/components_callbacks.py,sha256=tdrj2TlV8qcexFEdjm4PVkz8JwHffo4A8imoXOtjNHA,2401
|
5
5
|
streamlit_webrtc/config.py,sha256=Otjt1fWV5DigeMubO2kSo9W9tyiewQVLMakOqSx9xhw,4206
|
6
6
|
streamlit_webrtc/eventloop.py,sha256=AFmxGlRRxVdl0cTS9pKpRZR2Mnq6v6DgudVZZ425IVw,1333
|
7
|
-
streamlit_webrtc/factory.py,sha256=
|
8
|
-
streamlit_webrtc/frontend/build/asset-manifest.json,sha256=
|
9
|
-
streamlit_webrtc/frontend/build/index.html,sha256=
|
10
|
-
streamlit_webrtc/frontend/build/static/js/main.
|
11
|
-
streamlit_webrtc/frontend/build/static/js/main.
|
12
|
-
streamlit_webrtc/frontend/build/static/js/main.
|
13
|
-
streamlit_webrtc/mix.py,sha256=
|
7
|
+
streamlit_webrtc/factory.py,sha256=KeZuYT1w99HVnDa0vh083KuTDSsrnngrPdc0u2a8dD8,6912
|
8
|
+
streamlit_webrtc/frontend/build/asset-manifest.json,sha256=4NkiKr1FEUv_5FCvWWCLE84L2uGEGr5itOy1hGk1-IE,221
|
9
|
+
streamlit_webrtc/frontend/build/index.html,sha256=Cp3X6AH856niw8ESeZUMMqBl94NfcAKrNKr8TX_zd7g,457
|
10
|
+
streamlit_webrtc/frontend/build/static/js/main.ff279b83.js,sha256=fUiXyvYwPjZsDu5g0cyXDk1VLhQ9AESQ40IyN4ft8Z4,557766
|
11
|
+
streamlit_webrtc/frontend/build/static/js/main.ff279b83.js.LICENSE.txt,sha256=tFd79Iemf1ZVv96kX3gab39vXsPh-SFeKpfkk0rgyYE,4256
|
12
|
+
streamlit_webrtc/frontend/build/static/js/main.ff279b83.js.map,sha256=LzaNuxQvqeDroTfpeK2kX2oakL8SKBKQbZUgkwmUM04,2319221
|
13
|
+
streamlit_webrtc/mix.py,sha256=Cd1a3bmJdCY_5Ita-bvW0Y5a0ydLHBANojBOqJ1Govo,8692
|
14
14
|
streamlit_webrtc/models.py,sha256=xhrz9OpNsOarlN30YpBqVQwkTs4NUk_PLI6a7fIv950,6184
|
15
15
|
streamlit_webrtc/process.py,sha256=_VzGmDA_q4XtReoM3tfF8RaxH44E_ZbCZLEOJdT-Thk,7782
|
16
16
|
streamlit_webrtc/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -21,7 +21,7 @@ streamlit_webrtc/session_info.py,sha256=pg_2RFexR18UfwpZT5ENcPfedEiWuAxBuXc2RRuF
|
|
21
21
|
streamlit_webrtc/shutdown.py,sha256=rbWMhOIrbOBZDlqqBTzCfs4MuHQ0UEhljkNvvXoeTz0,2171
|
22
22
|
streamlit_webrtc/source.py,sha256=haPqMZ50Xh8tg7Z1yN8Frfk8v7D3oOuKteaD59asbzs,2263
|
23
23
|
streamlit_webrtc/webrtc.py,sha256=p4OXc1IQr-8kLjeZZmo6UXWzjzPQU6jjFgHW9aU75T0,27170
|
24
|
-
streamlit_webrtc-0.47.
|
25
|
-
streamlit_webrtc-0.47.
|
26
|
-
streamlit_webrtc-0.47.
|
27
|
-
streamlit_webrtc-0.47.
|
24
|
+
streamlit_webrtc-0.47.8.dist-info/LICENSE,sha256=pwccNHVA7r4rYofGlMU10aKEU90GLUlQr8uY80PR0NQ,1081
|
25
|
+
streamlit_webrtc-0.47.8.dist-info/METADATA,sha256=BLEntBuFKI_DFbKA0crWEJOLu4-NaMSToVbutvidX0o,19122
|
26
|
+
streamlit_webrtc-0.47.8.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
27
|
+
streamlit_webrtc-0.47.8.dist-info/RECORD,,
|