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 ?
pdgst $Revision: 0.0 $ (copyleft) IOhannes m zmoelnig @ IEM / KUG compiled on Aug 30 2010 at 21:11:24 compiled against Pd version 0.42.5.
Ubuntu 10.04, Pd 0.42.5, GEM 0.92.3 Thanx. ++
Jack
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.
fgmasrd IOhannes
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/ht..., 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
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
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/ht..., 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
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I am trying to use [playbin] or [playbin2] to play an MP3 :
[uri http://.../rumbera.mp3( | [playbin] or [playbin2] | [pdgst_adc~ 2] | | [dac~]
then [1 ( to [pdgst].
I get : error: [playbin2]: hmm, element without pads ... you might be able to track this down from the Find menu.
In verbose mode :
error: [playbin2]: hmm, element without pads ... you might be able to track this down from the Find menu. verbose( 0):setting property 'uri' verbose( 1):remove all elements verbose( 1):deregister verbose( 2):pdgst:send to __gst verbose( 1):element 8e29790 not in bin verbose( 2):removing buscallback-handler 1 for 8f58320: 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
with : $ gst-launch-0.10 playbin uri=http://.../rumbera.mp3 it is working fine.
I miss something ? Thanx. ++
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/ht..., 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
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 2010-08-31 14:47, Jack wrote:
I am trying to use [playbin] or [playbin2] to play an MP3 :
[uri http://.../rumbera.mp3( | [playbin] or [playbin2] | [pdgst_adc~ 2] | | [dac~]
then [1 ( to [pdgst].
I get : error: [playbin2]: hmm, element without pads ... you might be able to track this down from the Find menu.
tja, you probably hit the boundary of current pdgst. i think i've never managed to get bin's work properly.
it's probably not production ready :-(
mfgasdr IOhannes
Ok, all works fine with [pix_gst2pix] and [pdgst] reading a video stream with an icecast2 server. I have also tried with [pdgst_adc~] and [pdgst] to read a MP3 stream and all was ok. I will try soon with [pix_gst2pix] and [pdgst_dac~]. pdgst seems to be a nice tool ;) Thanx IOhannes. ++
Jack
Le mardi 31 août 2010 à 15:18 +0200, IOhannes m zmoelnig a écrit :
On 2010-08-31 14:47, Jack wrote:
I am trying to use [playbin] or [playbin2] to play an MP3 :
[uri http://.../rumbera.mp3( | [playbin] or [playbin2] | [pdgst_adc~ 2] | | [dac~]
then [1 ( to [pdgst].
I get : error: [playbin2]: hmm, element without pads ... you might be able to track this down from the Find menu.
tja, you probably hit the boundary of current pdgst. i think i've never managed to get bin's work properly.
it's probably not production ready :-(
mfgasdr IOhannes
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list