Rtsp server stream resolution

Matteo Valdina matteo.valdina at gmail.com
Mon Aug 7 12:03:20 UTC 2017


Hi,
On the server pipeline I'll add:

rtph264 config-interval=-1...

This value will embed picture format when there is a key frame.

The resution should be controlled by the appsrc. This is an encoded stream
so you cannot rescale.

Best
Matteo


On Aug 7, 2017 05:57, "valerik931" <valerik931 at gmail.com> wrote:

> How to change this value manually?
> I use gstreamer in Android.
> Pipeline at server side:
> appsrc name=mysrc is-live=true max-bytes=0 do-timestamp=true min-latency=0
> !
> queue ! h264parse name=parse ! queue ! rtph264pay name=pay0 pt=96
> timestamp-offset=0
> Pipeline at client side:
> rtspsrc location=rtsp://192.168.30.59:8554/test latency=50 !
> rtpjitterbuffer
> latency=50 ! rtph264depay ! video/x-h264,framerate=60/1 ! h264parse !
> avdec_h264 ! autovideosink
> And I got stream with 1280x720 resolution, how I can manage signals to
> server and stream resolution?
>
> Thank you!
>
>
>
> --
> View this message in context: http://gstreamer-devel.966125.
> n4.nabble.com/Rtsp-server-stream-resolution-tp4684106.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20170807/45821ec7/attachment.html>


More information about the gstreamer-devel mailing list