View previous topic :: View next topic |
Author |
Message |
rattiraivo n00b
Joined: 06 Jun 2024 Posts: 35
|
Posted: Mon Jun 10, 2024 7:52 pm Post subject: problems regarding playing music locally |
|
|
So otherwise my audio works fine, but whenever I try listening to music through moc or strawberry (both are music players) it doesn't work.
Actually when trying to open moc, it says: Code: | FATAL_ERROR: No decoder plugins have been loaded! |
And when trying to play a file on strawberry, it says the following: Code: | Internal data stream error.
../gstreamer-1.22.11/libs/gst/base/gstbaseparse.c(3699): gst_base_parse_loop (): /GstPlayBin3:pipeline-1-pipeline/GstURIDecodeBin3:uridecodebin3/GstURISourceBin:urisourcebin0/GstParseBin:parsebin0/GstMpegAudioParse:mpegaudioparse1: streaming stopped, reason not-linked (-1) |
.config: http://dpaste.com/A22QLTLSD
emerge --info: http://dpaste.com/A22QLTLSD
Also playing them through mpv works just fine. |
|
Back to top |
|
|
pjp Administrator
Joined: 16 Apr 2002 Posts: 20479
|
Posted: Mon Jun 10, 2024 10:09 pm Post subject: |
|
|
What is the output of emerge -vp media-sound/moc ?
I'm wondering if it is as simple as not having compiled in support for decoders.
There is even a FAQ on the message:
https://moc.daper.net/node/218 _________________ Quis separabit? Quo animo? |
|
Back to top |
|
|
rattiraivo n00b
Joined: 06 Jun 2024 Posts: 35
|
Posted: Tue Jun 11, 2024 9:51 am Post subject: |
|
|
The output:
Code: |
These are the packages that would be merged, in order:
Calculating dependencies... done!
Dependency resolution took 1.71 s (backtrack: 0/20).
[ebuild R ] media-sound/moc-2.6_alpha3-r6::gentoo USE="alsa cache magic unicode -aac -curl -debug -ffmpeg -flac -jack -libsamplerate -mad -modplug -musepack -oss -sid -sndfile -sndio -speex -timidity -tremor -vorbis -wavpack" 0 KiB
Total: 1 package (1 reinstall), Size of downloads: 0 KiB
|
Edit: Just realized sndfile and sndio might do the trick, trying them out.
And I actually saw the FAQ a couple days ago but I guess I skimmed through it real quickly, and didn't see mp3 :p
That did the trick indeed for moc, now strawberry
emerge -pv strawberry:
Code: |
[ebuild R ] media-sound/strawberry-1.0.23::gentoo USE="gstreamer pulseaudio udisks -cdda -debug -icu -ipod -moodbar -mtp -vlc"
|
|
|
Back to top |
|
|
|