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 306234 - spider doesn't detect some mp3 stream
spider doesn't detect some mp3 stream
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.8.10
Other All
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-06-02 08:19 UTC by misc
Modified: 2005-08-26 00:17 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description misc 2005-06-02 08:19:00 UTC
Please describe the problem:
spider cannot detect the type of a stream encoded in mp3   
the stream is 80's, from sky.fm, on a mandriva cooker i586 system.  
  
[misc@crovax ~] $ rpm -q libgstreamer0.8  
libgstreamer0.8-0.8.10-1mdk  
  

Steps to reproduce:
1. install the proper plugin ( mad, alsa, gnomevfs ) 
2. gst-launch gnomevfssrc location=http://64.236.34.67:5190/stream/2009 !  
spider !  alsasink device=hw:0,0  
3.  
   

Actual results:
Error message saying it cannot detect the type of the stream. 
 
~ $ gst-launch gnomevfssrc location=http://64.236.34.67:5190/stream/2009 !  
spider !  alsasink device=hw:0,0  
EXECUTION du tube en cours ...  
ERROR: from element /pipeline0/spider0/sink_ident: Could not determine type of  
stream.  
Execution ended after 2 iterations (sum 156496000 ns, average 78248000 ns, min  
13785000 ns, max 142711000 ns).  
  

Expected results:
To play the stream.  
If I replace spider by mad, everything works fine, so the stream   
can be played.    

Does this happen every time?
It can be reprocuded every time, and on other systems and distribution too 
( debian i586 unstable with gstreamer 0.8.8-3 )  

Other information:
I can reproduce it with di.fm stream   
( http://64.236.34.97:80/stream/1065 ),  
   
With vgamp.com  ( http://ffradio.sytes.net:8004 ), everything is detected and  
working fine.   
  
Other players ( like mplayer, xmms ) detect the type of the stream.
Comment 1 Ronald Bultje 2005-06-02 08:21:59 UTC
Can typefind ! spider detect it? Spider for typefinding is not supported anymore.
Comment 2 misc 2005-06-02 08:43:43 UTC
Yes it does.  
Sorry for the bugreport, I wasn't aware of the change regarding spider.