Questions tagged [libnice]

Libnice is an implementation of the IETF's Interactive Connectivity Establishment (ICE) standard (RFC 5245) and the Session Traversal Utilities for NAT (STUN) standard (RFC 5389). It provides a GLib-based library, libnice and a Glib-free library, libstun as well as GStreamer elements.

Wiki page: http://nice.freedesktop.org/

Reference docs: http://nice.freedesktop.org/libnice/

github: https://github.com/libnice/libnice

20 questions
0
votes
1 answer

libnice-0.13.0 cross compilation using glib 2.28.7

I am cross-compiling libnice-0.13.0 for arc-linux-uclibc host on ubuntu 14.04. But it fails out with this error trace Making all in socket make[2]: Entering directory `/home/tars/libnice-0.1.13/socket' CC socket.lo In file included from…
sampath
  • 101
  • 1
  • 5
0
votes
1 answer

how do I get libnice to stop candidate checking

I am using libnice on a C++ native server which is trying to make a WebRTC peer connection to a web browser client app. Using libnice, the candidate gathering is successful and the Offer/Answer exchange is successful. It then proceeds with the…
Andres Gonzalez
  • 2,129
  • 5
  • 29
  • 43
0
votes
1 answer

"TLS support is not available" when creating GTlsClientConnection with libnice

I have working code where two peers are connecting over a relay server (coturn) and everything seems to be fine over pseudo-tcp. I've tested message exchange successfully with nice_agent_attach_recv() and nice_agent_get_io_stream(). But when I try…
mateuscb
  • 10,150
  • 3
  • 52
  • 76
0
votes
1 answer

Linker error Android - ndk :undefined reference to `G_STATIC_ASSERT'

I am Building android project for arm64-v8 and I am using NDK-r10e.I have build build Libnice 0.13 using its dependency (Glib 2.35.8) and I have all the dependencies of Glib compiled(intl,iconv,ffi). So I was successfull in building the static…
Aagman
  • 684
  • 6
  • 18
0
votes
1 answer

VoIP with Farstream (SIP, ICE)

I'm doing a basic VoIP (audio+video) program. Users won't be (most probably) behind a NAT, but there's no 100% guaranty for that, so I need to use ICE(libnice). Also, in order to make users being able to call each other, I need SIP (so they can…
alexandernst
  • 14,352
  • 22
  • 97
  • 197
1
2