<html><head></head><body><div style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><div></div>
            <div>I wasn't able to get your pipeline to work on a Windows system as-is. However, the following modified pipeline worked for me:</div><div><br></div><div>gst-launch-1.0.exe -v udpsrc port=5008 ! application/x-rtp, payload=96 ! rtpjitterbuffer ! rtph264depay ! video/x-h264,stream-format=(string)byte-stream,alignment=(string)nal ! h264parse ! avdec_h264 ! textoverlay text="192.168.120.2" ! fpsdisplaysink sync=false text-overlay=false<br></div><div><br></div><div>I added the stream format description and the <span style="color: rgb(0, 0, 0); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;">h264parse element </span>. Your format description may be different than mine so if the one above doesn't work you may have to tweak that.</div><div><br></div><div>Gary</div><div><br></div>
            
            <div id="ydp7f2732fcyahoo_quoted_6281510038" class="ydp7f2732fcyahoo_quoted">
                <div style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;color:#26282a;">
                    
                    <div>
                        On Tuesday, January 16, 2018, 7:18:34 AM PST, Pyrodrag <xavier.valence@gmail.com> wrote:
                    </div>
                    <div><br></div>
                    <div><br></div>
                    <div><div dir="ltr">Hello community. I try to display an rtp stream encoded in h264 on a computer<br></div><div dir="ltr">(send by a camera) . I use gstreamer (in command line) for windows (sorry I<br></div><div dir="ltr">didn't have the choice to use it on windows). I success to display correctly<br></div><div dir="ltr">with this line on Linux (ubuntu):<br></div><div dir="ltr">gst-launch-1.0.exe -v udpsrc port=5008 ! application/x-rtp, payload=96 !<br></div><div dir="ltr">rtpjitterbuffer ! rtph264depay ! avdec_h264 ! textoverlay<br></div><div dir="ltr">text="192.168.120.2" ! fpsdisplaysink sync=false text-overlay=false<br></div><div dir="ltr"><br></div><div dir="ltr"><br></div><div dir="ltr">But when I try to use the same line on windows, it works but they are some<br></div><div dir="ltr">glitch on the video( luminosity problem, color problem etc), it seems to<br></div><div dir="ltr">have difficulty to decode, depay or support H264 format. I search since 2<br></div><div dir="ltr">weeks how to resolve this, but I found nothing. Someone has idea of what is<br></div><div dir="ltr">wrong on my line or what option that I don't use and it necessary in windows<br></div><div dir="ltr">for a best H264 decoding?<br></div><div dir="ltr"><br></div><div dir="ltr">Thanks <br></div><div dir="ltr"><br></div><div dir="ltr">Best regard<br></div><div dir="ltr"><br></div><div dir="ltr"><br></div><div dir="ltr"><br></div><div dir="ltr">--<br></div><div dir="ltr">Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/" rel="nofollow" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/</a><br></div><div dir="ltr">_______________________________________________<br></div><div dir="ltr">gstreamer-devel mailing list<br></div><div dir="ltr"><a href="mailto:gstreamer-devel@lists.freedesktop.org" rel="nofollow" target="_blank">gstreamer-devel@lists.freedesktop.org</a><br></div><div dir="ltr"><a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="nofollow" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br></div></div>
                </div>
            </div></div></body></html>