-
Notifications
You must be signed in to change notification settings - Fork 972
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Daniel Neto
committed
Nov 12, 2024
1 parent
e5c5a57
commit 4872c88
Showing
1 changed file
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
<p><i class="fas fa-tachometer-alt"></i> <?php echo __("For optimal performance and minimal buffering, use these settings:"); ?></p> | ||
<ul> | ||
<li><i class="fas fa-tv"></i> <strong><?php echo __("Resolution"); ?>:</strong> 1280x720 (720p @ 30 FPS)</li> | ||
<li><i class="fas fa-signal"></i> <strong><?php echo __("Video Bitrate"); ?>:</strong> 1,500 - 4,000 Kbps</li> | ||
<li><i class="fas fa-volume-up"></i> <strong><?php echo __("Audio Bitrate"); ?>:</strong> 128 - 256 Kbps</li> | ||
<li><i class="fas fa-microphone-alt"></i> <strong><?php echo __("Audio Codec"); ?>:</strong> AAC, Stereo, 44.1kHz/48kHz</li> | ||
<p><i class="fas fa-tachometer-alt"></i> <?php echo __("Optimal performance settings:"); ?></p> | ||
<ul class="list-group"> | ||
<li class="list-group-item"><i class="fas fa-tv"></i> <strong><?php echo __("Resolution"); ?>:</strong> 1280x720 (720p @ 30 FPS)</li> | ||
<li class="list-group-item"><i class="fas fa-signal"></i> <strong><?php echo __("Video Bitrate"); ?>:</strong> 1,500 - 4,000 Kbps</li> | ||
<li class="list-group-item"><i class="fas fa-volume-up"></i> <strong><?php echo __("Audio Bitrate"); ?>:</strong> 128 - 256 Kbps</li> | ||
<li class="list-group-item"><i class="fas fa-microphone-alt"></i> <strong><?php echo __("Audio Codec"); ?>:</strong> AAC, Stereo, 44.1kHz/48kHz</li> | ||
</ul> | ||
<p><i class="fas fa-hourglass-half"></i> <?php echo __("Keep streams under 8 hours and avoid mid-stream changes to prevent quality issues."); ?></p> |