|
List Info
Thread: Using sockets
|
|
| Using sockets |
  Italy |
2007-10-11 08:04:09 |
|
Hi… I’ve realized a sort of canne
that receive audio from a socket and tries to send it with iaxc_push_audio(̷0;)
function. The problem is the fact that I’m not able to receive the stream
while opening socket in another program works fine and I’m able to
receive audio. To create socket I’ve used c++ code in particular some
existing classes such as QTcpSocket… Even if I’ve tested the socket
is open none incoming connection is received
Thanks.
|
| Re: Using sockets |

|
2007-10-11 09:17:40 |
On 10/11/07, Marco Bnà <bna.marco gmail.com> wrote:
> Hi… I've realized a sort of canne that receive audio
from a socket and tries
> to send it with iaxc_push_audio(…) function. The
problem is the fact that
> I'm not able to receive the stream while opening socket
in another program
> works fine and I'm able to receive audio. To create
socket I've used c++
> code in particular some existing classes such as
QTcpSocket… Even if I've
> tested the socket is open none incoming connection is
received
I'm sorry, could you clarify what the question is here? I
think there
may be a language gap, but we can probably figure it out.
Is this correct?:
You are trying to write an application with iaxclient that
receives
audio data over a socket from an other application (written
in C++
with Qt) and then tries to push the audio data out to the
iax call
using iaxc_push_audio().
And then could you restate what the actual problem you are
having is, please?
Pete
------------------------------------------------------------
-------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and
a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Iaxclient-devel mailing list
Iaxclient-devel lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iaxclie
nt-devel
|
|
| R: Using sockets |
  Italy |
2007-10-11 09:22:16 |
Yes, it is correct. The problem I've got s the fact that
even if I've a
socket open I don't have data. I don't receive nothing...
Should there be
something blocking reception?
-----Messaggio originale-----
Da: Peter Grayson [mailto:jpgrayson gmail.com]
Inviato: giovedì 11 ottobre 2007 16.18
A: Marco Bnà
Cc: iaxclient-devel lists.sourceforge.net
Oggetto: Re: [Iaxclient-devel] Using sockets
On 10/11/07, Marco Bnà <bna.marco gmail.com> wrote:
> Hi… I've realized a sort of canne that receive audio
from a socket and
tries
> to send it with iaxc_push_audio(…) function. The
problem is the fact that
> I'm not able to receive the stream while opening socket
in another program
> works fine and I'm able to receive audio. To create
socket I've used c++
> code in particular some existing classes such as
QTcpSocket… Even if I've
> tested the socket is open none incoming connection is
received
I'm sorry, could you clarify what the question is here? I
think there
may be a language gap, but we can probably figure it out.
Is this correct?:
You are trying to write an application with iaxclient that
receives
audio data over a socket from an other application (written
in C++
with Qt) and then tries to push the audio data out to the
iax call
using iaxc_push_audio().
And then could you restate what the actual problem you are
having is,
please?
Pete
------------------------------------------------------------
-------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and
a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Iaxclient-devel mailing list
Iaxclient-devel lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iaxclie
nt-devel
|
|
| Re: R: Using sockets |

|
2007-10-11 09:38:59 |
On 10/11/07, Marco Bnà <bna.marco gmail.com> wrote:
> Yes, it is correct. The problem I've got s the fact
that even if I've a
> socket open I don't have data. I don't receive
nothing... Should there be
> something blocking reception?
Now you've lost me again. What socket is not receiving data?
The
socket iaxclient establishes? The QTcpSocket you refer to?
We still do not have a good description of how you intend
your program to work.
Why do you expect data to be arriving at the socket? Just
opening a
socket does not cause data to be available, something has to
be
sending data. What is sending data to this program? What is
the format
of that data?
Why do you think something is blocking this socket from
receiving data?
In order for anyone reading this list to help, we need a
much better
description of what is going on.
Thanks,
Pete
------------------------------------------------------------
-------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and
a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Iaxclient-devel mailing list
Iaxclient-devel lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iaxclie
nt-devel
|
|
| Re: Using sockets |

