|
|
@@ -1,8 +1,11 @@
|
|
|
<div class="container-fluid">
|
|
|
<h1><?php echo $this->_['movie'][0]['name']; ?></h1>
|
|
|
+ <div class="row text-center">
|
|
|
+ <p>
|
|
|
+ <a href="<?php echo $GLOBALS['conf']['baseURL']; ?>readfile.php?file=<?php echo urlencode(base64_encode($this->_['videoFile'])); ?>">Download</a> | <input type="text" value="https://bridge.mmnx.de/videos/readfile.php?file=<?php echo urlencode(base64_encode($this->_['videoFile'])); ?>" /> <sub>Kopieren für Wiedergabe in Medienplayer (Netzwerkstream)</sub>
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
<div class="row">
|
|
|
- <!--<input type="text" value="https://yolo:amk@bridge.mmnx.de/videos/readfile.php?file=/media/Serien/American Dad/S01/American.Dad-S01E01-Pilot.mp4" /> <sub>Kopieren für Wiedergabe in Medienplayer (Netzwerkstream)</sub>-->
|
|
|
-
|
|
|
<div style="background: gray; text-align: center;">
|
|
|
<video width="auto" height="auto" controls>
|
|
|
<source src="<?php echo $GLOBALS['conf']['baseURL']; ?>readfile.php?file=<?php echo urlencode(base64_encode($this->_['videoFile'])); ?>" type="video/mp4">Your browser does not support the video tag.</video>
|