Create conf port with incoming RTP stream example

PV
Peter Velky
Tue, Jul 23, 2013 3:40 PM

Hello,

I found PJSIP topic "Create conf port with incoming RTP stream example"

http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/2008-April/002738.html

Are there any examples, how to do that?

Thanks!
Test

Hello, I found PJSIP topic "Create conf port with incoming RTP stream example" * http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/2008-April/002738.html Are there any examples, how to do that? Thanks! Test
KP
Khoa Pham
Wed, Jul 24, 2013 8:46 AM

Hi Peter, have a look at streamutil.c in samples project

On Tue, Jul 23, 2013 at 10:40 PM, Peter Velky 045hko@gmail.com wrote:

Hello,

I found PJSIP topic "Create conf port with incoming RTP stream example"

http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/2008-April/002738.html

Are there any examples, how to do that?

Thanks!
Test


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

--
Khoa Pham
HCMC University of Science
www.fantageek.com

Hi Peter, have a look at streamutil.c in samples project On Tue, Jul 23, 2013 at 10:40 PM, Peter Velky <045hko@gmail.com> wrote: > Hello, > > I found PJSIP topic "Create conf port with incoming RTP stream example" > > * > http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/2008-April/002738.html > > Are there any examples, how to do that? > > Thanks! > Test > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > -- Khoa Pham HCMC University of Science www.fantageek.com
PV
Peter Velky
Thu, Jul 25, 2013 9:59 AM

Thanks! It looks good. But I am looking for Python example and I don't know
right now if this is what I am looking for.

I just want to override/create callback which will be called to get audio
data from my buffer and then will be sent to a call (I will handle codecs
and such). Also, I would like to receive data from a call with my
application. I don't know if this is possible and how to do that without
pain :) I am new, sorry.

In a few words I am looking for an SIP interface which would support audio
data passing and getting - it's all.

What would you suggest me? Maybe another library?

So far I tried telepathy-python, it has exactly what I need (using
GStreamer library, it's great library), but it is no longer working and
supported. Developers suggested me to use gobject-introspection with
telepathy-glib, but there are no examples and I am very confused, I have no
idea how to make it work.

Thanks a lot for help!

On Wed, Jul 24, 2013 at 10:46 AM, Khoa Pham onmyway133@gmail.com wrote:

Hi Peter, have a look at streamutil.c in samples project

On Tue, Jul 23, 2013 at 10:40 PM, Peter Velky 045hko@gmail.com wrote:

Hello,

I found PJSIP topic "Create conf port with incoming RTP stream example"

http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/2008-April/002738.html

Are there any examples, how to do that?

Thanks!
Test


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Thanks! It looks good. But I am looking for Python example and I don't know right now if this is what I am looking for. I just want to override/create callback which will be called to get audio data from my buffer and then will be sent to a call (I will handle codecs and such). Also, I would like to receive data from a call with my application. I don't know if this is possible and how to do that without pain :) I am new, sorry. In a few words I am looking for an SIP interface which would support audio data passing and getting - it's all. What would you suggest me? Maybe another library? So far I tried telepathy-python, it has exactly what I need (using GStreamer library, it's great library), but it is no longer working and supported. Developers suggested me to use gobject-introspection with telepathy-glib, but there are no examples and I am very confused, I have no idea how to make it work. Thanks a lot for help! On Wed, Jul 24, 2013 at 10:46 AM, Khoa Pham <onmyway133@gmail.com> wrote: > Hi Peter, have a look at streamutil.c in samples project > > > On Tue, Jul 23, 2013 at 10:40 PM, Peter Velky <045hko@gmail.com> wrote: > >> Hello, >> >> I found PJSIP topic "Create conf port with incoming RTP stream example" >> >> * >> http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/2008-April/002738.html >> >> Are there any examples, how to do that? >> >> Thanks! >> Test >> >> _______________________________________________ >> Visit our blog: http://blog.pjsip.org >> >> pjsip mailing list >> pjsip@lists.pjsip.org >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> >> > > > -- > Khoa Pham > HCMC University of Science > www.fantageek.com > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >