~anjan/momi.ca

d880462236ef51b1b758542d1317c98188e1afc8 — Anjandev Momi 1 year, 6 months ago 9f2651f
labview: upload video to peertube
1 files changed, 1 insertions(+), 16 deletions(-)

M src/posts/2017-11-19-Labview.org
M src/posts/2017-11-19-Labview.org => src/posts/2017-11-19-Labview.org +1 -16
@@ 4,14 4,6 @@
#+END_EXPORT


#+BEGIN_EXPORT html
<link rel="stylesheet" href="/css/video-js.css">
<script>
window.HELP_IMPROVE_VIDEOJS = false;
</script>
<script src="/js/video.js"></script>
#+END_EXPORT

** Required Readings
- [[http://www.ni.com/white-paper/14565/en/][Multicore Programming with NI Labview]]
- [[http://zone.ni.com/reference/en-XX/help/371361H-01/glang/wait_ms/][Wait (ms) Function]]


@@ 26,14 18,7 @@ window.HELP_IMPROVE_VIDEOJS = false;
- Avoid using sequences

#+BEGIN_EXPORT html
<video class="video-js vjs-16-9" data-setup="{}" controls>
  <source src="/out.webm" type="video/webm">
  <p>Your browser does not support HTML5 video.</p>
</video>

<a class="pull-right" href="/out.webm">Download video (WEBM)</a>

<div class="clearfix"></div>
<iframe title="Labview ICT Widget Assembler" src="https://diode.zone/videos/embed/15a93401-f711-49c1-b3b0-68cfcd97ccd9" allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-popups" width="560" height="315" frameborder="0"></iframe>
#+END_EXPORT