forked from Homer-Conferencing/Homer-Conferencing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOVERVIEW
27 lines (22 loc) · 1.6 KB
/
OVERVIEW
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
===============================================
Overview about the project "Homer Conferencing"
===============================================
Project resources:
==================
Project web site ==> http://www.homer-conferencing.com
Support mailing list ==> [email protected]
Souce code repository ==> https://github.com/Homer-Conferencing/Homer-Conferencing
Package structure:
==================
COPYING - Copy of GPL-2 license
INSTALL - Installation instructions
OVERVIEW - Recursion!
Homer/ - GUI: Qt based user interface
HomerBase - OS abstraction: threads/mutexes/conditions/time for multiple systems and architectures, logging system (log output to console/file/network)
HomerBuild - Build environment: GNU Make and CMake based build environment, overall build control, support files to build a library or executable binary
HomerConference - Session management: SIP based call/IM management, STUN server support
HomerMonitor - Monitoring: to observe Homer's data stream and threads
HomerMultimedia - Video/audio processing: application drivers for file/V4L2/VFW/ALSA/OSS/CoreAudio/CoreVideo based media sources, video/audio transcoding
Streaming: stream management, RTP parsing, RTP packetizing for H.261
HomerNAPI - Network communication: extended network API to support transmission requirements per data stream
HomerSoundOutput - Sound playback: sound hw access for multiple systems and architectures