webomnizz / nodejs-video-stream

Video Stream with NodeJs

Home Page:https://webomnizz.com/video-stream-example-with-nodejs-and-html5/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Video Stream with NodeJs

Video Stream

Requirements

  • Express
  • Ejs (Template Engine)
  • FFmpeg
  • MP4 video

Where to add mp4 video?

Create public/assets directory or modify the following variables

const assets = 'public/assets';
const videName = 'nature'; // without .mp4

About

Video Stream with NodeJs

https://webomnizz.com/video-stream-example-with-nodejs-and-html5/


Languages

Language:JavaScript 66.4%Language:HTML 33.6%