Skip to content

lidongliangfly/VideoRecordAndReplay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

Video-recording-and-playback

For recording screen, storing in local disks and replaying.

This project is coded in ubuntu14.04 x64, depens on Xlib and zlib.

  • If target machine is Ubuntu x64, just do as below.
sudo apt-get install linx11-dev
sudo apt-get install zlib1g-dev
  • If you want to run in Ubuntu x86, you need install Xlib and zlib for 32 bits. in ubuntu tty use below comands:
sudo apt-get install libx11-dev:i386
sudo apt-get install zlib1g-dev:i386

About

recording screen and storing in local disks to playback

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages