streamlit-webrtc 0.54.0__py3-none-any.whl → 0.55.0__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.
@@ -637,7 +637,7 @@ def webrtc_streamer(
637
637
  sendback_video=sendback_video,
638
638
  sendback_audio=sendback_audio,
639
639
  )
640
- webrtc_worker.process_offer(sdp_offer["sdp"], sdp_offer["type"])
640
+ webrtc_worker.process_offer(sdp_offer["sdp"], sdp_offer["type"], timeout=None)
641
641
  context._set_worker(webrtc_worker)
642
642
  # Rerun to send the SDP answer to frontend
643
643
  rerun()
@@ -561,7 +561,7 @@ class WebRtcWorker(Generic[VideoProcessorT, AudioProcessorT]):
561
561
  process_offer_task.add_done_callback(callback)
562
562
 
563
563
  def process_offer(
564
- self, sdp, type_, timeout: Union[float, None] = 10.0
564
+ self, sdp, type_, timeout: Union[float, None] = None
565
565
  ) -> RTCSessionDescription:
566
566
  self._process_offer_thread = threading.Thread(
567
567
  target=self._run_process_offer_thread,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: streamlit-webrtc
3
- Version: 0.54.0
3
+ Version: 0.55.0
4
4
  Summary: Real-time video and audio processing on Streamlit
5
5
  Project-URL: Repository, https://github.com/whitphx/streamlit-webrtc
6
6
  Author-email: "Yuichiro Tachibana (Tsuchiya)" <t.yic.yt@gmail.com>
@@ -1,6 +1,6 @@
1
1
  streamlit_webrtc/__init__.py,sha256=jMWwXoQ9hVyYXPD4Vrps7MyiR9goyC-n7LtkZNFBOxU,2273
2
2
  streamlit_webrtc/_compat.py,sha256=YQdkF6Qsl_1WO_HIS4tydx2L0jNB3H0C7YnvWDS9mmA,4188
3
- streamlit_webrtc/component.py,sha256=t5mGw0mGjx0RoXm1vbLYR7hC00mLBsxys6mYTaf1S1s,26108
3
+ streamlit_webrtc/component.py,sha256=3E0YM4GcSLmWkv21xN6334GfuMXxLDk9BWhd_20rohI,26122
4
4
  streamlit_webrtc/components_callbacks.py,sha256=tdrj2TlV8qcexFEdjm4PVkz8JwHffo4A8imoXOtjNHA,2401
5
5
  streamlit_webrtc/config.py,sha256=yKFIVjIoX2F62_G2qcDrNYm2Qe_qx1E9E0YqAnAibMo,5544
6
6
  streamlit_webrtc/credentials.py,sha256=XUSAsKfx50VZstknG99dFq_iBYGbutsvHiGIetyvWKM,3725
@@ -16,10 +16,10 @@ streamlit_webrtc/server.py,sha256=5o9E2MRIPoS18lfGPJkyhbd23RWyTwblNVVuAA2kKrA,14
16
16
  streamlit_webrtc/session_info.py,sha256=V1EdzD2I8dWANXdC84EKSz8XgPM-zugtkYsb4hJm8Qo,2313
17
17
  streamlit_webrtc/shutdown.py,sha256=PUjMoNZcTRGzZCooCmjWARpeVs5EG_9JXAf1Iay7dBM,2353
18
18
  streamlit_webrtc/source.py,sha256=haPqMZ50Xh8tg7Z1yN8Frfk8v7D3oOuKteaD59asbzs,2263
19
- streamlit_webrtc/webrtc.py,sha256=3OpdBhhD6aZzee3p40QzXiUi9kB3SXqNdTe8RkyoFAw,27539
19
+ streamlit_webrtc/webrtc.py,sha256=Ae72K8OfPHVnjf1M0SkUfsoFj63V-T7BXSe1ME9yadk,27539
20
20
  streamlit_webrtc/frontend/dist/index.html,sha256=mae7QlSxz7tCcSszMZG21Q0qXjbQzPun68zD3bjjO0U,527
21
21
  streamlit_webrtc/frontend/dist/assets/index-DMhSSwr2.js,sha256=01mdY7O01shSnWVGKCBSfhgZYSulgZ2uhkWotKlqHIA,582849
22
- streamlit_webrtc-0.54.0.dist-info/METADATA,sha256=My2AH689--OgW07hvK5muh8tz8v_QsBMsk2WBt-HCbc,18641
23
- streamlit_webrtc-0.54.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
24
- streamlit_webrtc-0.54.0.dist-info/licenses/LICENSE,sha256=pwccNHVA7r4rYofGlMU10aKEU90GLUlQr8uY80PR0NQ,1081
25
- streamlit_webrtc-0.54.0.dist-info/RECORD,,
22
+ streamlit_webrtc-0.55.0.dist-info/METADATA,sha256=QxQLjCD3oVHPoIFt276KKJF-dBfzh7m4t3eIAxK7M8w,18641
23
+ streamlit_webrtc-0.55.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
24
+ streamlit_webrtc-0.55.0.dist-info/licenses/LICENSE,sha256=pwccNHVA7r4rYofGlMU10aKEU90GLUlQr8uY80PR0NQ,1081
25
+ streamlit_webrtc-0.55.0.dist-info/RECORD,,