GStreamer Picture in Picture rtmp to rtmp

Peter Maersk-Moller pmaersk at gmail.com
Thu Sep 5 05:49:44 PDT 2013


You need to demux the streams, decode the streams, mix the video, encode
the video, mux the streams and then sink the streams.

The demuxer is likely to be flvdemux and the decoders the specific video
codec decoders. Or perhaps decodebin can du it all for you. The muxer is
the flvmux.

Best regards
Peter




On Thu, Sep 5, 2013 at 2:28 PM, picca <buzzdrive at mail.ru> wrote:

> How to mix two rtmp streams in gstreamer?
>
> Src: nginx-rtmp cams - h.264/speex Sink: nginx-rtmp
>
>
> ----------           -------
> | rtmp src |----->|        |
>  ----------          |        |          ----------
>                          | video|----->| rtmp sink|
>  ----------          | mixer|          ----------
> | rtmp src |----->|        |
>  ----------          |        |
>                           -------
>
>
>
>
> --
> View this message in context:
> http://gstreamer-devel.966125.n4.nabble.com/GStreamer-Picture-in-Picture-rtmp-to-rtmp-tp4661870.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130905/dc8c14e1/attachment-0001.html>


More information about the gstreamer-devel mailing list