RTSP Server from a manually created and linked pipeline

Dmitry Valento va.dimon at tut.by
Mon Oct 31 07:36:37 UTC 2016


On 10/28/2016 07:01 PM, bomba wrote:
>>    GstRTSPMedia *media = g_object_new(GST_TYPE_RTSP_MEDIA, "element",
>> your_bin, NULL);
> What is "your_bin" ?
>
your_bin - container for all your GstElements. You have to add 
GstElements to it.
your_pipeline - top-level container, which will include "your_bin". 
"your_pipeline" is used for catch Bus messages.


More information about the gstreamer-devel mailing list