Skip to content

Recieves commands through a websocket connection to run ffmpeg on video files

Notifications You must be signed in to change notification settings

jzxyouok/WebSocketServerVideoEditor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is meant to take websocket clients and accept their commands for video file handling.
Uses google-gson version 2.2.2 http://code.google.com/p/google-gson/downloads/detail?name=google-gson-2.2.2-release.zip&can=1
and tootallnate's websocket framework https://github.com/TooTallNate/Java-WebSocket

Features:
* uses FFMPEG command line for all video file manipulation
* handles upload and download requests from client
* checks for cached video files before creating new file manipulations

Future features:
* chain all commands, which are created by recieved json objects
* all cached files will be in a hashed array
* add authenticated users and SSL support

About

Recieves commands through a websocket connection to run ffmpeg on video files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 69.6%
  • TeX 13.2%
  • Java 7.4%
  • PostScript 6.1%
  • JavaScript 1.9%
  • CSS 1.6%
  • Other 0.2%