windows

Reynaldo H. Verdejo Pinochet reynaldo at osg.samsung.com
Thu Feb 4 17:53:41 UTC 2016


Hi

On 02/04/2016 03:24 AM, Chuck Crisler wrote:
> [...]
> 'application/x-rtp,media=video,payload=96,clock-rate=90000,encoding-name=H264'
> ! rtpjitterbuffer mode=0 ! rtph264depay ! video/x-h264 ! avdec_h264 !
> video_convert ! d3dvideosink' yields gst_element_make_from_uri:
> assertion 'gst_uri_is_valid(uri)' failed and I don't even know how to
> turn on logging. :-( I am using 1.7.1 on WIndows 10
> 

Try passing an URI to udpsrc as in udpsrc uri=udp://0.0.0.0:5004 ! ...

You can try gst-inspect-1.0 <element> to figure details about the
elements you are using, including the properties you can set on them
(like uri above).

For the logging, you can use something like:

GST_DEBUG=*:4 gst-launch-1.0 -v ....

More information here:
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gst-running.html

Good luck!

-- 
Reynaldo H. Verdejo Pinochet
Open Source Group
Samsung Research America / Silicon Valley


More information about the gstreamer-devel mailing list