I have installed Plexamp for Raspberry service on a Pi3 following this guide:
The service starts in Raspberry OS, and I can cast/connect to it with the Plexamp app. But when I click Play on a song, the the progress goes to 1 second, and then pauses. No actual sound is played.
Playing the via the phone itself is no problem at all.
Status output from the service is, but I’m not really sure what it should look like:
pi@host:~ $ sudo systemctl status plexamp
● plexamp.service - Plexamp
Loaded: loaded (/lib/systemd/system/plexamp.service; enabled; vendor preset: enabled)
Active: active (running) since Thu 2021-07-22 17:26:45 BST; 1h 16min ago
Main PID: 6112 (node)
Tasks: 12 (limit: 2062)
CGroup: /system.slice/plexamp.service
└─6112 /usr/local/bin/node /home/pi/plexamp/server/server.prod.js
Jul 22 17:34:59 stereopi node[6112]: debug: [TREBLE] BASS: Seeking to 109128 ms.
Jul 22 17:34:59 stereopi node[6112]: debug: [TREBLE] BASS: Asking to seek to 109.1 sec, position (duration: 281.6 sec).
Jul 22 17:34:59 stereopi node[6112]: error: [TREBLE] BASS: Error [BASS_ChannelSetPosition(m_stream, byteOffset, BASS_POS_BYTE | BASS_POS_INEXACT)] - 5
Jul 22 17:34:59 stereopi node[6112]: debug: GET /player/playback/pause?commandID=194&type=music 200 2 - 1.860 ms
Jul 22 17:34:59 stereopi node[6112]: debug: [TREBLE] BASS: Pause.
Jul 22 17:34:59 stereopi node[6112]: debug: [TREBLE] BASS: There was no channel yet for stream 6466, processing manually.
Jul 22 17:35:00 stereopi node[6112]: debug: GET /player/playback/play?commandID=195&type=music 200 2 - 1.977 ms
Jul 22 17:35:00 stereopi node[6112]: debug: [TREBLE] BASS: Resume.
Jul 22 17:35:00 stereopi node[6112]: error: [TREBLE] BASS: Error [BASS_Mixer_ChannelSetEnvelope(m_resampler, BASS_MIXER_ENV_VOL, nodes, 1)] - 5
Jul 22 17:35:00 stereopi node[6112]: debug: HTTP: Issuing request to https://192.168.173.5:32400/:/timeline?state=playing&duration=281600&buffered=100&playQueueItemID=6466&key=%2Flibrary%2F
Anyone with similar issue or suggestions?