<p dir="ltr">Thank you for the info. I have been using GStreamer on Linux for years. I just don't know how to do things in Windows, like setting environment variables. The particular launch line works in Linux using 1.6.4 Chuck</p>
<div class="gmail_quote">On Feb 4, 2016 1:00 PM, "Reynaldo H. Verdejo Pinochet" <<a href="mailto:reynaldo@osg.samsung.com">reynaldo@osg.samsung.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi<br>
<br>
On 02/04/2016 03:24 AM, Chuck Crisler wrote:<br>
> [...]<br>
> 'application/x-rtp,media=video,payload=96,clock-rate=90000,encoding-name=H264'<br>
> ! rtpjitterbuffer mode=0 ! rtph264depay ! video/x-h264 ! avdec_h264 !<br>
> video_convert ! d3dvideosink' yields gst_element_make_from_uri:<br>
> assertion 'gst_uri_is_valid(uri)' failed and I don't even know how to<br>
> turn on logging. :-( I am using 1.7.1 on WIndows 10<br>
><br>
<br>
Try passing an URI to udpsrc as in udpsrc uri=udp://<a href="http://0.0.0.0:5004" rel="noreferrer" target="_blank">0.0.0.0:5004</a> ! ...<br>
<br>
You can try gst-inspect-1.0 <element> to figure details about the<br>
elements you are using, including the properties you can set on them<br>
(like uri above).<br>
<br>
For the logging, you can use something like:<br>
<br>
GST_DEBUG=*:4 gst-launch-1.0 -v ....<br>
<br>
More information here:<br>
<a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gst-running.html" rel="noreferrer" target="_blank">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gst-running.html</a><br>
<br>
Good luck!<br>
<br>
--<br>
Reynaldo H. Verdejo Pinochet<br>
Open Source Group<br>
Samsung Research America / Silicon Valley<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div>