[gst-devel] RTP C Examples

Wim Taymans wim.taymans at gmail.com
Fri Jan 2 13:22:42 CET 2009


Also, you need an amr encoder before the amr payloader.

Wim

On Fri, Jan 2, 2009 at 1:21 PM, Wim Taymans <wim.taymans at gmail.com> wrote:
> gst_element_link_many() will not automatically link the payloader to
> the rtpbin, you need to manually request
> a sink pad first (like you did) and link it to the srcpad of the payloader.
>
> Wim
>
> On Fri, Jan 2, 2009 at 8:13 AM, sudarshan bisht
> <bisht.sudarshan at gmail.com> wrote:
>> Hi ,,
>>          Acutally audioresample and rtpamrpay elements can not be linked
>> since both have differenct caps . So better try some other combination.
>>
>> On Wed, Dec 31, 2008 at 9:33 PM, Jack Foster <jack.foster11 at gmail.com>
>> wrote:
>>>
>>> Hi gang!
>>>
>>> I see lots of examples that have CLI to gStreamer but surely people are
>>> building applications with C.  It seems like an awesome framework but I'm
>>> just trying to get my head around it.  I would like to see more C examples.
>>>
>>> In any case, I'm trying to a simple audio rtp sender/receiver working but
>>> am having a hard time translating the example from the gstrtpbin
>>> documentation to C.  I'll then post a working copy on the mailing list for
>>> others running into the same issue.
>>>
>>> I really have no idea if the errors are related to the mad plugin or the
>>> pads not linked together properly.
>>>
>>> Attached is the error and the program.  Any help would be greatly
>>> appreciated.
>>>
>>> Thanks!
>>> Jack
>>>
>>>
>>> ------------------------------------------------------------------------------
>>>
>>> _______________________________________________
>>> gstreamer-devel mailing list
>>> gstreamer-devel at lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>>>
>>
>>
>>
>> --
>> Regards,
>>
>> Sudarshan Bisht
>>
>> ------------------------------------------------------------------------------
>>
>> _______________________________________________
>> gstreamer-devel mailing list
>> gstreamer-devel at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>>
>>
>




More information about the gstreamer-devel mailing list