<div dir="auto"><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto">Hi,<div dir="auto">On the server pipeline I'll add:</div><div dir="auto"><br></div><div dir="auto">rtph264 config-interval=-1...</div><div dir="auto"><br></div><div dir="auto">This value will embed picture format when there is a key frame.</div><div dir="auto"><br></div><div dir="auto">The <font face="sans-serif">resution should be controlled by the appsrc. This is an encoded stream so you cannot rescale.</font></div><div dir="auto" style="font-family:sans-serif"><br></div><div dir="auto" style="font-family:sans-serif">Best</div><font color="#888888" style="font-family:sans-serif"><div dir="auto">Matteo</div></font></div></blockquote></div><div class="gmail_extra"><br><div class="gmail_quote">On Aug 7, 2017 05:57, "valerik931" <<a href="mailto:valerik931@gmail.com">valerik931@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">How to change this value manually?<br>
I use gstreamer in Android.<br>
Pipeline at server side:<br>
appsrc name=mysrc is-live=true max-bytes=0 do-timestamp=true min-latency=0 !<br>
queue ! h264parse name=parse ! queue ! rtph264pay name=pay0 pt=96<br>
timestamp-offset=0<br>
Pipeline at client side:<br>
rtspsrc location=rtsp://<a href="http://192.168.30.59:8554/test" rel="noreferrer" target="_blank">192.168.30.59:<wbr>8554/test</a> latency=50 ! rtpjitterbuffer<br>
latency=50 ! rtph264depay ! video/x-h264,framerate=60/1 ! h264parse !<br>
avdec_h264 ! autovideosink<br>
And I got stream with 1280x720 resolution, how I can manage signals to<br>
server and stream resolution?<br>
<br>
Thank you!<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Rtsp-server-stream-resolution-tp4684106.html" rel="noreferrer" target="_blank">http://gstreamer-devel.966125.<wbr>n4.nabble.com/Rtsp-server-<wbr>stream-resolution-tp4684106.<wbr>html</a><br>
Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
______________________________<wbr>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.<wbr>freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/gstreamer-<wbr>devel</a><br>
</blockquote></div></div>