[Bug 766686] Cannot play video on windows 10 64 bit

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri May 20 22:03:04 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=766686

--- Comment #2 from techinfoxyz at gmail.com ---
I did not try any other files.
The attachment has the debug log on it. Actually the GST_DEBUG was set to 9.  

When I try to set the GST_DEBUG to 6, there is nothing in the log and this is
what I see in the command prompt

C:\gstreamer\1.0\x86_64\bin>gst-launch-1.0 filesrc location=test.mpeg !
decodebin !autovideosink
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Redistribute latency...
ERROR: from element
/GstPipeline:pipeline0/GstDecodeBin:decodebin0/GstMpegPSDemux:mpegpsdemux0:
Internal data stream error.
Additional debug info:
gstmpegdemux.c(2981): gst_ps_demux_loop ():
/GstPipeline:pipeline0/GstDecodeBin:decodebin0/GstMpegPSDemux:mpegpsdemux0:
stream stopped, reason not-negotiated
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
Freeing pipeline ...

When I try to launch the test video source  as 
                    gst-launch-1.0 videotestsrc ! autovideosink
I do not get any error and the test video launches.

But when I tried to launch one of the test video sources as below, I am getting
the same error
C:\gstreamer\1.0\x86_64\bin>gst-launch-1.0.exe udpsrc port=5555 !
application/x-rtp, clock-rate=60000,payload=96 ! rtpmp4vdepay ! avdec_mpeg4 !
fpsdisplaysink
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
ERROR: from element /GstPipeline:pipeline0/GstUDPSrc:udpsrc0: Internal data
flow error.
Additional debug info:
gstbasesrc.c(2948): gst_base_src_loop ():
/GstPipeline:pipeline0/GstUDPSrc:udpsrc0:
streaming task paused, reason not-negotiated (-4)
Execution ended after 0:00:00.227094261
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...

When I set the GST_DEBUG to 9, It hangs as below. 

C:\gstreamer\1.0\x86_64\bin>gst-launch-1.0.exe udpsrc port=5000 !
application/x-rtp, clock-rate=60000,payload=96 ! rtpmp4vdepay ! avdec_mpeg4 !
fpsdisplaysink
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...

I got the log only when I set the GST_DEBUG to 9. I couldn't attach it because
of its size.

All of the above is happening on Windows 10 64 bit.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list