Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Nov 12, 2024
1 parent a848c26 commit 4115c80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions plugin/Live/tabs/help.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
"element": "#ServerURLName",
"intro": "This combines both the server URL and stream key into one string. Click here to copy both to the clipboard for easy setup."
},
{
"element": "#performanceSettingsBTN",
"intro": "Click here to view recommended settings for optimal streaming performance, including video resolution, bitrate, and audio specifications. Following these guidelines helps ensure a high-quality, buffer-free live streaming experience."
},
{
"element": "#tabStreamMetaData",
"intro": "In this tab, you can configure your stream metadata, including the title, password protection, images, user groups and stream listing."
Expand Down
2 changes: 1 addition & 1 deletion plugin/Live/tabs/recommended_stream_settings.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<button class="btn btn-default btn-block btn-xs" data-toggle="collapse" data-target="#performanceSettings" aria-expanded="false" aria-controls="performanceSettings">
<button class="btn btn-default btn-block btn-xs" id="performanceSettingsBTN" data-toggle="collapse" data-target="#performanceSettings" aria-expanded="false" aria-controls="performanceSettings">
<i class="fas fa-tachometer-alt"></i>
<?php echo __("Optimal performance settings"); ?>
<i class="fas fa-caret-down"></i>
Expand Down

0 comments on commit 4115c80

Please sign in to comment.