<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr">Le lun. 20 août 2018 16:33, eschanti <<a href="mailto:eschanti@gmail.com">eschanti@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Ok,but my further question is how to directly play the rtsp stream with one<br>
pipeline.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">playbin uri=rtsp://...</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
actually we have self developed plugins:<br>
 /! myh264dec ! queue ! myvideiorawplaysink/ <br>
which do h264 decode, and video/x-raw playback.<br>
<br>
and command<br>
gst-launch-1.0  filesrc location=./demo.h264  ! video/x-h264, level=4  !<br>
h264parse /! myh264dec ! queue ! myvideiorawplaysink/<br>
works,<br>
<br>
but when I replace the src to rtspsrc, as following command, it only plays<br>
for the first several seconds and stuck</blockquote></div></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
gst-launch-1.0 -e rtspsrc location=rtsp://<a href="http://user:passwd@10.10.0.3:554" rel="noreferrer noreferrer" target="_blank">user:passwd@10.10.0.3:554</a> ! queue<br>
! "application/x-rtp,media=video" !  rtph264depay ! "video/x-h264,<br>
stream-format=byte-stream" /! myh264dec ! queue ! myvideiorawplaysink/<br>
<br>
Any hints?<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Any warning ? GST_DEBUG=3 Does adding h264parse helps ?</div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/" rel="noreferrer noreferrer" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank" rel="noreferrer">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div></div></div>