[Bug 648991] asfdemux: infinite loop

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon May 2 01:39:08 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=648991
  GStreamer | gst-plugins-ugly | git

--- Comment #2 from Nicola <lists at svrinformatica.it> 2011-05-02 08:39:00 UTC ---
your pipeline doesn't work:

/GstPipeline:pipeline0/GstTee:t: alloc-pad = (GstPad) src1
Ottenuto messaggio #45 dall'elemento "gdppay0" (error): GstMessageError,
gerror=(GError)NULL, debug=(string)"gstgdppay.c\(674\):\ gst_gdp_pay_chain\
\(\):\ /GstPipeline:pipeline0/GstGDPPay:gdppay0:\012first\ received\ buffer\
does\ not\ have\ caps\ set";
ERRORE: dall'elemento /GstPipeline:pipeline0/GstGDPPay:gdppay0: Lo stream è nel
formato errato.
Informazioni di debug aggiuntive:
gstgdppay.c(674): gst_gdp_pay_chain ():
/GstPipeline:pipeline0/GstGDPPay:gdppay0:
first received buffer does not have caps set

this one work:

gst-launch-0.10 -v -m -t souphttpsrc location=http://10.144.52.40:9001 ! tee
name=t t.! queue ! asfdemux ! ffdec_wmv1 ! ffmpegcolorspace ! xvimagesink
sync=false t. ! queue ! asfdemux ! gdppay ! filesink location=648991-asf.gdp

but obviously when the video freeze nothing is written to the file.

I noticed that this pipeline can play the stream for several minutes:

gst-launch-0.10 -v -m -t souphttpsrc location=http://10.144.52.40:9001 ! queue
! ffdemux_asf ! ffdec_wmv1 ! ffmpegcolorspace ! xvimagesink sync=false

however with ffdemux_asf I have jerky video, is a network dump using curl 
http://10.144.52.40:9001 > 648991.asf good?

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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