> For the complete documentation index, see [llms.txt](https://embywiki.feverss.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://embywiki.feverss.cloud/advanced-usage/router-proxy-for-emby.md).

# 在路由器为电视盒子等设备代理Emby

## Why do this? <a href="#why-do-this" id="why-do-this"></a>

由于晚间大概率遇到出国流量高峰，导致观看Emby卡顿转圈。且电视、电视盒子由于其自身（性能、系统、操作）等因素，无法像PC、移动端那么容易设置代理，路由端使用全局代理并不是明智的选择，遂有此教程。

## 开始前须知 <a href="#kai-shi-qian-xu-zhi" id="kai-shi-qian-xu-zhi"></a>

***如果你不知道你的路由是否可以使用代理或者不知道路由上对应插件去哪寻找，建议点击右上角，教程在此方面不予赘述。*** 路由代理软件众多，笔者设备有限无法全部涉及，但设置形式大同小异，可以参考以下软件设置，具体设置教程还请后来者补充！

* [**Sha\*\*\*socksPlus(简称SSRP)**](https://embywiki.911997.xyz/advanced-usage/router-proxy-for-emby/ssrp.html)
* [**Sha\*\*\*socks in Padavan**](https://embywiki.911997.xyz/advanced-usage/router-proxy-for-emby/sspdv.html)
* [**OpenClash**](https://embywiki.911997.xyz/advanced-usage/router-proxy-for-emby/openclash.html)
* [**Passwall**](https://embywiki.911997.xyz/advanced-usage/router-proxy-for-emby/passwall.html)


---

# 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, and the optional `goal` query parameter:

```
GET https://embywiki.feverss.cloud/advanced-usage/router-proxy-for-emby.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
