mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-06 03:50:04 +02:00

you can now dynamic extract resolutions from MP4 and Webm files on encoder -- Add Login control -- Fix some layout issues -- support for encoder 3.3 and dynamic resolutions for MP4 and webm
5 lines
No EOL
261 B
PHP
5 lines
No EOL
261 B
PHP
<li>
|
|
<a href="<?php echo $global['webSiteRootURL']; ?>plugin/Live" data-toggle="tooltip" title="<?php echo __("Broadcast a Live Stream"); ?>" data-placement="left" >
|
|
<span class="fa fa-circle"></span> <?php echo $buttonTitle; ?>
|
|
</a>
|
|
</li>
|