2016-06-06 17:44:15 -07:00
|
|
|
|
<div id="streamingSettingsPage" data-role="page" class="page type-interior playbackConfigurationPage withTabs" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Streaming" data-require="scripts/streamingsettings,emby-input,emby-button,emby-select">
|
2015-04-08 22:20:23 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="content-primary">
|
2015-04-08 22:20:23 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<form class="streamingSettingsForm">
|
2015-04-08 22:20:23 -07:00
|
|
|
|
|
2016-06-06 17:44:15 -07:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" type="number" id="txtRemoteClientBitrateLimit" pattern="[0-9]*" min="0" step=".25" label="${LabelRemoteClientBitrateLimit}"/>
|
|
|
|
|
<div class="fieldDescription">${LabelRemoteClientBitrateLimitHelp}</div>
|
|
|
|
|
</div>
|
2016-08-19 10:43:16 -07:00
|
|
|
|
<div class="selectContainer hide">
|
2016-06-06 17:44:15 -07:00
|
|
|
|
<select is="emby-select" id="selectChannelResolution" label="${LabelChannelStreamQuality}">
|
|
|
|
|
<option value="">${OptionBestAvailableStreamQuality}</option>
|
|
|
|
|
<option value="1920">1080p</option>
|
|
|
|
|
<option value="1280">720p</option>
|
|
|
|
|
<option value="720">480p</option>
|
|
|
|
|
</select>
|
|
|
|
|
<div class="fieldDescription">${LabelChannelStreamQualityHelp}</div>
|
|
|
|
|
</div>
|
2016-07-23 11:43:07 -07:00
|
|
|
|
<button is="emby-button" type="submit" class="raised submit block"><i class="md-icon">check</i><span>${ButtonSave}</span></button>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</form>
|
2015-04-08 22:20:23 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|