CC-1665: Scheduled stream rebroadcasting and recording
-improve working with "webstreams"
This commit is contained in:
parent
142aa214b3
commit
7e433b61fb
15 changed files with 167 additions and 74 deletions
|
@ -37,3 +37,14 @@
|
|||
<?php endforeach; ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if ($this->type == "stream") : ?>
|
||||
|
||||
<div><span>Name:</span><span><?php echo ($this->md["name"]);?></span></div>
|
||||
<div><span>Length:</span><span><?php echo ($this->md["length"]);?></span></div>
|
||||
<div><span>Creator:</span><span><?php echo ($this->md["login"]);?></span></div>
|
||||
<div><span>Description:</span><span><?php echo ($this->md["description"]);?></span></div>
|
||||
<div><span>URL:</span><span><?php echo ($this->md["url"]);?></span></div>
|
||||
|
||||
|
||||
<?php endif; ?>
|
Loading…
Add table
Add a link
Reference in a new issue