<div dir="ltr">Ok, as I understand, I can't do this within one pipeline. I need separate gstreamer pipeline and pipeline in rtsp server?<div>I am writing my app on Python, because of that I don't  want to do anything on app level(it will be slow).</div><div><br></div><div>That why I think I can use only intervideo element</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 22, 2014 at 11:35 AM, Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian@centricular.com" target="_blank">sebastian@centricular.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Mi, 2014-10-22 at 10:57 +0400, Pavel Aborilov wrote:<br>
> yes, but in this case I will have several connection to source camera, but<br>
> I have only one connection.<br>
<br>
</span>You could have the camera running in a separate pipeline and push the<br>
frames to an appsink or intervideosink. Inside the different media<br>
factories you would then use an appsrc or intervideosrc to get the data<br>
from the camera from the other pipeline, downscale it as needed for that<br>
specific factory, encode it, etc.<br>
<div><div class="h5"><br>
> On Wed, Oct 22, 2014 at 10:36 AM, Jacob S <<a href="mailto:jacobhameiri@gmail.com">jacobhameiri@gmail.com</a>> wrote:<br>
><br>
> > You can create multiple media factories and connect them to different<br>
> > paths and as far a I know the server will start encoding only after a<br>
> > client connects.<br>
> ><br>
> > something like:<br>
> ><br>
> > gst_rtsp_mount_points_add_factory (mounts, "/resolution-a",<br>
> > factoryResolutionA);<br>
> > gst_rtsp_mount_points_add_factory (mounts, "/resolution-b",<br>
> > factoryResolutionB);<br>
> ><br>
> > 2014-10-22 8:30 GMT+03:00 aborilov <<a href="mailto:aborilov@gmail.com">aborilov@gmail.com</a>>:<br>
> ><br>
> >> Hi!<br>
> >><br>
> >> If I stream rtsp with several video tracks with different resolution and<br>
> >> client connect to only one track, does gstreamer encoding video in all<br>
> >> resolution? Is there way to  create such pipeline, with many resolutions,<br>
> >> but encoding only resolution that client connect to.<br>
> >><br>
> >><br>
> >><br>
> >> --<br>
> >> View this message in context:<br>
> >> <a href="http://gstreamer-devel.966125.n4.nabble.com/rtsp-server-streaming-different-resolutions-tp4669114.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/rtsp-server-streaming-different-resolutions-tp4669114.html</a><br>
> >> Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
> >> _______________________________________________<br>
> >> gstreamer-devel mailing list<br>
> >> <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
> >> <a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
> >><br>
> ><br>
> ><br>
> > _______________________________________________<br>
> > gstreamer-devel mailing list<br>
> > <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
> > <a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
> ><br>
> ><br>
><br>
><br>
> _______________________________________________<br>
> gstreamer-devel mailing list<br>
> <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
> <a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br>
--<br>
</div></div>Sebastian Dröge, Centricular Ltd · <a href="http://www.centricular.com" target="_blank">http://www.centricular.com</a><br>
<br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div>С уважением, Аборилов Павел</div>
</div>