Finding Out Negotiated Caps?

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Finding Out Negotiated Caps?

Jack Foster-2
Hi gang!

First, is there an easy way to find out the Caps that are coming out
of a udpsink block?  I'd like to know so I can statically attach them
as the input for the udpsrc block in the receiver.

Secondly, I realise that any dynamic negotiation of codecs happens
outside of rtp but how would I get started if I wanted to do that?

Cheers,
Jack

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Finding Out Negotiated Caps?

Aurelien Grimaud (elzz)
Jack Foster a écrit :
> Hi gang!
>
> First, is there an easy way to find out the Caps that are coming out
> of a udpsink block?  I'd like to know so I can statically attach them
> as the input for the udpsrc block in the receiver.
>
> Secondly, I realise that any dynamic negotiation of codecs happens
> outside of rtp but how would I get started if I wanted to do that?
>  
You need a negotiation protocol for your codecs.
Take a look at RTSP for audio / video streaming.
A rtsp client is included in gstreamer (gst-inspect rtspsrc).
There is also a rtsp server written with gstreamer :
http://blogs.gnome.org/uraeus/2008/10/13/gstreamer-rtsp-server/
For telephone communications, SIP would be use.
You then need a sip stack for signaling protocol, gstreamer will be
handling media.

> Cheers,
> Jack
>
> ------------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It is the best place to buy or sell services for
> just about anything Open Source.
> http://p.sf.net/sfu/Xq1LFB
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>
>  



------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel