<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I've managed to fix my problem after being told it was most likely due to downloading both the binaries for MinGW and MSVC.</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I never managed to locate the cache but I did set the new cache location using GST_REGISTRY env var but I don't think that worked even after GStreamer started to work, unless I'm using it wrong.</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
What I did was I undid most of my work, I used 'Everything' tool to search windows for GStreamer and checked each directory but couldn't find the cache location then noticed Chocolately had contained the GStreamer packages which I installed some time ago, I
 removed those two packages using choco uninstall etc. I then proceed to windows uninstall (Add or remove programs in system settings) and find out I had two copies of both Gstreamer runtime and development, now they could have come from chocolately or when
 I installed the two packages again to override the MinGW binaries but we will never know. I removed one each checking the installation dates etc but GStreamer still didn't work, in the end I ended up uninstalling both and restarting the machine and then reinstalled
 GStreamer and it works now - I just had too many copies at the time.</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Thanks for the help.</div>
<div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> gstreamer-devel <gstreamer-devel-bounces@lists.freedesktop.org> on behalf of gstreamer-devel-request@lists.freedesktop.org <gstreamer-devel-request@lists.freedesktop.org><br>
<b>Sent:</b> 23 June 2020 07:01<br>
<b>To:</b> gstreamer-devel@lists.freedesktop.org <gstreamer-devel@lists.freedesktop.org><br>
<b>Subject:</b> gstreamer-devel Digest, Vol 113, Issue 62</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt">
<div class="PlainText">Send gstreamer-devel mailing list submissions to<br>
        gstreamer-devel@lists.freedesktop.org<br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
or, via email, send a message with subject or body 'help' to<br>
        gstreamer-devel-request@lists.freedesktop.org<br>
<br>
You can reach the person managing the list at<br>
        gstreamer-devel-owner@lists.freedesktop.org<br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of gstreamer-devel digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Re: Gstreamer is not working (Windows) (Nirbheek Chauhan)<br>
      (Nicolas Dufresne)<br>
   2. Re: Is there any working example for rtsp over http? (Ling Wang)<br>
   3. Re: Gstreamer is not working (Windows) (Nirbheek Chauhan)<br>
      (Nirbheek Chauhan)<br>
   4. How to handle multiple blocking probe before a muxer without<br>
      freezing the pipeline? (Yuniesky Vasconcelo)<br>
   5. Re: retransmission with rtpbin and rtprtxqueue (andis)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Mon, 22 Jun 2020 16:40:54 -0400<br>
From: Nicolas Dufresne <nicolas@ndufresne.ca><br>
To: Discussion of the development of and with GStreamer<br>
        <gstreamer-devel@lists.freedesktop.org><br>
Subject: Re: Gstreamer is not working (Windows) (Nirbheek Chauhan)<br>
Message-ID:<br>
        <ea72693130031c2427782b7d27005c6fb013f5a8.camel@ndufresne.ca><br>
