tenna
Version:
A node js application that lets you easily stream most videos from any PC/laptop in your home network, to other devices in the network with a browser.
21 lines (16 loc) • 464 B
text/jade
extends layout
block vars
- var title = "Player two - Encoding"
block content
h1 Encoding
.row#vue-app
each vid in processing
.tile.col-xs-12.col-sm-4.col-md-3(id="#{vid.name}")
.video-wrapper
span.action-icon {{amtComplete}}
div.tile-footer
span #{vid.filename} -
span {{eta}}
include blocks/nav
block scripts
script(type="text/javascript" src="/js/encode.js")