2016-03-15 22:33:31 -07:00
|
|
|
|
<div id="streamingSettingsPage" data-role="page" class="page type-interior playbackConfigurationPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Streaming" data-require="scripts/streamingsettings,paper-input">
|
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-03-15 22:33:31 -07:00
|
|
|
|
<ul data-role="listview" class="ulForm">
|
|
|
|
|
<li>
|
2016-03-27 20:37:33 -07:00
|
|
|
|
<paper-input type="number" id="txtRemoteClientBitrateLimit" pattern="[0-9]*" min="0" step=".25" label="${LabelRemoteClientBitrateLimit}"></paper-input>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div class="fieldDescription">${LabelRemoteClientBitrateLimitHelp}</div>
|
|
|
|
|
</li>
|
2016-03-27 20:37:33 -07:00
|
|
|
|
<li>
|
|
|
|
|
<br/>
|
|
|
|
|
<label for="selectChannelResolution" class="selectLabel">${LabelChannelStreamQuality}</label>
|
|
|
|
|
<select id="selectChannelResolution" data-mini="true">
|
|
|
|
|
<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>
|
|
|
|
|
</li>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</ul>
|
2015-04-08 22:20:23 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<button type="submit" data-role="none" class="clearButton">
|
|
|
|
|
<paper-button raised class="submit block"><iron-icon icon="check"></iron-icon><span>${ButtonSave}</span></paper-button>
|
|
|
|
|
</button>
|
|
|
|
|
</form>
|
2015-04-08 22:20:23 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|