<div dir="rtl"><div dir="ltr">You can create multiple media factories and connect them to different paths and as far a I know the server will start encoding only after a client connects.</div><div dir="ltr"><br></div><div dir="ltr">something like:</div><div dir="ltr"><br></div><div dir="ltr">gst_rtsp_mount_points_add_factory (mounts, "/resolution-a", factoryResolutionA);<br></div><div dir="ltr">gst_rtsp_mount_points_add_factory (mounts, "/resolution-b", factoryResolutionB);<br></div></div><div class="gmail_extra"><br><div class="gmail_quote"><div dir="ltr">2014-10-22 8:30 GMT+03:00 aborilov <span dir="ltr"><<a href="mailto:aborilov@gmail.com" target="_blank">aborilov@gmail.com</a>></span>:</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">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: <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>
</blockquote></div><br></div>