[gstreamer-bugs] [Bug 640153] [souphttpsrc] enable save-to-disk while playing HTTP streaming

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Feb 1 00:05:28 PST 2011


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

--- Comment #8 from jia-cheng.hu at intel.com 2011-02-01 08:05:21 UTC ---
after a few tests, I found out that only with certain formats of media, is a
temp file created.  here is what I have tried...

 - set the 'download' FLAG(0x80) in playbin2
 - hooked a callback to playbin2's "deep-notify::temp-location" signal.
  the callback does nothing but print the property "temp-location" of that
playbin2
 - set uri of my playbin2 to some HTTP streaming source.

the result is that only certain file formats(mp4..) would issue the "
deep-notify::temp-location" signal, hence, a temp file is created.
some others(wmv, ogv..) wouldn't.  On further checking
queue2(gstreamer-0.10.28) it seems to me that a temp file is only created if it
is in pull mode.

is it correct ? am I missing something here ?

-- 
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