I\'m new to Kurento media server, I am trying to send an event from kurento media server to the java application which I have.
I have created an event using the foll
Try upgrading your libnice version to 0.1.13 this is the source of the errors with some ice candidates. Let's see if this solves the issue with the events.
Everything seems OK. You just need to be sure if the event is fired.
If you change warnings by errors you will be able to see your log without configuring anything. This way you can know if the event is being fired.
If you can't see your logs, the you may have a problem firing the event from GStreamer element or maybe registering for the signal from cpp.