windows

Sébastien FENET sebastien.fenet at yahoo.fr
Sun Feb 7 09:13:54 UTC 2016


Hi Chuck,
I personally never felt the need to enter both commands on the same line.I do:set GST_DEBUG=*:3  (press return)gst-launch-1.0 your_pipeline_here (press return)
As I said, the "set" command sets the environment variable for the whole session in your current command line. So, any command passed after the first one (set GST_DEBUG) will see *:3 as a value.
If you really, really want to have both commands on the same line, you should separate them with "&".
Sébastien.


      De : Chuck Crisler <ccrislerathome at gmail.com>
 À : Discussion of the development of and with GStreamer <gstreamer-devel at lists.freedesktop.org>; Sébastien FENET <sebastien.fenet at yahoo.fr> 
 Envoyé le : Samedi 6 février 2016 23h10
 Objet : Re: windows
   
I am still having trouble getting the debugging working. When I enter: set GST_DEBUG=*:3 gst-launch... Windows simply returns, nothing happens. I tried putting ',', ';' between the commands, no difference. I am now getting a 'not negiotiated' error from my Rx pipeline so I need the debugging to understand what is failing. 

Thank you, Chuck

On Fri, Feb 5, 2016 at 9:23 AM, Chuck Crisler <ccrislerathome at gmail.com> wrote:

Thank you. I had already figured that out. An earlier reply about the logging missed the 'set'. This works. Now I have another problem but it isn't GStreamer, it is networking related. It would really be useful to have a document with the same pipeline setup on different operating systems. I don't know enough to write it, but I could start it and others could review and add equivalent sections for more OSs. ChuckOn Feb 5, 2016 4:15 AM, "Sébastien FENET" <sebastien.fenet at yahoo.fr> wrote:

Hi Chuck,
To make it work, I just had to:
1/ remove the quotes before and after the caps: application/x-rtp,media=[...]encoding-name=H2642/ replace video_convert by videoconvert
If you want to change the environment variable, just type "set GST_DEBUG=*:1" in your windows command line (it only changes it for your current command line).

I hope this helps.Seb.

      De : Chuck Crisler <ccrislerathome at gmail.com>
 À : Discussion of the development of and with GStreamer <gstreamer-devel at lists.freedesktop.org> 
 Envoyé le : Jeudi 4 février 2016 12h24
 Objet : windows
  
Is there some documentation about using GStreamer and the utilities on Windows? I am having some problems getting started using Windows again. This command gst-launch-1.0.exe udpsrc ! 'application/x-rtp,media=video,payload=96,clock-rate=90000,encoding-name=H264' ! rtpjitterbuffer mode=0 ! rtph264depay ! video/x-h264 ! avdec_h264 ! video_convert ! d3dvideosink' yields gst_element_make_from_uri: assertion 'gst_uri_is_valid(uri)' failed and I don't even know how to turn on logging. :-( I am using 1.7.1 on WIndows 10

Thank you,
Chuck Crisler

_______________________________________________
gstreamer-devel mailing list
gstreamer-devel at lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


   
_______________________________________________
gstreamer-devel mailing list
gstreamer-devel at lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel





_______________________________________________
gstreamer-devel mailing list
gstreamer-devel at lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160207/2cbcae78/attachment-0001.html>


More information about the gstreamer-devel mailing list