|
2007-10-11 09:17:40 |
On 10/11/07, Marco Bnà <bna.marco gmail.com> wrote:
> Hi… I've realized a sort of canne that receive audio
from a socket and tries
> to send it with iaxc_push_audio(…) function. The
problem is the fact that
> I'm not able to receive the stream while opening socket
in another program
> works fine and I'm able to receive audio. To create
socket I've used c++
> code in particular some existing classes such as
QTcpSocket… Even if I've
> tested the socket is open none incoming connection is
received
I'm sorry, could you clarify what the question is here? I
think there
may be a language gap, but we can probably figure it out.
Is this correct?:
You are trying to write an application with iaxclient that
receives
audio data over a socket from an other application (written
in C++
with Qt) and then tries to push the audio data out to the
iax call
using iaxc_push_audio().
And then could you restate what the actual problem you are
having is, please?
Pete
------------------------------------------------------------
-------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and
a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Iaxclient-devel mailing list
Iaxclient-devel lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iaxclie
nt-devel
|
|
| R: Using sockets |
  Italy |
2007-10-11 09:22:16 |
Yes, it is correct. The problem I've got s the fact that
even if I've a
socket open I don't have data. I don't receive nothing...
Should there be
something blocking reception?
-----Messaggio originale-----
Da: Peter Grayson [mailto:jpgrayson gmail.com]
Inviato: giovedì 11 ottobre 2007 16.18
A: Marco Bnà
Cc: iaxclient-devel lists.sourceforge.net
Oggetto: Re: [Iaxclient-devel] Using sockets
On 10/11/07, Marco Bnà <bna.marco gmail.com> wrote:
> Hi… I've realized a sort of canne that receive audio
from a socket and
tries
> to send it with iaxc_push_audio(…) function. The
problem is the fact that
> I'm not able to receive the stream while opening socket
in another program
> works fine and I'm able to receive audio. To create
socket I've used c++
> code in particular some existing classes such as
QTcpSocket… Even if I've
> tested the socket is open none incoming connection is
received
I'm sorry, could you clarify what the question is here? I
think there
may be a language gap, but we can probably figure it out.
Is this correct?:
You are trying to write an application with iaxclient that
receives
audio data over a socket from an other application (written
in C++
with Qt) and then tries to push the audio data out to the
iax call
using iaxc_push_audio().
And then could you restate what the actual problem you are
having is,
please?
Pete
------------------------------------------------------------
-------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and
a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Iaxclient-devel mailing list
Iaxclient-devel lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iaxclie
nt-devel
|
|
| Re: R: Using sockets |

|
2007-10-11 09:38:59 |
On 10/11/07, Marco Bnà <bna.marco gmail.com> wrote:
> Yes, it is correct. The problem I've got s the fact
that even if I've a
> socket open I don't have data. I don't receive
nothing... Should there be
> something blocking reception?
Now you've lost me again. What socket is not receiving data?
The
socket iaxclient establishes? The QTcpSocket you refer to?
We still do not have a good description of how you intend
your program to work.
Why do you expect data to be arriving at the socket? Just
opening a
socket does not cause data to be available, something has to
be
sending data. What is sending data to this program? What is
the format
of that data?
Why do you think something is blocking this socket from
receiving data?
In order for anyone reading this list to help, we need a
much better
description of what is going on.
Thanks,
Pete
------------------------------------------------------------
-------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and
a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Iaxclient-devel mailing list
Iaxclient-devel lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iaxclie
nt-devel
|
|
| Re: R: Using sockets |

|
2007-10-11 09:43:34 |
Marco, IF you're Italian then maybe I can hel - : I'm
bi-lingual
BritishEnglish/Italian ..
----- Original Message -----
From: "Peter Grayson" <jpgrayson gmail.com>
To: "Marco Bnà" <bna.marco gmail.com>
Cc: <iaxclient-devel lists.sourceforge.net>
Sent: Thursday, October 11, 2007 4:38 PM
Subject: Re: [Iaxclient-devel] R: Using sockets
On 10/11/07, Marco Bnà <bna.marco gmail.com> wrote:
> Yes, it is correct. The problem I've got s the fact
that even if I've a
> socket open I don't have data. I don't receive
nothing... Should there be
> something blocking reception?
Now you've lost me again. What socket is not receiving data?
The
socket iaxclient establishes? The QTcpSocket you refer to?
We still do not have a good description of how you intend
your program to
work.
Why do you expect data to be arriving at the socket? Just
opening a
socket does not cause data to be available, something has to
be
sending data. What is sending data to this program? What is
the format
of that data?
Why do you think something is blocking this socket from
receiving data?
In order for anyone reading this list to help, we need a
much better
description of what is going on.
Thanks,
Pete
------------------------------------------------------------
-------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and
a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Iaxclient-devel mailing list
Iaxclient-devel lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iaxclie
nt-devel
------------------------------------------------------------
-------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and
a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Iaxclient-devel mailing list
Iaxclient-devel lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iaxclie
nt-devel
|
|
| Re: R: Using sockets |