Content-Type: text/plain; charset="UTF-8"<br>
<br>
Le lundi 22 juin 2020 ? 11:45 -0700, David Ing a ?crit :<br>
> There is no need to delete the mingw binaries.  (Your installation probably<br>
> did that already.)<br>
> <br>
> You just need to delete the plugin cache whenever you switch from one version<br>
> to another, as described here:  <br>
> <a href="http://gstreamer-devel.966125.n4.nabble.com/msvc-build-can-t-find-elements-in-playback-plugin-td4691649.html#a4691668">
http://gstreamer-devel.966125.n4.nabble.com/msvc-build-can-t-find-elements-in-playback-plugin-td4691649.html#a4691668</a><br>
<br>
Perhaps we could solve this issue upstream use different registry file name base<br>
on the windows runtime ? If you think this could make sense, please file an<br>
issue.<br>
<br>
> <br>
> Hopefully that will just work.<br>
> <br>
> On Mon, Jun 22, 2020 at 11:18 AM Michael Gouveia <mggunman@hotmail.com> wrote:<br>
> > I did indeed install both the MinGW and MSVC runtime and development<br>
> > binaries.<br>
> > Is there a way to remove the MinGW version without removing the whole thing?<br>
> > <br>
> > The content of C:\gstreamer\1.0\x86_64\bin are below:<br>
> > <br>
> > <br>
> > <br>
> > From: gstreamer-devel <gstreamer-devel-bounces@lists.freedesktop.org> on<br>
> > behalf of gstreamer-devel-request@lists.freedesktop.org <<br>
> > gstreamer-devel-request@lists.freedesktop.org><br>
> > Sent: 22 June 2020 18:36<br>
> > To: gstreamer-devel@lists.freedesktop.org <<br>
> > gstreamer-devel@lists.freedesktop.org><br>
> > Subject: gstreamer-devel Digest, Vol 113, Issue 55<br>
> >  <br>
> > Send gstreamer-devel mailing list submissions to<br>
> >         gstreamer-devel@lists.freedesktop.org<br>
> > <br>
> > To subscribe or unsubscribe via the World Wide Web, visit<br>
> >         <a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
> > or, via email, send a message with subject or body 'help' to<br>
> >         gstreamer-devel-request@lists.freedesktop.org<br>
> > <br>
> > You can reach the person managing the list at<br>
> >         gstreamer-devel-owner@lists.freedesktop.org<br>
> > <br>
> > When replying, please edit your Subject line so it is more specific<br>
> > than "Re: Contents of gstreamer-devel digest..."<br>
> > <br>
> > <br>
> > Today's Topics:<br>
> > <br>
> >    1. Re: <v4l2src0> lost frames detected (Aniket0987)<br>
> >    2. Re: Gstreamer is not working (Windows) (Nirbheek Chauhan)<br>
> > <br>
> > <br>
> > ----------------------------------------------------------------------<br>
> > <br>
> > Message: 1<br>
> > Date: Mon, 22 Jun 2020 12:35:16 -0500 (CDT)<br>
> > From: Aniket0987 <ahande@futopstech.com><br>
> > To: gstreamer-devel@lists.freedesktop.org<br>
> > Subject: Re: <v4l2src0> lost frames detected<br>
> > Message-ID: <1592847316104-0.post@n4.nabble.com><br>
> > Content-Type: text/plain; charset=us-ascii<br>
> > <br>
> > Hi Nicolas, <br>
> > Thanks for the reply.<br>
> > I've tried removing do-timestamp and jpegparse. I've also added drop-only<br>
> > property for videorate. Things are now working fine for 5 fps. No lost<br>
> > frames detected warning and things work fine. However, when I switch to 30<br>
> > fps. I start getting following after 8-9 minutes.<br>
> > <br>
> > 0:10:02.477399906  2534  0x183ecc0 WARN            videodecoder<br>
> > gstvideodecoder.c:4136:_gst_video_decoder_error:<jpegdec0> error: Failed to<br>
> > decode JPEG image<br>
> > 0:10:02.477503386  2534  0x183ecc0 WARN            videodecoder<br>
> > gstvideodecoder.c:4138:_gst_video_decoder_error:<jpegdec0> error: Decode<br>
> > error #53: Not a JPEG file: starts with 0x0f 0x34<br>
> > 0:10:02.477808862  2534  0x183ecc0 DEBUG                v4l2src<br>
> > gstv4l2src.c:925:gst_v4l2src_create:<v4l2src0> ts: 1:30:18.919096000 now<br>
> > 1:30:18.941779324 delay 0:00:00.022683324<br>
> > 0:10:02.477902305  2534  0x183ecc0 INFO                 v4l2src<br>
> > gstv4l2src.c:961:gst_v4l2src_create:<v4l2src0> sync to 0:05:04.533330288 out<br>
> > ts 0:10:01.930956297<br>
> > 0:10:02.477975748  2534  0x183ecc0 WARN                 v4l2src<br>
> > gstv4l2src.c:980:gst_v4l2src_create:<v4l2src0> lost frames detected: count =<br>
> > 1 - ts: 0:10:01.930956297<br>
> > <br>
> > Could this be due to removal of jpegparse?<br>
> > <br>
> > <br>
> > <br>
> > --<br>
> > Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/">http://gstreamer-devel.966125.n4.nabble.com/</a><br>
> > <br>
> > <br>
> > ------------------------------<br>
> > <br>
> > Message: 2<br>
> > Date: Mon, 22 Jun 2020 23:06:15 +0530<br>
> > From: Nirbheek Chauhan <nirbheek.chauhan@gmail.com><br>
> > To: Discussion of the development of and with GStreamer<br>
> >         <gstreamer-devel@lists.freedesktop.org><br>
> > Subject: Re: Gstreamer is not working (Windows)<br>
> > Message-ID:<br>
> >         <CADqQcK7=ph7x9RcCMxbs+_jUYOKZzL8xAdX+76Zvzb7Gb2ddxw@mail.gmail.com><br>
> > Content-Type: text/plain; charset="utf-8"<br>
> > <br>
> > This can also happen if you've accidentally installed both the MSVC<br>
> > binaries and the MinGW binaries. You should only install one of them. What<br>
> > are the contents of C:\gstreamer\1.0\x86_64\bin ?<br>
> > <br>
> > On Mon, Jun 22, 2020 at 11:00 PM Michael Gouveia <mggunman@hotmail.com><br>
> > wrote:<br>
> > <br>
> > > So, I'm new to GStreamer and I've taken the safe route by downloading the<br>
> > > pre-built binaries from <a href="https://gstreamer.freedesktop.org/download/">
https://gstreamer.freedesktop.org/download/</a> for<br>
> > > windows. I believe I've installed it fully by downloading MSVC runtime and<br>
> > > development versions for VS 2019. But when I try to run a GStreamer<br>
> > command<br>
> > > I always get something similar to what is shown below.<br>
> > ><br>
> > ><br>
> > > Below is a snippet of the issue, when I run 'gst-device-monitor-1.0' via<br>
> > > command line to access my built-in webcam as I'm running this on a work<br>
> > > laptop.<br>
> > ><br>
> > > I might be missing an environment variable or path. These are my current<br>
> > > system variables, I've set:<br>
> > ><br>
> > > My current PATH, I've set:<br>
> > ><br>
> > > I was told the issue could be strawberryperl being above gstreamer in the<br>
> > > path, but I've changed that since and the issue is still persistent.<br>
> > ><br>
> > ><br>
> > > System Info:<br>
> > ><br>
> > > Windows 10 Pro 64-bit<br>
> > ><br>
> > > Intel i5-5300U<br>
> > ><br>
> > > 8GB Ram<br>
> > ><br>
> > > _______________________________________________<br>
> > > gstreamer-devel mailing list<br>
> > > gstreamer-devel@lists.freedesktop.org<br>
> > > <a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
> > ><br>
> > -------------- next part --------------<br>
> > An HTML attachment was scrubbed...<br>
> > URL: <<br>
> > <a href="https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20200622/a3b7e222/attachment.htm">
https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20200622/a3b7e222/attachment.htm</a><br>
> > ><br>
> > -------------- next part --------------<br>
> > A non-text attachment was scrubbed...<br>
> > Name: image.png<br>
> > Type: image/png<br>
> > Size: 78794 bytes<br>
> > Desc: not available<br>
> > URL: <<br>
> > <a href="https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20200622/a3b7e222/attachment.png">
https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20200622/a3b7e222/attachment.png</a><br>
> > ><br>
> > -------------- next part --------------<br>
> > A non-text attachment was scrubbed...<br>
> > Name: image.png<br>
> > Type: image/png<br>
> > Size: 15965 bytes<br>
> > Desc: not available<br>
> > URL: <<br>
> > <a href="https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20200622/a3b7e222/attachment-0001.png">
https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20200622/a3b7e222/attachment-0001.png</a><br>
> > ><br>
> > -------------- next part --------------<br>
> > A non-text attachment was scrubbed...<br>
> > Name: image.png<br>
> > Type: image/png<br>
> > Size: 54783 bytes<br>
> > Desc: not available<br>
> > URL: <<br>
> > <a href="https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20200622/a3b7e222/attachment-0002.png">
https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20200622/a3b7e222/attachment-0002.png</a><br>
> > ><br>
> > <br>
> > ------------------------------<br>
> > <br>
> > Subject: Digest Footer<br>
> > <br>
> > _______________________________________________<br>
> > gstreamer-devel mailing list<br>
> > gstreamer-devel@lists.freedesktop.org<br>
> > <a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
> > <br>
> > <br>
> > ------------------------------<br>
> > <br>
> > End of gstreamer-devel Digest, Vol 113, Issue 55<br>
> > ************************************************<br>
> > _______________________________________________<br>
> > gstreamer-devel mailing list<br>
> > gstreamer-devel@lists.freedesktop.org<br>
> > <a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
> <br>
> _______________________________________________<br>
> gstreamer-devel mailing list<br>
> gstreamer-devel@lists.freedesktop.org<br>
> <a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Tue, 23 Jun 2020 00:05:25 +0200<br>
From: Ling Wang <freesisyphuswang@gmail.com><br>
To: gstreamer-devel@lists.freedesktop.org<br>
Subject: Re: Is there any working example for rtsp over http?<br>
Message-ID: <6e73d7b7-c5cc-9317-08f5-155ca83473a5@gmail.com><br>
Content-Type: text/plain; charset=utf-8<br>
<br>
On 6/22/20 4:31 PM, Ling Wang wrote:<br>
> basically we want to server rtsp streams over http. It seems possible from the document, but I cannot find any working example yet. Can anyone point me a direction? Thanks!<br>
> <br>
We are using gst-rtsp-server to generate rtsp streams. It would be nice if the example is also based on gst-rtsp-server.<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Tue, 23 Jun 2020 03:35:21 +0530<br>
From: Nirbheek Chauhan <nirbheek.chauhan@gmail.com><br>
To: Discussion of the development of and with GStreamer<br>
        <gstreamer-devel@lists.freedesktop.org><br>
