Kazuki Matsumoto

Results 599 comments of Kazuki Matsumoto

Please review it. https://github.com/Unity-Technologies/com.unity.webrtc/pull/988

@ThePatrykOOO Could you attach the log? How about another sample?

@ThePatrykOOO It sounds strange. Does the browser send the "disconnect" message?

It would be possible that the `iceConnectionState` could change the state when the network status is changed. We need more time to check the behaviour. https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection/iceConnectionState

@Rilm2525 Android, iOS の端末には何を使用していますか? 映像受信側の負荷の問題なので、解決には WebRTC パッケージ側のパフォーマンスの改善が必要です。 回避策としては、映像解像度やフレームレートを下げることが考えられます。

@Rilm2525 確認ありがとうございます。 受信側の実装は半年前と変わっていないので、送信側の改善が FPS に影響したと考えられます。 受信側のパフォーマンスの問題はモバイル端末で顕著なので、まだ改善が必要になります。

Yes, this issue is related to #641. Thanks for sharing your issue.