<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
<br><div>> Hi,<br>> <br>> > I'm using Rygel to play ape format audio files, but always get this<br>> > error:<br>> > Error from GStreamer element playbin20: gstdecodebin2.c(3576):<br>> > gst_decode_bin_expose<br>> > (): /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0/GstDecodeBin2:decodebin22:<br>> > no suitable plugins found<br>> <br>> I think this is because it's trying to play the APE file via http (in<br>> push mode).<br>> <br><br>Yes, and the debug info shows that:<br>-------------------------<br>0:00:23.079812500 831 0x34f978 WARN ffmpeg
gstffmpegdemux.c:1758:gst_ffmpegdemux_sink_activate_push:<ffdemux_ape0>
Demuxer can't reliably operatee<br>0:00:23.080312500 831 0x34f978
INFO GST_PADS
gstpad.c:986:gst_pad_activate_push:<ffdemux_ape0:sink> failed to
activate in push mode<br>0:00:23.080906250 831 0x34f978
WARN GST_PADS
gstpad.c:737:gst_pad_set_active:<ffdemux_ape0:sink> Failed to
activate pad<br><br>And following:<br>-----------------------<br>0:00:23.457093750 831 0x34f978 WARN decodebin2
gstdecodebin2.c:3574:gst_decode_bin_expose:<decodebin23> No
suitable plugins found<br>0:00:23.457593750 831 0x34f978
WARN decodebin2
gstdecodebin2.c:3576:gst_decode_bin_expose:<decodebin23> error: no
suitable plugins found<br>0:00:23.458718750 831 0x34f978
INFO GST_ERROR_SYSTEM
gstelement.c:1964:gst_element_message_full:<decodebin23> posting
message: Your GStreamer installation .<br>0:00:23.459625000 831
0x34f978 INFO GST_ERROR_SYSTEM
gstelement.c:1987:gst_element_message_full:<decodebin23> posted
error message: Your GStreamer installa.<br>0:00:23.461062500 831
0x34f978 WARN decodebin2
gstdecodebin2.c:1699:analyze_new_pad:<decodebin23> error: A APE
tag demuxer plugin is required to play.<br>0:00:23.461562500 831
0x34f978 WARN decodebin2
gstdecodebin2.c:1699:analyze_new_pad:<decodebin23> error: No
decoder to handle media type 'application'<br>0:00:23.462593750 831
0x34f978 INFO GST_ERROR_SYSTEM
gstelement.c:1964:gst_element_message_full:<decodebin23> posting
message: A APE tag demuxer plugin is .<br>0:00:23.463468749 831
0x34f978 INFO GST_ERROR_SYSTEM
gstelement.c:1987:gst_element_message_full:<decodebin23> posted
error message: A APE tag demuxer plugi.<br>0:00:23.464468749 831
0x34f978 INFO GST_STATES
gstelement.c:2460:gst_element_continue_state:<typefind> completed
state change to PAUSED<br><br>But i have already installed atp tag demuxer.<br># gst-inspect | grep 'ape'<br>apetag: apedemux: APE tag demuxer<br>shapewipe: shapewipe: Shape Wipe transition filter<br>typefindfunctions: application/x-apetag: mp3, ape, mpc, wv<br>typefindfunctions: application/x-ape: ape<br>apexsink: apexsink: Apple AirPort Express Audio Sink<br>ffmpeg: ffdec_escape124: FFmpeg Escape 124 decoder<br>ffmpeg: ffdec_ape: FFmpeg Monkey's Audio decoder<br>ffmpeg: ffdemux_ape: FFmpeg Monkey's Audio demuxer<br># <br><br>Thanks,<br>-Bob<br><br></div> </div></body>
</html>