flutter-webrtc / flutter-webrtc-server

A simple WebRTC signaling server for flutter-webrtc.
MIT License
756 stars 304 forks source link

Unable to establish the video connection on local network. #13

Closed tonykawa closed 3 years ago

tonykawa commented 5 years ago

Hi, i am doing this on local network i.e., without internet. I updated the all iceServers to [].

After npm start, I can establish an audio connection i.e., just like phone call. However, if I try to establish a video connection, the screen was black and iceConnectionState is failed.

After testing, I can establish a video connection but it is abnormal. The procedures:

  1. Establish an audio connection
  2. Disconnect the audio connection
  3. establish a video connection successfully.
stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.