Subject: Re: Gstreamer is not working (Windows) (Nirbheek Chauhan)<br>
Message-ID:<br>
        <CADqQcK6sJJ7B+6-3HocT3kg2AbQxs_7jtOhM-41RoWw=-FmtFA@mail.gmail.com><br>
Content-Type: text/plain; charset="UTF-8"<br>
<br>
On Tue, Jun 23, 2020 at 3:15 AM Nicolas Dufresne <nicolas@ndufresne.ca> wrote:<br>
><br>
> Le lundi 22 juin 2020 ? 11:45 -0700, David Ing a ?crit :<br>
> > There is no need to delete the mingw binaries.  (Your installation probably<br>
> > did that already.)<br>
> ><br>
> > You just need to delete the plugin cache whenever you switch from one version<br>
> > to another, as described here:<br>
> > <a href="http://gstreamer-devel.966125.n4.nabble.com/msvc-build-can-t-find-elements-in-playback-plugin-td4691649.html#a4691668">
http://gstreamer-devel.966125.n4.nabble.com/msvc-build-can-t-find-elements-in-playback-plugin-td4691649.html#a4691668</a><br>
><br>
> Perhaps we could solve this issue upstream use different registry file name base<br>
> on the windows runtime ? If you think this could make sense, please file an<br>
> issue.<br>
><br>
<br>
We already have an issue for this:<br>
<a href="https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/427">https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/427</a><br>
<br>
And yes, we could do that. Let's move discussion to the issue.<br>
<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Mon, 22 Jun 2020 23:07:49 -0400<br>
From: Yuniesky Vasconcelo <yvasconcelo@gmail.com><br>
To: Discussion of the development of and with GStreamer<br>
        <gstreamer-devel@lists.freedesktop.org><br>
