Hi, i am also trying to establish p2p communications between ipcamera and android device . i am getting the response from camera. like
<iq id="iq77102016" to="mobiletest@use-xmpp-01/Smack" from="4419b625e08a@use-xmpp-01/camera" type="set"><jingle xmlns='urn:xmpp:jingle:1' action='transport-info' responder='4419b625e08a@use-xmpp-01/camera' sid='1'><content name='video' creator='initiator'>
<transport xmlns='urn:xmpp:jingle:transports:ice-udp:1' pwd='/73X5Bh1NehNwDkm6HRSTE' ufrag='Tw46'>
<candidate xmlns='urn:xmpp:jingle:transports:ice-udp:1' port='52418' component='1' network='1' ip='220.227.167.61' priority='1677721855' type='srflx' foundation='3' protocol='udp'/></transport></content></jingle></iq>
how can i parse these values in my android code. The xmpp libjingle library provide any methods for this.?
How can i re transfer the packet to camera.Any one can help me please.