I create a small mp3 stream player and it works fine when i open it for the first time. But when i try to change location, there is no more sound. I am sure the streams are working.
Here what i do : $ pd -alsa -verbose -verbose -open forMP3.pd Then audio ON Then [location http://.../rumbera.mp3( Then [1 ( to [pdgst] And all is ok, i get the stream. But when i sent [0 ( to [pdgst] and then sent another [location http://.../laxtacion.mp3( then [1 ( to [pdgst], i have no more stream. Any explication about this behaviour ? Here the output : verbose( 0):setting property 'location' verbose( 1):remove all elements verbose( 1):deregister verbose( 2):pdgst:send to __gst verbose( 1):element 89089d8 not in bin verbose( 2):removing buscallback-handler 13 for 88e5b30: verbose( 2):removing buscallback-handler 9 for 88e3800: verbose( 2):removing buscallback-handler 5 for 88d4938: verbose( 2):removing buscallback-handler 1 for 8a026a8: verbose( 1):register verbose( 2):pdgst:send to __gst verbose( 1):connect verbose( 2):pdgst:send to __gst_source error: fixme: gst-busmessage without source error: fixme: gst-busmessage without source error: fixme: gst-busmessage without source error: fixme: gst-busmessage without source error: fixme: gst-busmessage without source error: fixme: gst-busmessage without source error: fixme: gst-busmessage without source error: fixme: gst-busmessage without source error: fixme: gst-busmessage without source error: fixme: gst-busmessage without source error: fixme: gst-busmessage without source error: fixme: gst-busmessage without source (here all is ok) verbose( 0):setting property 'location' verbose( 1):remove all elements verbose( 1):deregister verbose( 2):pdgst:send to __gst verbose( 2):removing buscallback-handler 22 for 89089d8: verbose( 2):removing buscallback-handler 23 for 88e5b30: verbose( 2):removing buscallback-handler 24 for 88e3800: verbose( 2):removing buscallback-handler 25 for 88d4938: verbose( 1):element 8a026a8 not in bin verbose( 1):register verbose( 2):pdgst:send to __gst verbose( 1):connect verbose( 2):pdgst:send to __gst_source error: fixme: gst-busmessage without source error: fixme: gst-busmessage without source error: fixme: gst-busmessage without source error: fixme: gst-busmessage without source error: fixme: gst-busmessage without source error: fixme: gst-busmessage without source error: fixme: gst-busmessage without source error: fixme: gst-busmessage without source error: fixme: gst-busmessage without source error: fixme: gst-busmessage without source error: fixme: gst-busmessage without source error: fixme: gst-busmessage without source error: fixme: gst-busmessage without source error: fixme: gst-busmessage without source (here no more stream) Thanx for your help IOhannes. ++ Jack Le mardi 31 août 2010 à 13:18 +0200, Jack a écrit : > Le mardi 31 août 2010 à 09:35 +0200, IOhannes m zmoelnig a écrit : > > On 2010-08-30 21:27, Jack wrote: > > > Hello, > > > > > > I'm trying to get stream from an icecast server and want to use > > > [gnomevfssrc]. > > > I have installed 'gstreamer0.10-plugins-base' via Synaptic. > > > [gnomevfssrc] from gstreamer0.10-plugins-base can't be created. However, > > > I can create [adder] and others from gstreamer0.10-plugins-base. > > > Any clue about this problem ? I have missed something ? > > > > > > > > i'm sure that [gnomevfssrc] did work, so something is going wrong... > > > > #1 make sure "gnomevfssrc" is installed (on debian it is in the > > gstreamer0.10-gnomevfs package, not in plugins-base); test with > > $ gst-inspect gnomevfssrc > > > > #2 make sure you don't have any typos > > > > #3 report errors; run Pd with "-verbose -verbose"; raise the gst > > debug-level by setting the environment variable GST_DEBUG to something > > ike 3 or more. > > > > > > anyhow, i strongly suspect that you are missing #1. > > you are right, but according to > http://www.gstreamer.net/data/doc/gstreamer/head/gst-plugins-base-plugins/html/ch01.html, > i thought it was in the base plug-in. Now it is ok, thanx. > I dig a little today in pdgst and repport my problem here later. > ++ > > Jack > > > > > > fgmasrd > > IOhannes > > > > _______________________________________________ > > [email protected] mailing list > > UNSUBSCRIBE and account-management -> > > http://lists.puredata.info/listinfo/pd-list > > > > _______________________________________________ > [email protected] mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
