Skip to content

Deevjee/WebSocketWebRTCRecorders

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WebSocketWebRTCRecorders

These are modifications of existing recording scripts that allow recording through websockets, not just downloading Blobs

WebSocketServer

The Server implementation is a simple C program that utilizes libwebsockets and gstreamer, specifically version 0.10 to get and play the media sent down from the front end javascript.

To compile the following are needed: -gstreamer-0.10 -glib-2.0 -gstreamer-app-0.10 -pthread -libwebsockets

About

These are modifications of existing recording scripts that allow recording through websockets, not just downloading Blobs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Makefile 48.8%
  • JavaScript 26.5%
  • C 19.1%
  • HTML 5.6%