EricssonResearch / openwebrtc

A cross-platform WebRTC client framework based on GStreamer
http://www.openwebrtc.org
BSD 2-Clause "Simplified" License
1.8k stars 537 forks source link

Libnice can't validate stuns messages #707

Closed SirUriel87 closed 6 years ago

SirUriel87 commented 6 years ago

Hello, I'm using openwebrtc to write a simple sender and a simple receiver in C language. I'm using C sockets for the signaling process. The problem is that my application doesn't works and I can't figure out why. I've set G_MESSAGES_DEBUG to "all", as well as NICE_DEBUG and it seems that my stuns messages can't be validated. I tried to remove the line where I call "owr_transport_agent_add_helper_server" to set the stun server, and even in that case the outcome was the same, so I am a bit confused, maybe I am missing something. Can someone help me? I'm attaching the log file of the sender part (I get same debug messages, from sender and receiver)

sender_log.txt