Commit 67de01c9 authored by Youness Alaoui's avatar Youness Alaoui

Updating README file

parent bf743cfb
...@@ -5,8 +5,8 @@ Nice: GLib ICE library ...@@ -5,8 +5,8 @@ Nice: GLib ICE library
Copyright Copyright
--------- ---------
(C) 2006, 2007 Collabora Ltd. (C) 2006-2011 Collabora Ltd.
(C) 2006, 2007 Nokia Corporation (C) 2006-2011 Nokia Corporation
License License
------- -------
...@@ -18,25 +18,20 @@ Requirements ...@@ -18,25 +18,20 @@ Requirements
glib >= 2.10 glib >= 2.10
pkg-config pkg-config
gupnp-igd >= 0.1.2 (optional)
Limitations gstreamer-0.10 >= 0.10.0 (optional)
-----------
- only implements ICE Lite
- no support for RTCP
- no support for IPv6
Structure Structure
--------- ---------
docs/ - design documentation agent/ - ICE agent
address/ - IP address convenience library docs/ - Design and API documentation
local/ - local address gathering code gst/ - Gstreamer elements
nice/ - libnice library
random/ - random number generation random/ - random number generation
socket/ - Socket abstraction layer
stun/ - STUN implementation stun/ - STUN implementation
udp/ - UDP abstraction layer tests/ - Unit tests
agent/ - ICE agent
nice/ - libnice
Relevant standards Relevant standards
------------------ ------------------
...@@ -44,7 +39,7 @@ Relevant standards ...@@ -44,7 +39,7 @@ Relevant standards
These standards are relevant to nice's current implementation. These standards are relevant to nice's current implementation.
ICE draft 15 ICE draft 15
http://tools.ietf.org/wg/mmusic/draft-ietf-mmusic-ice/ http://tools.ietf.org/html/rfc5245
STUN STUN
http://tools.ietf.org/html/rfc3489 http://tools.ietf.org/html/rfc3489
http://tools.ietf.org/html/rfc5389 http://tools.ietf.org/html/rfc5389
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment