diff options
| author | cvium <clausvium@gmail.com> | 2021-09-07 11:48:06 +0200 |
|---|---|---|
| committer | cvium <clausvium@gmail.com> | 2021-09-07 11:48:06 +0200 |
| commit | 153e9202397f236a4a415bd033c3b398b6e6573c (patch) | |
| tree | d7424ff588fb18bd2bffed963e1a886d53972a84 /Emby.Server.Implementations/LiveTv/EmbyTV | |
| parent | be9663ae896dd28aa9a455469391f0304cc73a5f (diff) | |
Ignore published server url for local access
Diffstat (limited to 'Emby.Server.Implementations/LiveTv/EmbyTV')
| -rw-r--r-- | Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs b/Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs index 0205ed9e5d..67f824e71d 100644 --- a/Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs +++ b/Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs @@ -1027,7 +1027,7 @@ namespace Emby.Server.Implementations.LiveTv.EmbyTV { var stream = new MediaSourceInfo { - EncoderPath = _appHost.GetUrlForUseByHttpApi() + "/LiveTv/LiveRecordings/" + info.Id + "/stream", + EncoderPath = _appHost.GetApiUrlForLocalAccess() + "/LiveTv/LiveRecordings/" + info.Id + "/stream", EncoderProtocol = MediaProtocol.Http, Path = info.Path, Protocol = MediaProtocol.File, |
