From 98898dc05ae42ad1c5802065eaa7abe9ff1613f0 Mon Sep 17 00:00:00 2001
From: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>
Date: Wed, 19 Dec 2007 12:30:45 -0500
Subject: [PATCH] update website

---
 doc/News.txt     |  2 +-
 doc/SFLvideo.txt | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+), 1 deletion(-)
 create mode 100644 doc/SFLvideo.txt

diff --git a/doc/News.txt b/doc/News.txt
index f1283c4e25..8b7043977d 100644
--- a/doc/News.txt
+++ b/doc/News.txt
@@ -3,7 +3,7 @@
 News
 ====
 
-January 2008:: Partnership with *Ecole Polytechique* of Montreal to implement video calls and video conference.
+January 2008:: Partnership with *Polytechnic School* of Montreal to implement video calls and video conference. Read sflsite:SFLvideo[here].
 
 December 2007:: Upcoming release 0.8.0. See the last sflsite:screenshots[]. 
 
diff --git a/doc/SFLvideo.txt b/doc/SFLvideo.txt
new file mode 100644
index 0000000000..c274178805
--- /dev/null
+++ b/doc/SFLvideo.txt
@@ -0,0 +1,20 @@
+//AsciiDoc file
+
+Partnership
+-----------
+
+A working partnership between SavoirFaire-Linux and Polytechnic school of Montreal will begin in January 2008.  
+
+5 students of Polytechnic school will work part-time on the project.
+
+Goals
+-----
+- The main goal of this partnership is to implement a video layer in SFLphone to allow video calls and video conferencing. It is an interesting challenge because videoconference is not much implemented in softphones yet. The first step consists in implementing peer-to-peer video calls.  
+.
+- This is how the application should behave on a client side:
+  * The user open a multimedia session with an other client (SIP protocol)
+  * Local video capture (video4linux2 driver) is compressed and shipped through RTP packets.
+  * In the same time, the incoming video stream (in RTP packets also) is decompressed and displayed.
+  * The visualization framework should be flexible ans should allow user parametrization. 3D API OpenGL should be used.    
+
+
-- 
GitLab