<div dir="ltr">Nirbheek--<div><br></div><div>Thank you for your quick response. The command is executing properly (I guess), with an exit code of 0 (albeit with a few warnings).<div><br></div><div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><font face="monospace">$ gst-launch-1.0 souphttpsrc location=<a href="https://www.google.com">https://www.google.com</a> ! fakesink<br>Setting pipeline to PAUSED ...<br>Pipeline is PREROLLING ...<br>Got context from element 'souphttpsrc0': gst.soup.session=context, session=(SoupSession)NULL, force=(boolean)false;<br><br>(gst-launch-1.0:22132): libsoup-WARNING **: 08:39:29.306: soup-tld: There is no public-suffix data available.<br><br>(gst-launch-1.0:22132): libsoup-WARNING **: 08:39:29.306: soup-tld: There is no public-suffix data available.<br>Pipeline is PREROLLED ...<br>Setting pipeline to PLAYING ...<br>New clock: GstSystemClock<br>Got EOS from element "pipeline0".<br>Execution ended after 0:00:00.001880000<br>Setting pipeline to NULL ...<br>Freeing pipeline ...</font><br></div><div><br></div></blockquote>I also checked another command which is playing the video properly.</div><div><br></div><div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><font face="monospace">$ gst-launch-1.0 playbin uri="<a href="https://www.freedesktop.org/software/gstreamer-sdk/data/media/sintel_trailer-480p.webm">https://www.freedesktop.org/software/gstreamer-sdk/data/media/sintel_trailer-480p.webm</a>"</font><br></div></blockquote></div><div><br></div><div>So: I guess there is no problem with Gstreamer 1.18.3 msvc.</div><div><br></div><div>I think the problem is that I have emplaced the example code <a href="https://gitlab.freedesktop.org/gstreamer/gst-examples/-/blob/1.18/webrtc/sendrecv/gst/webrtc-sendrecv.c" target="_blank">webrtc/sendrecv/gst/webrtc-sendrecv.c</a> into an application that does not consume gstreamer from the normal installation; rather it uses a custom nuget package that bundles gstreamer, and it is missing a few things:</div><div><ul><li><font face="monospace">{gstreamer}/msvc_x86_64/lib/gio/modules/*</font></li><li><font face="monospace">{gstreamer}/msvc_x86_64/etc/ssl/certs/*</font><br></li></ul><div>In regards to the special tidbits required by libsoup, openssl, glib-networking; I am wondering:<br></div></div></div><div><ul><li>Are there any more special tidbits that need to be packaged? (besides the ones I listed above)</li><li>How does the application find the tidbits? (i will need to hook into that)</li></ul></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jul 22, 2021 at 6:29 AM Nirbheek Chauhan <<a href="mailto:nirbheek.chauhan@gmail.com">nirbheek.chauhan@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi David,</div><div><br></div><div>We've had this problem before, but I remember fixing it: <a href="https://gitlab.freedesktop.org/gstreamer/cerbero/-/issues/190" target="_blank">https://gitlab.freedesktop.org/gstreamer/cerbero/-/issues/190</a></div><div><br></div><div>An easy test to see if this is the same problem is to run</div><div><br></div><div>gst-launch-1.0 souphttpsrc location=<a href="https://www.google.com" target="_blank">https://www.google.com</a> ! fakesink</div><div><br></div><div>If that also fails in the same way, then we've somehow got the same problem again. Another related issue was: <a href="https://gitlab.freedesktop.org/gstreamer/cerbero/-/issues/256" target="_blank">https://gitlab.freedesktop.org/gstreamer/cerbero/-/issues/256</a> which was also fixed.</div><div><br></div><div> Please open an issue in Cerbero once you've figured out what the problem could be.</div><div><br></div><div>Cheers,</div><div>Nirbheek<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jul 22, 2021 at 11:30 AM David Ing via gstreamer-devel <<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>I am using the official Gstreamer Windows binaries for 1.18.3, msvc, 64-bit.<br></div><div><br></div>I am having trouble getting the example <a href="https://gitlab.freedesktop.org/gstreamer/gst-examples/-/blob/1.18/webrtc/sendrecv/gst/webrtc-sendrecv.c" target="_blank">webrtc/sendrecv/gst/webrtc-sendrecv.c</a> to connect to Wowza (webrtc). I feel like the problem might be related to the console output, which is generated from <a href="https://gitlab.freedesktop.org/gstreamer/gst-examples/-/blob/1.18/webrtc/sendrecv/gst/webrtc-sendrecv.c#L754" target="_blank">the line of code here</a>.<div><br></div><div><blockquote style="margin:0px 0px 0px 40px;border:medium none;padding:0px"><div><font face="monospace">< HTTP/1.1 6 TLS/SSL support not available; install glib-networking<br>< Soup-Debug-Timestamp: 1626928319<br>< Soup-Debug: SoupMessage 0 (0000020682A9C110)<br></font></div><div><font face="monospace"><br></font></div><div><font face="monospace">The server did not accept the WebSocket handshake.<br></font></div></blockquote></div><div><br></div><div>I can't seem to make it work, even if I use <a href="https://gitlab.freedesktop.org/gstreamer/gst-examples/-/blob/1.18/webrtc/sendrecv/gst/webrtc-sendrecv.c#L58" target="_blank">the option to disable SSL</a>. (I think Wowza may actually require SSL though.)</div><div><br><div>I have questions:<br></div><div><ol><li>Has anyone seen this example working on Windows (with SSL enabled)?</li><li>How can I tell if glib-networking was actually packaged with the Windows binaries? Even when I build the glib-networking recipe from Cerbero, there is no clear binary named like "glib-networking*.dll".</li><li>Has anyone connected to Wowza via webrtc using gstreamer?</li></ol></div><div><br></div></div></div>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div>
</blockquote></div>