<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal">I am using GStreamer 1.18.6 on MS Windows professional 10, version 21H2
<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">..>gst-launch-1.0 --version<o:p></o:p></p>
<p class="MsoNormal">gst-launch-1.0 version 1.18.6<o:p></o:p></p>
<p class="MsoNormal">GStreamer 1.18.6<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I’ve been running into repeated problems running gstreamer applications based on examples in the source tree. I checked out a copy of the source tree at this version, and successfully built it. I discovered that I’m encountering the same
 problems on the examples built with the source tree.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">For example, a few days ago I submitted this, related to the C# binding:<o:p></o:p></p>
<p class="MsoNormal"><a href="https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1427">https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1427</a><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">The example and the code I wrote based on this example crash in exactly the same way, in the same sport<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Yesterday I was trying to work with gst-rtsp-server, based on the test-mp4.c example. The program ran, accepted connections, but VLC couldn’t connect. Port 8554 is accepting connections and I see the logs indicate something is happening,
 but vlc times out.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Then I  tried test-mp4.c exactly as built, and it had the same problem. Logs at DEBUG=3 look like this in both cases:<o:p></o:p></p>
<p class="MsoNormal">0:00:30.149154000  2204 000002ACF229F440 WARN               rtspmedia rtsp-media.c:3576:wait_preroll: failed to preroll pipeline<o:p></o:p></p>
<p class="MsoNormal">0:00:30.149928000  2204 000002ACF229F440 WARN               rtspmedia rtsp-media.c:3946:gst_rtsp_media_prepare: failed to preroll pipeline<o:p></o:p></p>
<p class="MsoNormal">0:00:30.151523000  2204 000002ACF229F440 ERROR                GST_BUS gstbus.c:1087:gst_bus_remove_watch:<bus2> no bus watch was present<o:p></o:p></p>
<p class="MsoNormal">0:00:30.151906000  2204 000002ACF229F440 ERROR             rtspclient rtsp-client.c:1087:find_media: client 000002ACF22A5170: can't prepare media<o:p></o:p></p>
<p class="MsoNormal">0:00:30.152698000  2204 000002ACF229F440 ERROR             rtspclient rtsp-client.c:3366:handle_describe_request: client 000002ACF22A5170: no media<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I tried other examples under rtsp server. Some worked, others  didn’t.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Are the MS Visual Studio build tools supported? The error messages are opaque to me, and I’m using example code unmodified, so I don’t even know how to begin getting past this. I’ve had success in the past on Ubuntu, where everything just
 works.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Thanks<o:p></o:p></p>
</div>
</body>
</html>