<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le jeu. 4 avr. 2019 20 h 40, Ben Rush <<a href="mailto:ben@ben-rush.net">ben@ben-rush.net</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hi. <br><br>First off, thanks for taking the time to help me out. My company is going to be using gstreamer pretty extensively soon, and we deploy on Windows, so I imagine there's going to be a <span style="background-color:rgba(246,213,217,0.863)">few </span>Windows-related questions coming from me over the next few months (and maybe even contributions if we encounter issues). <br><br>To jump to your question, no, it was specifically the spandsp plugin (E:\gstreamer\1.0\x86_64\lib\gstreamer-1.0\gstspandsp.dll) that was the problem. It was a red herring in that it wasn't what was preventing the tutorial from working. Upon bringing up the debug log to level 4, I noticed the following error: "TLS/SSL support not available; install glib-networking. <br><br>I dug using various tracing tools to discover what was trying to be loaded, and found that if I put the folder "gio" with the following files: <br><br>modules/giognutls.dll<br>modules/giognutls.pdb</div><div>modules/giognutls.a</div><div><br></div><div>Under E:\gstreamer\1.0\x86_64\bin, I could then get the player to work. Is this an installer-related issue, or is this something I missed in the documentation? <br></div></div></div></div></blockquote></div></div><div dir="auto"><br></div><div dir="auto">I noticed this issue two days ago, it's a glib thing. For reasons I still don't understand, they lookup for Gio extensions in different directory when things are built with msvc. But the install path does not seem to match. We'll need to fix it in glib, unless I'm mistaken. And then carry this into cerbero.</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><br>I'm trying to "off-road" a bit and write the tutorials from the ground up, again, since we plan on writing our own software that uses gstreamer and I want to figure these things out now. <br><br>Thanks. </div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Apr 4, 2019 at 6:50 PM Nirbheek Chauhan <<a href="mailto:nirbheek.chauhan@gmail.com" target="_blank" rel="noreferrer">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">On Fri, Apr 5, 2019 at 1:25 AM Ben Rush <<a href="mailto:ben@ben-rush.net" target="_blank" rel="noreferrer">ben@ben-rush.net</a>> wrote:<br>
> Still, failures. I used a program called Process Monitor to understand what was failing to load, and noticed a stream of failures surrounding libtiff-5.dll not being found. Upon searching the installer directories, it was missing. So, I grew suspicious and downloaded the mingw installers. It was there in those.<br>
><br>
> In fact, in the msvc installers, there is no tiff library installed at all.<br>
><br>
> Is this an oversight, or am I missing something?<br>
><br>
<br>
Which plugin(s) required libtiff-5.dll in the 1.15.2 MSVC release? Can<br>
you confirm that it was only the spandsp plugin? If so, that's fixed<br>
by <a href="https://gitlab.freedesktop.org/gstreamer/cerbero/commit/f9733a73f483fc61583b865b2f806e3f001d37e2" rel="noreferrer noreferrer" target="_blank">https://gitlab.freedesktop.org/gstreamer/cerbero/commit/f9733a73f483fc61583b865b2f806e3f001d37e2</a><br>
<br>
Generally load library warnings just cause those specific plugins to<br>
get disabled, so they shouldn't stop you from continuing the tutorial.<br>
We'd still like to get a full list of plugins that are affected by<br>
that so we can fix it, of course.<br>
<br>
Somewhat relatedly, note that the following plugins are known to be<br>
incompatible with the MSVC build and are disabled in that:<br>
<a href="https://gitlab.freedesktop.org/gstreamer/cerbero/issues/121" rel="noreferrer noreferrer" target="_blank">https://gitlab.freedesktop.org/gstreamer/cerbero/issues/121</a><br>
<br>
Cheers,<br>
Nirbheek<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank" rel="noreferrer">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a></blockquote></div>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank" rel="noreferrer">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a></blockquote></div></div></div>