GNOME Bugzilla – Bug 130409
Cannot play ogg files over http while local files work
Last modified: 2009-08-15 18:40:50 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
please file a backtrace from gdb, otherwise we have no way of seeing what is wrong.
Works in 0.7.4. No need to provide backtrace.