- 05 Feb, 2013 4 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
This adds nice_agent_set_stream_name, nice_agent_get_stream_name, nice_agent_generate_local_sdp, nice_agent_parse_remote_sdp.
-
Youness Alaoui authored
-
- 02 Feb, 2013 2 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
- 04 Oct, 2012 1 commit
- 30 Apr, 2012 1 commit
-
-
Rohan Garg authored
-
- 02 Mar, 2012 3 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Use GSocket for better Windows compatibility
-
- 15 Feb, 2012 2 commits
-
-
-
As glib documentation suggests (http://developer.gnome.org/glib/2.28/glib-IO-Channels.html), g_io_channel_unix_new should be avoided on WIN32 platform. Replaced with g_io_channel_win32_new_socket function
-
- 10 Feb, 2012 1 commit
-
-
If TURN server is not listening then nice_tcp_bsd_socket_new returns socket=NULL and libnice crashes.
-
- 02 Feb, 2012 1 commit
-
-
Youness Alaoui authored
This should fix the use case of creating a stream 1, gather until finished then creating another stream, gather its candidates, then setting the remotes on stream 1 (which is already gathered) while stream 2 is still gathering.
-
- 16 Jan, 2012 1 commit
-
-
- 13 Jan, 2012 1 commit
-
-
Youness Alaoui authored
-
- 12 Jan, 2012 2 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
- 30 Nov, 2011 1 commit
-
-
- 21 Sep, 2011 3 commits
-
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
- 31 Mar, 2011 1 commit
-
-
- 24 Mar, 2011 1 commit
-
-
Youness Alaoui authored
-
- 21 Jan, 2011 1 commit
-
-
Youness Alaoui authored
-
- 20 Jan, 2011 1 commit
-
-
Youness Alaoui authored
-
- 19 Jan, 2011 3 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
- 21 Dec, 2010 1 commit
-
-
Youness Alaoui authored
-
- 15 Dec, 2010 1 commit
-
-
- 10 Dec, 2010 1 commit
-
-
Youness Alaoui authored
-
- 02 Nov, 2010 1 commit
-
-
- 01 Oct, 2010 4 commits
-
-
-
-
-
Youness Alaoui authored
-
- 29 Sep, 2010 1 commit
-
-
Youness Alaoui authored
The agent->local_addresses should not change when we gather_candidates, let the user set it with nice_agent_add_local_address, if he does not, then we should auto-discover interface *during* the gathering process, and not save it. Currently, when we call gather_candidates, we discover interfaces and save it to agent->local_addresses as if someone called the _add_local_address API... problem is that if we have 2/3 interfaces, we do an audio call.. an interface disappears (vmware closed/whatever) then we upgrade to a video call, then libnice will reuse the old interface list instead of the current ones..
-
- 23 Aug, 2010 1 commit
-
-
Youness Alaoui authored
-