<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Are you sure sample_100kbit.mp4 is h264 ?<br>
seems like a qtss sample and mine is mpeg4 ....<br>
try rtpmp4vdepay and ffdec_mpeg4.<br>
You should gst-launch with -v option, it will hint you about video
codec.<br>
Caps on rtspsrc video src pad is 'application/x-rtp, media=video,
encoding-name=MP4V-ES'<br>
<br>
Aurelien<br>
<br>
Ting Wang a &eacute;crit&nbsp;:
<blockquote
 cite="mid:1fef00220807151956y4dbfea90wf648d74a48708ca8@mail.gmail.com"
 type="cite">
  <div dir="ltr">Hello, <br>
  <br>
I'm using rtspsrc, the command:<br>
  <br>
/mnt/Temp/felix_tmp/output # ../bin/gst-launch rtspsrc
location=<a class="moz-txt-link-freetext" href="rtsp://">rtsp://</a><a moz-do-not-send="true"
 href="http://10.38.38.150/sample_100kbit.mp4">10.38.38.150/sample_100kbit.mp4</a>
! fakesink<br>
  <br>
works OK, and my streaming server is up and in good condition, but when
issuing the command:<br>
  <br>
/mnt/Temp/felix_tmp/output # ../bin/gst-launch rtspsrc location=<a class="moz-txt-link-freetext" href="rtsp://">rtsp://</a><a
 moz-do-not-send="true" href="http://10.38.38.150/sample_100kbit.mp4">10.38.38.150/sample_100kbit.mp4</a>
! gstrtpjitterbuffer ! rtph264depay ! h264dec ! overlay2sink<br>
  <br>
I got the following error message:<br>
  <br>
Setting pipeline to PAUSED ...<br>
Pipeline is live and does not need PREROLL ...<br>
Setting pipeline to PLAYING ...<br>
New clock: GstSystemClock<br>
ERROR: from element /pipeline0/rtspsrc0/udpsrc2: Internal data flow
error.<br>
Additional debug info:<br>
gstbasesrc.c(2165): gst_base_src_loop (): /pipeline0/rtspsrc0/udpsrc2:<br>
streaming task paused, reason not-linked (-1)<br>
Execution ended after 216414462 ns.<br>
Setting pipeline to PAUSED ...<br>
Setting pipeline to READY ...<br>
Setting pipeline to NULL ...<br>
overlay2 unmap error!<br>
FREEING pipeline ...<br>
  <br>
What could have caused "Internal data flow error"?&nbsp; Would someone
please give me some advice? Thank you very much :)<br>
  <br>
Best regards<br>
  <br>
Felix<br>
  <br>
  </div>
  <pre wrap="">
<hr size="4" width="90%">
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
<a class="moz-txt-link-freetext" href="http://moblin-contest.org/redirect.php?banner_id=100&url=/">http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/</a></pre>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a>
  </pre>
</blockquote>
<br>
</body>
</html>