<div dir="ltr">Hi,<div>I've finally persuaded all the relevant dependencies to build on my embedded linux platform, and can run gstreamer, and can compile the gstwebrtc-demos gstreamer code.  The pipeline has been modified slightly as I already have an H264 stream, I just want it converted to WebRTC.  However, if I run, from the command line:</div><div>gst-inspect-1.0 udpsrc</div><div>it gives me details of the plugin.</div><div>The same is true for rtph264pay and rtpmux.  The one plugin I can't find with gst-inspect-1.0 is webrtc, which is odd, because the webrtc library exists, and I've built and compiled the gst-bad-plugins, and the gstwebrtc-demos code compiles with the relevant includes and library.</div><div><br></div><div>So two problems - 1) when I run the code I get:</div><div>Required gstreamer plugin 'webrtc' not found<br>Required gstreamer plugin 'udpsrc' not found<br>Required gstreamer plugin 'rtph264pay' not found<br>Required gstreamer plugin 'rtpmux' not found<br></div><div>and 2) although gst webrtc library exists it can't find the plugin with gst-inspect-1.0?</div><div>-rwxr-xr-x 1 root root   1309 Sep 11 15:01 <a href="http://libgstwebrtc-1.0.la">libgstwebrtc-1.0.la</a><br>lrwxrwxrwx 1 root root     28 Sep 11 15:01 <a href="http://libgstwebrtc-1.0.so">libgstwebrtc-1.0.so</a> -> libgstwebrtc-1.0.so.0.1600.0<br>lrwxrwxrwx 1 root root     28 Sep 11 15:01 libgstwebrtc-1.0.so.0 -> libgstwebrtc-1.0.so.0.1600.0<br>-rwxr-xr-x 1 root root 121992 Sep 11 15:01 libgstwebrtc-1.0.so.0.1600.0<br></div><div><br></div><div>Any help greatly appreciated,</div><div>Regards,</div><div>Simon</div></div>