pombreda / libjingle

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

continuous stream #336

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
OK this question should have been posted on some kind of forum but i have not 
bin able to find one.

My problem is that I am not able to create a continuous stream. I am able to 
transfer files in my program based on the pcp sample but I want to create a 
stream where one end of the stream continuously streams data to the other end.

I have the following code that creates the stream

talk_base::StreamInterface* stream = sessionClient->CreateTunnel(jid, message);
stream->SignalEvent.connect(this, &XmppPump::OnStreamEvent);

This creates an IncommingTunnel event on the reciever that I accept and the 
connection is up and running. 

However when I try to post data no events are created on the receiver. 

Original issue reported on code.google.com by tim.went...@gmail.com on 9 Apr 2012 at 10:45

GoogleCodeExporter commented 9 years ago
I won't be able to help with your problem. But i haven't been able to do what 
are successful with. Can you please describe which version are you using and 
how did you get file transfer to succeed?

I have built it and get to log in successfully but fail to establish tunnel.

Details are in the issue
http://code.google.com/p/libjingle/issues/detail?id=334&start=100

Thanks,
Fayyaz

Original comment by fayya...@gmail.com on 14 Apr 2012 at 10:38