|
2007-10-11 09:43:34 |
Marco, IF you're Italian then maybe I can hel - : I'm
bi-lingual
BritishEnglish/Italian ..
----- Original Message -----
From: "Peter Grayson" <jpgrayson gmail.com>
To: "Marco Bnà" <bna.marco gmail.com>
Cc: <iaxclient-devel lists.sourceforge.net>
Sent: Thursday, October 11, 2007 4:38 PM
Subject: Re: [Iaxclient-devel] R: Using sockets
On 10/11/07, Marco Bnà <bna.marco gmail.com> wrote:
> Yes, it is correct. The problem I've got s the fact
that even if I've a
> socket open I don't have data. I don't receive
nothing... Should there be
> something blocking reception?
Now you've lost me again. What socket is not receiving data?
The
socket iaxclient establishes? The QTcpSocket you refer to?
We still do not have a good description of how you intend
your program to
work.
Why do you expect data to be arriving at the socket? Just
opening a
socket does not cause data to be available, something has to
be
sending data. What is sending data to this program? What is
the format
of that data?
Why do you think something is blocking this socket from
receiving data?
In order for anyone reading this list to help, we need a
much better
description of what is going on.
Thanks,
Pete
------------------------------------------------------------
-------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and
a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Iaxclient-devel mailing list
Iaxclient-devel lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iaxclie
nt-devel
------------------------------------------------------------
-------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and
a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Iaxclient-devel mailing list
Iaxclient-devel lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iaxclie
nt-devel
|
|
| Re: R: Using sockets |

|
2007-10-11 09:52:36 |
Francesco,
Thanks for offering to help.
And I'm sorry for the barrage of questions -- I do not mean
to be
rude. I'm sure there is something here that we can help
with, but we
certainly need more info.
Pete
On 10/11/07, Francesco Facco de Lagarda <francesco delagarda.com> wrote:
> Marco, IF you're Italian then maybe I can hel - : I'm
bi-lingual
> BritishEnglish/Italian ..
>
>
> ----- Original Message -----
> From: "Peter Grayson" <jpgrayson gmail.com>
> To: "Marco Bnà" <bna.marco gmail.com>
> Cc: <iaxclient-devel lists.sourceforge.net>
> Sent: Thursday, October 11, 2007 4:38 PM
> Subject: Re: [Iaxclient-devel] R: Using sockets
>
>
> On 10/11/07, Marco Bnà <bna.marco gmail.com> wrote:
> > Yes, it is correct. The problem I've got s the
fact that even if I've a
> > socket open I don't have data. I don't receive
nothing... Should there be
> > something blocking reception?
>
> Now you've lost me again. What socket is not receiving
data? The
> socket iaxclient establishes? The QTcpSocket you refer
to?
>
> We still do not have a good description of how you
intend your program to
> work.
>
> Why do you expect data to be arriving at the socket?
Just opening a
> socket does not cause data to be available, something
has to be
> sending data. What is sending data to this program?
What is the format
> of that data?
>
> Why do you think something is blocking this socket from
receiving data?
>
> In order for anyone reading this list to help, we need
a much better
> description of what is going on.
>
> Thanks,
> Pete
>
>
------------------------------------------------------------
-------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?
Stop.
> Now Search log events and configuration files using
AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> Iaxclient-devel mailing list
> Iaxclient-devel lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/iaxclie
nt-devel
>
>
>
------------------------------------------------------------
-------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and
a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Iaxclient-devel mailing list
Iaxclient-devel lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iaxclie
nt-devel
|
|
|
|