Media Proxy を実装 (#5649)

* Media Proxy を実装

* サンプルを追加
This commit is contained in:
和風ドレッシング
2019-12-20 01:54:28 +09:00
committed by syuilo
parent cbbdc98744
commit 9bc07c1a1c
3 changed files with 11 additions and 1 deletions

View File

@ -52,6 +52,8 @@ export type Source = {
host: string;
port: number;
};
mediaProxy?: string;
};
/**