diff options
author | Sacha Chua <sacha@sachachua.com> | 2021-11-22 20:23:35 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2021-11-22 20:23:35 -0500 |
commit | efeb92d636234c3c1c665ed560b498464daf3606 (patch) | |
tree | 1849b010710dc5f9e436e336debdc873a5ff31d3 | |
parent | 46cbaed8885e4d2daf9ef12ffb041538c85236e2 (diff) | |
download | emacsconf-wiki-efeb92d636234c3c1c665ed560b498464daf3606.tar.xz emacsconf-wiki-efeb92d636234c3c1c665ed560b498464daf3606.zip |
Experiment
-rw-r--r-- | 2021/watch.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/2021/watch.md b/2021/watch.md new file mode 100644 index 00000000..978ff2e0 --- /dev/null +++ b/2021/watch.md @@ -0,0 +1,20 @@ +# Main stream + +<video controls> +<source src="https://live0.emacsconf.org/main.webm" type="video/webm"> +<p><em>Your browser does not support the video tag. Please load <a href="https://live0.emacsconf.org/main.webm">https://live0.emacsconf.org/main.webm</a> in your streaming media player.</p> +</source> +</video> + +# Alternative stream + +<video controls> +<source src="https://live0.emacsconf.org/alt.webm" type="video/webm"> +<p><em>Your browser does not support the video tag. Please load <a href="https://live0.emacsconf.org/alt.webm">https://live0.emacsconf.org/alt.webm</a> in your streaming media player.</p> +</source> +</video> + +# Chat + +<iframe src="https://chat.emacsconf.org" width="100%" height="700"> +</iframe> |