home » zplus/freepost.git
ID: 06162acd9865410416d8b7ffbeab8df026c2a801
20 lines — 407B — View raw


<?php

if (!isset ($_GET['room']))
    exit ();

if ($_GET['room'] == 123 || $_GET['room'] == 141 || $_GET['room'] == 144)
    $room = $_GET['room'];

?>

<video
    autoplay="autoplay"
    controls="controls"
    preload="auto"
    width="100%"
    height="auto">
    
    <source src="https://live2.fsf.org/room<?= $room ?>_stream.webm"></source>
    
    Your browser doesn't support HTML5 video
</video>