<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Nov 21, 2014 at 8:53 AM, John Weber <span dir="ltr"><<a href="mailto:rjohnweber@gmail.com" target="_blank">rjohnweber@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span><br>
On 11/20/14, 10:55 PM, Sebastian Dröge wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
That's almost correct. You will also need to buildone<br>
gst-plugins-bad-1.0-static. Then you're running with these changes and<br>
it should all work.<br>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Ah.  Thanks.  Do I have to rebuild the package and reinstall the<br>
framework?  ~/Library/Developer/Gstreamer doesn't seem to contain any<br>
binaries, just headers, so I'm assuming that the actual static libraries<br>
are linked to from a different location.<br>
</blockquote>
You also have to run package again, and then install the .framework. All<br>
the binaries are linked into that huge static library with the filename<br>
"GStreamer".<br>
<br>
</blockquote></span>
Thanks - I did some looking around and spotted it finally.  I've gotten past that and now vtdec isn't halting any more, so I think that is progress!  Still not working, because rtpbin within rtspsrc is complaining about an internal data flow error, but progress nonetheless.<br>
<br>
Do you have a known-good pipeline you use to test vtdec?<span><font color="#888888"><br>
<br>
John<br>
</font></span></blockquote><div><br></div><div>Thanks for your help!  I'm good for now.<br><br></div><div>The solution on my end was to make sure there was an h264parse before vtdec.  So this works for me in the IOS Simulator (streaming from local RTSP server):<br><br>gst-launch-1.0 rtspsrc location=rtsp://<a href="http://192.168.0.170:8554/camera">192.168.0.170:8554/camera</a> ! rtph264depay ! h264parse ! vtdec ! videoconvert ! autovideosink <br></div></div></div></div>