jigar-joshi / libjingle

Automatically exported from code.google.com/p/libjingle
0 stars 0 forks source link

vcall sampile dosn't work on 0.5.2 #154

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Compile libjingle 0.5.2 on windows 7
2. use call sample and userA@gmail.com login gtalk in desktop A
3. use call sample and userB@gmail.com login gtalk in desktop B
4. after roster,i cann't find userB@gmail.com in roster.I don't know why? userA 
and userB are online now.
5. use vcall “userC@gmail.com  --voiceinput ./testdata/voice.rtpdump 
--videoinput ./testdata/video.rtpdump” commond to call userC@gmail.com on 
gtalk

What is the expected output? What do you see instead?
vcall userC@gmail.com --voiceinput ./testdata/voice.rtpdump --videoinput 
./testdata/video.rtpdump
(call) 
Found online friend 'userC@gmail.com/Talk.v105EF48B53C'
(call) Error(session.cc:705): Session error:
<cli:error code="501" type="cancel" 
xmlns:cli="jabber:client"><feature-not-implemented 
xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/></cli:error>
in response to:
<cli:iq to="userC@gmail.com/Talk.v105EF48B53C" type="set" id="10" 
xmlns:cli="jabber:client"><jingle xmlns="urn:xmpp:jingle:1" 
action="session-initiate" id="1259926967" 
initiator="userA@gmail.com/call74CFFE72"><content name="audio" 
creator="initiator"><description xmlns="urn:xmpp:jingle:apps:rtp:1" 
media="audio"/><transport 
xmlns="http://www.google.com/transport/p2p"/></content><content name="video" 
creator="initiator"><description xmlns="urn:xmpp:jingle:apps:rtp:1" 
media="video"/><transport 
xmlns="http://www.google.com/transport/p2p"/></content></jingle><session 
xmlns="http://www.google.com/session" type="initiate" id="1259926967" 
initiator="lvyiwen@gmail.com/call74CFFE72"><description 
xmlns="http://www.google.com/session/video"/></session></cli:iq>

What version of the product are you using? On what operating system?

Please provide any additional information below.
Can anyone tell me how to use vcall sample ?

Original issue reported on code.google.com by lvyi...@gmail.com on 8 Apr 2011 at 8:30

GoogleCodeExporter commented 9 years ago
I don't know if this is your problem but I think you must pass the voice and 
video parameters when you start the application instead of when starting a 
call, as follows:
./call --voiceinput ./voice.rtpdump --videoinput ./video.rtpdump
There are another parameters you can pass. Type ./call --help to see them.
And then, to make a vcall just type:
vcall "user@gmail.com"
I hope it solves your problem.

Original comment by diego.cd...@gmail.com on 8 Apr 2011 at 11:38

GoogleCodeExporter commented 9 years ago
I try vcall "user@gmail.com",but i got error message.The error message below:
(call) Error(session.cc:705): Session error:
<cli:error code="501" type="cancel" 
xmlns:cli="jabber:client"><feature-not-implemented 
xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/></cli:error>

I don't know why ,Can anyone help me?

Original comment by lvyi...@gmail.com on 15 Apr 2011 at 12:51

GoogleCodeExporter commented 9 years ago
Can you turn on the debug logging by doing:

call -d <input file params>

You do need to supply the input params when running the call command as the 
"comment 1" described.

Original comment by jun...@google.com on 12 May 2011 at 6:47

GoogleCodeExporter commented 9 years ago
I bet this issue is resolved once you supply the media files as the input. 
Please open another issue if the problem still exists.

Original comment by jun...@google.com on 7 Jun 2011 at 9:28