> For the complete documentation index, see [llms.txt](https://docs.simflypad.com/v1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simflypad.com/v1/cn/gu-zhang-pai-chu/streaming-screen-issues.md).

# 串流屏幕问题

如果窗口已经能够正常弹出、串流也已经开始，但画面随后变黑、出现 unstable network，或延迟明显，可以参考本页排查。

如果你目前连窗口都无法弹出，请先看 [无法弹出窗口](/v1/cn/gu-zhang-pai-chu/cant-pop-up-windows.md)。

## 开始串流后画面显示 1 秒就变黑（iOS 显示 “unstable network”，Android 显示 “FPS: 0.”） <a href="#after-streaming-the-screen-immediately-displays-unstable-network-ios-or-fps-is-too-low-android" id="after-streaming-the-screen-immediately-displays-unstable-network-ios-or-fps-is-too-low-android"></a>

这个问题仍在调查中。目前观察到，它主要出现在少数多显示器环境或特定 NVIDIA 驱动版本的电脑上。

建议按顺序尝试以下处理方法：

1. 调整 SimFly Linker 里的 **Pop Out Window Location**。
   * **默认隐藏**
   * **将弹出窗口移动到虚拟显示器**
   * **不隐藏**
2. 如果你使用的是虚拟显示器方案，请先确认已经在 SimFly Linker 中添加了虚拟显示器。
3. 如果你使用的是连接外接显示器的笔记本电脑，可以尝试按 ALT+P 退出扩展显示模式。
4. 如果你有多台显示器，可以尝试在系统显示设置中临时禁用其中一台。
5. 尝试更换显卡驱动版本。

<figure><img src="/files/9HWK2FOQ9mkS1Q4YNnqj" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
如果你同时在使用 MSFS Pop Out Panel Manager 和 SimFly Linker，可以尝试将 **Pop Out Window Location** 设为 **"Don't Hide"**，以减少窗口位置冲突。
{% endhint %}

如果仍未解决，请联系我们，并提供显卡型号、驱动版本和 Windows 版本信息。

## 串流 1-3 分钟后出现 “Unstable network”

{% hint style="warning" %}
这个问题与上面的“开始后立即黑屏”不同。这里是串流先正常工作，1-3 分钟后才变得不稳定。
{% endhint %}

我们收到过极少数用户关于该问题的反馈。他们最终的解决方案是将原先使用的 4 根内存条（4x16GB）更换为 2 根内存条，从而解决了问题。

## 串流画面卡顿或延迟高

iOS 与 Android 的串流策略并不相同。

{% hint style="info" %}
在 iOS 平台上，串流不会压缩图像，因此对带宽要求更高。串流单个 G1000 屏幕通常需要约 30\~50Mb 带宽。我们强烈建议将 SimFly Pad 设备连接到 5G Wi-Fi 网络。
{% endhint %}

{% hint style="info" %}
在 Android 平台上，串流图像会进行压缩，因此网络要求更低。但压缩是在 PC 端完成的，会占用一定 CPU 资源。

如果你使用的是 NVIDIA 显卡，可以在 SimFly Linker 中将 Viden Encode 选项改为 **GPU**，以降低 CPU 占用。
{% endhint %}

无论哪个平台，我们都强烈建议使用 5G Wi-Fi，因为它通常比 2.4G Wi-Fi 具有更低延迟和更稳定的连接。

## \\\[iOS] 连接几分钟后中断

据反馈，在部分 iOS 设备上，AirDrop 可能会独占 Wi-Fi 带宽，导致其他连接掉线。

你可以尝试：

* 在 iOS 设备上关闭 AirDrop 和蓝牙。
* 登录路由器管理页面，切换 Wi-Fi 信道。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.simflypad.com/v1/cn/gu-zhang-pai-chu/streaming-screen-issues.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
