gst-launch received rtsp raw h264 file are not smooth when playing.

Nicolas Dufresne nicolas at ndufresne.ca
Mon Aug 20 20:47:25 UTC 2018


Le lun. 20 août 2018 16:33, eschanti <eschanti at gmail.com> a écrit :

> Ok,but my further question is how to directly play the rtsp stream with one
> pipeline.
>

playbin uri=rtsp://...


> actually we have self developed plugins:
>  /! myh264dec ! queue ! myvideiorawplaysink/
> which do h264 decode, and video/x-raw playback.
>
> and command
> gst-launch-1.0  filesrc location=./demo.h264  ! video/x-h264, level=4  !
> h264parse /! myh264dec ! queue ! myvideiorawplaysink/
> works,
>
> but when I replace the src to rtspsrc, as following command, it only plays
> for the first several seconds and stuck


> gst-launch-1.0 -e rtspsrc location=rtsp://user:passwd@10.10.0.3:554 !
> queue
> ! "application/x-rtp,media=video" !  rtph264depay ! "video/x-h264,
> stream-format=byte-stream" /! myh264dec ! queue ! myvideiorawplaysink/
>
> Any hints?
>

Any warning ? GST_DEBUG=3 Does adding h264parse helps ?

>
>
>
>
> --
> Sent from: http://gstreamer-devel.966125.n4.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/20180820/aec9e048/attachment.html>


More information about the gstreamer-devel mailing list