summaryrefslogtreecommitdiff
path: root/Software/Farstream.mdwn
diff options
context:
space:
mode:
authorOlivierCrete <OlivierCrete@web>2014-04-28 17:31:19 -0700
committerwww <iki-www@freedesktop.org>2014-04-28 17:31:19 -0700
commit80eac063a9950cf5c9eb68d0c7e560be3f907553 (patch)
tree300d481573e1c24fb71cdd71fe0d61c3a76b2a98 /Software/Farstream.mdwn
parent174410630de94e82bf2c3cdeb23e1a0da5a75b60 (diff)
Update formatting.
Diffstat (limited to 'Software/Farstream.mdwn')
-rw-r--r--Software/Farstream.mdwn8
1 files changed, 2 insertions, 6 deletions
diff --git a/Software/Farstream.mdwn b/Software/Farstream.mdwn
index 753550f4..fc92f894 100644
--- a/Software/Farstream.mdwn
+++ b/Software/Farstream.mdwn
@@ -1,5 +1,3 @@
-
-
# Farstream - Audio/Video Communications Framework
The Farstream (formerly Farsight) project is an effort to create a framework to deal with all known audio/video conferencing protocols. On one side it offers a generic API that makes it possible to write plugins for different streaming protocols, on the other side it offers an API for clients to use those plugins.
@@ -12,13 +10,11 @@ Telepathy and Farstream constitute the first implementation of the [[Jingle XMPP
Farstream deals with all the streaming specific parts of the protocol and leaves the signaling to the clients. The Farstream plugin API is heavily influenced by the ICE (Interactive Connectivity Establishment) RFC draft. This API allows for an easy interaction between the signaling and streaming parts of the sessions.
-Farstream uses [[GStreamer|http://gstreamer.freedesktop.org]] for all it's media streaming needs. A large part of the project is to provide the required elements and improvements to GStreamer in order to deal with streaming protocols such as RTP.
-
-Farstream will also be using the [[GstFilters|Software/GstFilters]] library to make it easier to build the GStreamer filter-like pipelines.
+Farstream uses [[GStreamer|http://gstreamer.freedesktop.org]] for all it's media streaming needs. A large part of the project is to provide the required elements and improvements to GStreamer in order to deal with streaming protocols such as RTP.
Farstream is written in C using GLib and uses GObjects extensively. Versions before 0.2 provide python bindings, version 0.2 and later uses [[GObject Introspection|https://live.gnome.org/GObjectIntrospection]] to provides bindings, it is known to work with Python, but other GObject Introspection based bindings should also work.
-This project is sponsored by [[[[!img http://www.collabora.com/]|http://www.collabora.com/]]
+This project is sponsored by [[Collabora|http://www.collabora.com/]].
## License