Subject: How to handle multiple blocking probe before a muxer without<br>
        freezing the pipeline?<br>
Message-ID:<br>
        <CAOcriiX08iLA0at7nOoDGxsh9x-PCpSY48801tMRgTKcZGfsCg@mail.gmail.com><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hi,<br>
I am trying to save video and audio when an event occurs, but with 10<br>
seconds before the event. So, I put a queue with max-size-time = 10 seconds<br>
and leaking = 2 before the audio and another one for the video.<br>
<br>
Problems arise when I add a blocking probe to the queue src pad, the<br>
pipeline freezes after one of the probe blocks. Perhaps this occurred<br>
because the muxer is waiting for the buffer that was blocked. How can I<br>
handle this situation?<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20200622/d2d2fb07/attachment-0001.htm">https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20200622/d2d2fb07/attachment-0001.htm</a>><br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Tue, 23 Jun 2020 01:01:46 -0500 (CDT)<br>
From: andis <andreas.schimpe@gmail.com><br>
To: gstreamer-devel@lists.freedesktop.org<br>
Subject: Re: retransmission with rtpbin and rtprtxqueue<br>
Message-ID: <1592892106289-0.post@n4.nabble.com><br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
Hi Nicolas, <br>
<br>
Many thanks for your reply! Actually I already wrote a C++ Application and<br>
started the pipelines from there, so no gst-launch. In brief, what would be<br>
required to make it working? What is done differently compared to what<br>
happens at gst-launch? <br>
<br>
Sure, I will check out the rtpsink / rtpsrc elements. Would the following<br>
pipelines be sufficient? <br>
SENDER: gst-launch-1.0 -v souphttpsrc<br>
location=https://www.freedesktop.org/software/gstreamer-sdk/data/media/sintel_trailer-480p.webm<br>
! matroskademux ! vp8dec ! x264enc bitrate=5000 ! rtph264pay ! identity<br>
drop-probability=0.01 ! rtpsink address=127.0.0.1 port=5000<br>
RECEIVER: gst-launch-1.0 -v rtpsrc address=127.0.0.1 port=5000 !<br>
rtph264depay ! decodebin ! xvimagesink<br>
<br>
How would it be made work there? I found a latency property in the rtpsrc,<br>
but nothing being mentioned on retransmission. <br>
<a href="https://gstreamer.freedesktop.org/documentation/rtpmanagerbad/rtpsrc.html?gi-language=c#properties">https://gstreamer.freedesktop.org/documentation/rtpmanagerbad/rtpsrc.html?gi-language=c#properties</a>
<br>
<br>
<br>
I also find the rtprtxreceive/send elements, which are already available in<br>
my version 1.14.5. What are the differences here? <br>
<a href="https://gstreamer.freedesktop.org/documentation/rtpmanager/rtprtxreceive.html?gi-language=javascript">https://gstreamer.freedesktop.org/documentation/rtpmanager/rtprtxreceive.html?gi-language=javascript</a>
<br>
<br>
Andi<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/">http://gstreamer-devel.966125.n4.nabble.com/</a><br>
<br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
gstreamer-devel@lists.freedesktop.org<br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br>
<br>
------------------------------<br>
<br>
End of gstreamer-devel Digest, Vol 113, Issue 62<br>
************************************************<br>
</div>
</span></font></div>
</div>
</body>
</html>