Skip to content

🎥 Library that implements MontionJPG technique using Lua and Pegasus.lua

Notifications You must be signed in to change notification settings

EvandroLG/video-streaming.lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VideoStreaming.lua

Library that implements MontionJPG technique using Lua and Pegasus.lua

Installation

To install video_streaming, run:

$ luarocks install video_streaming 

How to use it?

You need to create a instance of Streaming, pass a port and a path to the directory where the images will served:

local Streaming = require 'video_streaming'

local serverVideo = Streaming:new({
  port='8080',
  dir='images/'
})

serverVideo:start()

Then you will have a localhost server delivering through the path /video_streaming/

Contributing

Install Dependencies

$ make install_dependencies

Running tests

$ make test

About

🎥 Library that implements MontionJPG technique using Lua and Pegasus.lua

Resources

Stars

Watchers

Forks

Packages

No packages published