Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akru/videocaster
Very small video caster
https://github.com/akru/videocaster
Last synced: 23 days ago
JSON representation
Very small video caster
- Host: GitHub
- URL: https://github.com/akru/videocaster
- Owner: akru
- License: bsd-3-clause
- Created: 2013-01-29T17:54:00.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-13T12:49:39.000Z (over 11 years ago)
- Last Synced: 2023-03-12T00:21:49.842Z (over 1 year ago)
- Language: C
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
VideoCaster :: Simple and small video translation software
EXAMPLE:
On client:
$ vcast /dev/video0 2 640 480 80 1.2.3.4 55555Options:
/dev/video0 - V4L2 video device
2 - FPS
640 - width
480 - height
80 - quality
1.2.3.4 - server IP
55555 - server portOn server:
$ vserv 55555 my-unical-idOptions:
55555 - local port
my-unical-id - unical id for image, will be save into memcachedDESCRIPTION:
Client:
after start try to grab frame from v4l2 device,
makes jpeg compression and sends over UDP to server.Server:
after start try to listen local port,
received packets will be saved in memcache,
image key will be unical-id, timestamp key will be unical-id-ts.DEPENDENCES:
- libV4L2
- libjpeg
- libmemcached (for server)