2017-10-24 2 views
1

Der Befehl:$ gst-play-1.0 /home/username/test/baby.mp3GStreamer - WARNUNG Keine verfügbar Decoder für Typ 'application/x-id3'

Das Ergebnis:

Press 'k' to see a list of keyboard shortcuts. 
Now playing /home/whiteknight/NXP_test/baby.mp3 
WARNING No decoder available for type 'application/x-id3'. 
WARNING debug information: gsturidecodebin.c(931): unknown_type_cb(): /GstPlayBin:playbin/GstURIDecodeBin:uridecodebin0 
ERROR Your GStreamer installation is missing a plug-in. for file:///home/whiteknight/NXP_test/baby.mp3 
ERROR debug information: gsturidecodebin.c(998): no_more_pads_full(): /GstPlayBin:playbin/GstURIDecodeBin:uridecodebin0: 
no suitable plugins found: 
gstdecodebin2.c(4600): gst_decode_bin_expose(): /GstPlayBin:playbin/GstURIDecodeBin:uridecodebin0/GstDecodeBin:decodebin0: 
no suitable plugins found: 
Missing decoder: ID3 tag (application/x-id3) 

Reached end of play list. 

wie es zu lösen?

Antwort

1
sudo apt install gstreamer1.0-plugins-good 

https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good/html/gst-plugins-good-plugins-id3demux.html

So hat es ein Teil von gst-plugins-gut sein.

https://packages.ubuntu.com/xenial/amd64/gstreamer1.0-plugins-good/filelist

... 
/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstgoom2k1.so 
/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgsticydemux.so 
/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstid3demux.so 
/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstimagefreeze.so 
/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstinterleave.so 

... 
Verwandte Themen