Yuichiro Tachibana (Tsuchiya)

Results 357 comments of Yuichiro Tachibana (Tsuchiya)

The package manager failed to install `pyarrow` from a wheel because there is no wheel built for the RasPi env (ARM processor): https://pypi.org/project/pyarrow/#files and it also failed building it. So...

A post in https://github.com/aiortc/aiortc/issues/85 says > Maybe the root cause is something weird happening in the python selector generated by others things that share the same event loop. --- Hypothesis:...

As commented at https://github.com/whitphx/streamlit-webrtc/issues/552#issuecomment-987885401, I think this error message itself is a subsequent event following a network problem, so if it appears, people should check the network set-up. ~~https://github.com/whitphx/streamlit-webrtc#network-connectivity~~ https://github.com/whitphx/streamlit-webrtc#configure-the-stun-server...

https://github.com/whitphx/streamlit-webrtc#network-connectivity ? And the linked page is not visible to me.

> https://share.streamlit.io/sidharth-shamshabad/streamlit-app/main/app.py Yes. I can't access it. It shows the error below. > I used streamlit to host but it's still not working What does it mean? > Additionally, your...

Did you see the link I pasted, https://github.com/whitphx/streamlit-webrtc#network-connectivity and did it help? The error log seems to be related to #552, and if so, the link above could be the...

It is probably impossible now due to https://github.com/aiortc/aiortc/issues/183 Although the input stream resolution can be changed in [this way](https://discuss.streamlit.io/t/new-component-streamlit-webrtc-a-new-way-to-deal-with-real-time-media-streams/8669/74?u=whitphx), the recorder does not support size config now as written in...

Memo: https://github.com/whitphx/streamlit-webrtc/blob/bdc6287117babe47eed42d90102c3ff8f7dd4bc3/streamlit_webrtc/webrtc.py#L188-L191

aiortc 1.3.2 may solve this. https://aiortc.readthedocs.io/en/latest/changelog.html#id1 > Determine video size from first frame received by `[aiortc.contrib.media.MediaRecorder](https://aiortc.readthedocs.io/en/latest/helpers.html#aiortc.contrib.media.MediaRecorder)`.

> when i use webrtc on change “My Device” on my application What does it mean...? And the error logs on the console may also help.