[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: rhythmbox



Vitaliy Ischenko on 02/07/06 18:16, wrote:
В Вск, 02/07/2006 в 17:22 +0100, Adam Hardy пишет:
Vitaliy Ischenko on 02/07/06 16:27, wrote:
Gstreamer will be used as a backend for phonon in KDE 4 so it'll not ... libgstreamer0.10-0
I have them all.

Maybe it will fix your problem, if not try to do
this in console gst-launch-0.10 filesrc location="path to/file.mp3" !
mad ! audioconvert ! audioresample ! alsasink or

adam@gondor:~$ gst-launch-0.10 filesrc location=/home/music/complete/Aimee\ Mann/Aimee\ Mann\ -\ Bachelor\ No.\ 2\ -\ You\ Do.mp3 |mad|audioconvert|audioresample|alsalink
not '|', but '!' and keep spaces

Sorry. Its my email reader for some reason displays certain emails with a v small font.

So OK, that worked!

adam@gondor:~$ gst-launch-0.10 filesrc location=/home/music/complete/Aimee\ Mann/Aimee\ Mann\ -\ Bachelor\ No.\ 2\ -\ You\ Do.mp3 ! mad ! audioconvert ! audioresample ! alsasink
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: audioclock0
Caught interrupt -- Pausing pipeline.
Pipeline paused.
WARNING: Element "pipeline0" warns: pipeline interrupted
Element "pipeline0" has gone from PLAYING to PAUSED, quitting.
Execution ended after 8008128000 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
FREEING pipeline ...



gst-launch-0.10
playbin uri="file:///path/to/absolute/uri.mp3" Then post output here

Try to add '--gst-debug-level=2' option

But that didn't!

adam@gondor:~$ gst-launch-0.10 playbin uri=file:///home/music/complete/Aimee\ Mann/Aimee\ Mann\ -\ Bachelor\ No.\ 2\ -\ You\ Do.mp3 --gst-debug-level=2
Setting pipeline to PAUSED ...
WARN  (0x80519d8 - 0:00:00.079431000)             subparse( 8437) gstsubparse.c(617):gst_sub_parse_data_format_autodetect: subparse: subtitle format autodetection failed!
Pipeline is PREROLLING ...
WARN  (0x8087410 - 0:00:00.176450000)              basesrc( 8437) gstbasesrc.c(1536):gst_base_src_loop:<source> error: Internal data flow error.
WARN  (0x8087410 - 0:00:00.176832000)              basesrc( 8437) gstbasesrc.c(1536):gst_base_src_loop:<source> error: streaming task paused, reason not-negotiated
ERROR: from element /playbin0/source: Internal data flow error.
Additional debug info:
gstbasesrc.c(1536): gst_base_src_loop (): /playbin0/source:
streaming task paused, reason not-negotiated
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
FREEING pipeline ...



Reply to: