Hi there,
gst-plugins-base/tests/icles/playback/test7.c does not work for me -- it stops after playing the first file. Here comes the stderr and stdout for two mp3 and two ogg files: mp3 http://paste.pocoo.org/show/475843/ ogg http://paste.pocoo.org/show/475844/ Any ideas? Thanks Jonas _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Hi,
On Wed, Sep 14, 2011 at 4:17 PM, Jonas H. <[hidden email]> wrote: > Hi there, > > gst-plugins-base/tests/icles/playback/test7.c does not work for me -- it > stops after playing the first file. > > Here comes the stderr and stdout for two mp3 and two ogg files: > mp3 http://paste.pocoo.org/show/475843/ alsa pcm_hw.c:1293:snd_pcm_hw_open: alsalib error: open '/dev/snd/pcmC0D1p' failed (-2): No such file or directory You should probably check your acl (if any) and/or alsa configuration. Regards > ogg http://paste.pocoo.org/show/475844/ > > Any ideas? > > Thanks > Jonas > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel > gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
On 09/15/2011 12:09 PM, Marco Ballesio wrote:
> alsa pcm_hw.c:1293:snd_pcm_hw_open: alsalib error: open > '/dev/snd/pcmC0D1p' failed (-2): No such file or directory > > You should probably check your acl (if any) and/or alsa configuration. Well no "pcmCOD1p" device exists so I don't know why gstreamer/alsa tries to access it... I did some googling but can't find any hints about what might be misconfigured. _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
I don't have access to the sources right now, but it would be
interesting to see through which logic the device is picked.. Do yoi have any means to set the "device" property of the alsasink elements? On 9/16/11, Jonas H. <[hidden email]> wrote: > On 09/15/2011 12:09 PM, Marco Ballesio wrote: >> alsa pcm_hw.c:1293:snd_pcm_hw_open: alsalib error: open >> '/dev/snd/pcmC0D1p' failed (-2): No such file or directory >> >> You should probably check your acl (if any) and/or alsa configuration. > > Well no "pcmCOD1p" device exists so I don't know why gstreamer/alsa > tries to access it... I did some googling but can't find any hints about > what might be misconfigured. > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel > gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
On 09/17/2011 09:35 AM, Marco Ballesio wrote:
> I don't have access to the sources right now, but it would be > interesting to see through which logic the device is picked.. Do yoi > have any means to set the "device" property of the alsasink elements? Hmm. It works if I manually set the 'audio-sink' property to a factory-made 'alsasink'. _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
On Mon, Sep 19, 2011 at 11:39 PM, Jonas H. <[hidden email]> wrote:
> On 09/17/2011 09:35 AM, Marco Ballesio wrote: >> >> I don't have access to the sources right now, but it would be >> interesting to see through which logic the device is picked.. Do yoi >> have any means to set the "device" property of the alsasink elements? > > Hmm. It works if I manually set the 'audio-sink' property to a factory-made > 'alsasink'. can you get some debug logging with alsa:5 ? Regards, Marco > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel > _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
On 09/20/2011 05:40 AM, Marco Ballesio wrote:
> On Mon, Sep 19, 2011 at 11:39 PM, Jonas H.<[hidden email]> wrote: >> On 09/17/2011 09:35 AM, Marco Ballesio wrote: >>> >>> I don't have access to the sources right now, but it would be >>> interesting to see through which logic the device is picked.. Do yoi >>> have any means to set the "device" property of the alsasink elements? >> >> Hmm. It works if I manually set the 'audio-sink' property to a factory-made >> 'alsasink'. > > can you get some debug logging with alsa:5 ? Here you go http://paste.pocoo.org/show/479760/ _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
On 09/21/2011 12:11 PM, Jonas H. wrote:
> On 09/20/2011 05:40 AM, Marco Ballesio wrote: >> On Mon, Sep 19, 2011 at 11:39 PM, Jonas H.<[hidden email]> wrote: >>> On 09/17/2011 09:35 AM, Marco Ballesio wrote: >>>> >>>> I don't have access to the sources right now, but it would be >>>> interesting to see through which logic the device is picked.. Do yoi >>>> have any means to set the "device" property of the alsasink elements? >>> >>> Hmm. It works if I manually set the 'audio-sink' property to a >>> factory-made >>> 'alsasink'. >> >> can you get some debug logging with alsa:5 ? > > Here you go http://paste.pocoo.org/show/479760/ bump _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by Jonas H.
On 09/19/2011 11:39 PM, Jonas H. wrote:
> On 09/17/2011 09:35 AM, Marco Ballesio wrote: >> I don't have access to the sources right now, but it would be >> interesting to see through which logic the device is picked.. Do yoi >> have any means to set the "device" property of the alsasink elements? > > Hmm. It works if I manually set the 'audio-sink' property to a > factory-made 'alsasink'. > probably better to file a bug. Would be good if you could try this for { autoaudiosink, alsasink, pulsesink } Stefan _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |