Mobile connect pixelstreaming failed only in lan

when PixelStreaming Run on PC without Netowrk, Only in Lan.Other PC in lan Launch PixelStreaming Normal.
but Android Or Ios Launch Failed, Only Show Webrct Connected, Waiting For the Video.
When Lan Connect Network, Devices work fine.

solved!

  1. Download adapter-latest.js from https://webrtc.github.io/adapter/adapter-latest.js,put the file into scripts folder.

  2. Modify player.htm
    HTML Code:

    script type=“text/javascript” src="https://webrtc.github.io/adapter/adapter-latest.js
    change to
    script type=“text/javascript” src=“scripts/adapter-latest.js”