1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-06 03:50:04 +02:00
Oinktube/plugin/Live/getUploadMenuButton.php
DanielnetoDotCom 16059b5d84 New version 9.6 that add support to encoder Version 3.3
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
2020-10-12 23:03:47 -03:00

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>