ポート 9222 のデバッグ パネルによると、ホワイトリストに登録された URI から正しくダウンロードされているレシーバー アプリ (cast-ios-sample のストック バージョン) があります。 (receiver.html ファイルで参照)
[ 0.162s] [goog.net.WebSocket] An error occurred: undefined
[ 0.172s] [cast.receiver.ChannelOverWebSocket] Dispatch ERROR event to ws://localhost:8008/system/control
[ 0.177s] [cast.receiver.Channel] Dispatch ERROR event to ws://localhost:8008/system/control
[ 0.182s] [cast.receiver.Platform] Platform channel has an error: ws://localhost:8008/system/control
次に、これらの一連のエラーの後 (おそらく再試行ループで):
[ 8.335s] [cast.receiver.Platform] This device doesn't support the platform API.
ws://localhost:8008/system/control への WebSocket 接続を手動で確立しようとすると、単に未定義の応答が返されます。
私が見逃しているものはありますか?