After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 130409 - Cannot play ogg files over http while local files work
Cannot play ogg files over http while local files work
Status: VERIFIED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.7.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-01-02 20:23 UTC by Per Kristian Gjermshus
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Per Kristian Gjermshus 2004-01-02 20:23:35 UTC
The following two runs of gst-lauch should be illustrative:

$ gst-launch-0.7 gnomevfssrc
location=http://10.0.0.2/music/ozric_tentacles/arborescence/01_astro_cortex.ogg
! typefind ! spider ! esdsink
RUNNING pipeline
ERROR: /pipeline0/spider0/vorbisfile0: this is not a vorbis file
ERROR       scheduler(14157)
gstoptimalscheduler.c(2080):gst_opt_scheduler_iterate:
[GstOptScheduler@0x8056b70] in error state
execution ended after 1 iterations (sum 36956000 ns, average 36956000 ns,
min 36956000 ns, max 36956000 ns)
Segmentation fault
$ gst-launch-0.7 gnomevfssrc location=01_astro_cortex.ogg ! typefind !
spider ! esdsink
Comment 1 Thomas Vander Stichele 2004-02-11 18:51:20 UTC
please file a backtrace from gdb, otherwise we have no way of seeing
what is wrong.
Comment 2 Per Kristian Gjermshus 2004-02-12 18:23:44 UTC
Works in 0.7.4. No need to provide backtrace.