Jump to content

bummer

  • Posts

    55
  • Joined

  • Last visited

  • Country

    Germany

Retained

  • Member Title
    Newbie

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hi everybody, for those, who own the Orange Pi 5 Plus, I have put together the steps how to install HQplayer embedded. These were my first steps into Linux and with the kind help of Miska it was easier than expected. First download the Debian ISO for Orange Pi here (Orangepi5plus_1.0.8_debian_bookworm_server_linux6.1.43.7z) and extract the image. Then burn the image to your SD-Card, put the SD in your SBC and boot up. When the boot screen stops: login as: root Password: orangepi 1. sudo apt-get update (this is optional) 2. sudo apt-get upgrade (this is optional) 3. wget https://www.sonarnerd.net/src/bookworm/libgmpris_2.2.1-11_arm64.deb 4. sudo dpkg -i libgmpris_2.2.1-11_arm64.deb 5. wget https://www.sonarnerd.net/src/bookworm/libsoup-3.0-0_3.4.4-1_arm64.deb 6. sudo dpkg -i libsoup-3.0-0_3.4.4-1_arm64.deb 7. wget https://www.signalyst.eu/bins/hqplayerd/bookworm/hqplayerd_5.5.1-14_arm64.deb 8. sudo dpkg -i hqplayerd_5.5.1-14_arm64.deb 9. sudo apt install -f 10. sudo systemctl enable hqplayerd ; sudo systemctl start hqplayerd 11. sudo hqplayerd -s <your username> <your password> 12. sudo systemctl restart hqplayerd Finally enter the IP into your browser, where your Orange Pi is running as: <your IP:8088> Good luck Martin
  2. @ Miska, ok, that did it! Thanks again for your patience Martin☺️
  3. for some reason I can't login. User: hqplayer and Password: password are rejected. also entering the web interface is very tricky. http://hqplayer.local:8088 don't work at all. Only http://192.168.178.38:8088 works. Any idea how to solve this? Martin
  4. finally I got it!!! HQPlayer is running! Martin
  5. I got this: root@orangepi5plus:~# sudo systemctl status hqplayerd ● hqplayerd.service - HQPlayer Embedded daemon Loaded: loaded (/lib/systemd/system/hqplayerd.service; enabled; preset: en> Active: activating (auto-restart) (Result: exit-code) since Fri 2024-04-05> Process: 5420 ExecStart=/usr/bin/hqplayerd (code=exited, status=217/USER) Main PID: 5420 (code=exited, status=217/USER) CPU: 0 Martin
  6. ....I tried it again, but no luck. here is the session: root@orangepi5plus:~# wget https://www.sonarnerd.net/src/bookworm/libgmpris_2.2.1-11_arm64.deb --2024-04-05 17:54:05-- https://www.sonarnerd.net/src/bookworm/libgmpris_2.2.1-11_arm64.deb Resolving www.sonarnerd.net (www.sonarnerd.net)... 213.186.235.122 Connecting to www.sonarnerd.net (www.sonarnerd.net)|213.186.235.122|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 29084 (28K) [application/octet-stream] Saving to: ‘libgmpris_2.2.1-11_arm64.deb’ libgmpris_2.2.1-11_ 100%[===================>] 28.40K --.-KB/s in 0.1s 2024-04-05 17:54:06 (190 KB/s) - ‘libgmpris_2.2.1-11_arm64.deb’ saved [29084/29084] root@orangepi5plus:~# sudo dpkg -i package_libgmpris_2.2.1-11_arm64.deb dpkg: error: cannot access archive 'package_libgmpris_2.2.1-11_arm64.deb': No such file or directory root@orangepi5plus:~# sudo dpkg -i libgmpris_2.2.1-11_arm64.deb Selecting previously unselected package libgmpris. (Reading database ... 41080 files and directories currently installed.) Preparing to unpack libgmpris_2.2.1-11_arm64.deb ... Unpacking libgmpris (2.2.1-11) ... Setting up libgmpris (2.2.1-11) ... Processing triggers for libc-bin (2.36-9+deb12u4) ... root@orangepi5plus:~# wget https://www.signalyst.eu/bins/hqplayerd/bookworm/hqplayerd_5.5.1-14_arm64.deb --2024-04-05 18:03:24-- https://www.signalyst.eu/bins/hqplayerd/bookworm/hqplayerd_5.5.1-14_arm64.deb Resolving www.signalyst.eu (www.signalyst.eu)... 91.150.61.42 Connecting to www.signalyst.eu (www.signalyst.eu)|91.150.61.42|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 2431288 (2.3M) [application/octet-stream] Saving to: ‘hqplayerd_5.5.1-14_arm64.deb’ hqplayerd_5.5.1-14_ 100%[===================>] 2.32M 5.20MB/s in 0.4s 2024-04-05 18:03:25 (5.20 MB/s) - ‘hqplayerd_5.5.1-14_arm64.deb’ saved [2431288/2431288] root@orangepi5plus:~# sudo dpkg -i hqplayerd_5.5.1-14_arm64.deb Selecting previously unselected package hqplayerd. (Reading database ... 41087 files and directories currently installed.) Preparing to unpack hqplayerd_5.5.1-14_arm64.deb ... Unpacking hqplayerd (5.5.1-14) ... dpkg: dependency problems prevent configuration of hqplayerd: hqplayerd depends on libcairo2 (>= 1.2.4); however: Package libcairo2 is not installed. hqplayerd depends on libgee-0.8-2 (>= 0.8.3); however: Package libgee-0.8-2 is not installed. hqplayerd depends on libgssdp-1.6-0 (>= 0.12.0); however: Package libgssdp-1.6-0 is not installed. hqplayerd depends on libgupnp-1.6-0 (>= 1.6.0); however: Package libgupnp-1.6-0 is not installed. hqplayerd depends on libgupnp-av-1.0-3 (>= 0.6.0); however: Package libgupnp-av-1.0-3 is not installed. hqplayerd depends on libmp3lame0 (>= 3.100); however: Package libmp3lame0 is not installed. hqplayerd depends on libmpg123-0 (>= 1.28.0); however: Package libmpg123-0 is not installed. hqplayerd depends on libogg0 (>= 1.0rc3); however: Package libogg0 is not installed. hqplayerd depends on libomp5-14 (>= 3.9.0); however: Package libomp5-14 is not installed. hqplayerd depends on librygel-core-2.8-0 (>= 0.42.1); however: Package librygel-core-2.8-0 is not installed. hqplayerd depends on librygel-renderer-2.8-0 (>= 0.42.1); however: Package librygel-renderer-2.8-0 is not installed. hqplayerd depends on libsoup-3.0-0 (>= 3.0.3); however: Package libsoup-3.0-0 is not installed. hqplayerd depends on libusb-0.1-4 (>= 2:0.1.12); however: Package libusb-0.1-4 is not installed. hqplayerd depends on rygel; however: Package rygel is not installed. hqplayerd depends on zip; however: Package zip is not installed. hqplayerd depends on eject; however: Package eject is not installed. dpkg: error processing package hqplayerd (--install): dependency problems - leaving unconfigured Errors were encountered while processing: hqplayerd root@orangepi5plus:~# sudo apt install -f Reading package lists... Done Building dependency tree... Done Reading state information... Done Correcting dependencies... Done The following additional packages will be installed: adwaita-icon-theme at-spi2-common dbus-user-session dconf-gsettings-backend dconf-service eject fontconfig fontconfig-config fonts-dejavu-core glib-networking glib-networking-common glib-networking-services gsettings-desktop-schemas gstreamer1.0-plugins-bad gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-x gtk-update-icon-cache hicolor-icon-theme libaa1 libaom3 libass9 libasyncns0 libatk-bridge2.0-0 libatk1.0-0 libatspi2.0-0 libavahi-client3 libavahi-common-data libavahi-common3 libavc1394-0 libavcodec59 libavutil57 libbs2b0 libcairo-gobject2 libcairo2 libcdparanoia0 libchromaprint1 libcodec2-1.0 libcolord2 libcups2 libdatrie1 libdav1d6 libdc1394-25 libdca0 libdconf1 libde265-0 libdecor-0-0 libdeflate0 libdirectfb-1.7-7 libdrm-amdgpu1 libdrm-common libdrm-nouveau2 libdrm-radeon1 libdrm2 libdv4 libdvdnav4 libdvdread8 libegl-mesa0 libegl1 libepoxy0 libfaad2 libflac12 libflite1 libfluidsynth3 libfontconfig1 libfreeaptx0 libfreetype6 libfribidi0 libgbm1 libgdk-pixbuf-2.0-0 libgdk-pixbuf2.0-common libgee-0.8-2 libges-1.0-0 libgl1 libgl1-mesa-dri libglapi-mesa libgles2 libglvnd0 libglx-mesa0 libglx0 libgme0 libgraphite2-3 libgsm1 libgssdp-1.6-0 libgstreamer-gl1.0-0 libgstreamer-plugins-bad1.0-0 libgstreamer-plugins-base1.0-0 libgtk-3-0 libgtk-3-common libgudev-1.0-0 libgupnp-1.6-0 libgupnp-av-1.0-3 libgupnp-dlna-2.0-4 libgupnp-igd-1.0-4 libharfbuzz0b libhwy1 libiec61883-0 libimath-3-1-29 libinstpatch-1.0-2 libjack-jackd2-0 libjbig0 libjson-glib-1.0-0 libjson-glib-1.0-common libjxl0.7 libkate1 liblcms2-2 libldacbt-enc2 liblerc4 liblilv-0-0 libllvm15 liblrdf0 libltc11 libmediaart-2.0-0 libmjpegutils-2.1-0 libmodplug1 libmp3lame0 libmpcdec6 libmpeg2encpp-2.1-0 libmpg123-0 libmplex2-2.1-0 libneon27 libnice10 libnspr4 libnss3 libnuma1 libogg0 libomp5-14 libopenal-data libopenal1 libopenexr-3-1-30 libopenh264-7 libopenjp2-7 libopenmpt0 libopenni2-0 libopus0 liborc-0.4-0 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpixman-1-0 libproxy1v5 libpulse0 libraptor2-0 librav1e0 libraw1394-11 librsvg2-2 librygel-core-2.8-0 librygel-db-2.8-0 librygel-renderer-2.8-0 librygel-server-2.8-0 libsbc1 libsdl2-2.0-0 libserd-0-0 libshine3 libshout3 libsnappy1v5 libsndfile1 libsndio7.0 libsord-0-0 libsoundtouch1 libsoup-3.0-0 libsoup-3.0-common libsoxr0 libspandsp2 libspeex1 libsratom-0-0 libsrt1.5-gnutls libsrtp2-1 libsvtav1enc1 libswresample4 libtag1v5 libtag1v5-vanilla libthai-data libthai0 libtheora0 libtiff6 libtwolame0 libusb-0.1-4 libva-drm2 libva-x11-2 libva2 libvdpau1 libvisual-0.4-0 libvo-aacenc0 libvo-amrwbenc0 libvorbis0a libvorbisenc2 libvorbisfile3 libvpx7 libvulkan1 libwavpack1 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwayland-server0 libwebp7 libwebpmux3 libwebrtc-audio-processing1 libwildmidi2 libx11-6 libx11-data libx11-xcb1 libx264-164 libx265-199 libxau6 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-randr0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb-xfixes0 libxcb-xkb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxdmcp6 libxext6 libxfixes3 libxi6 libxinerama1 libxkbcommon-x11-0 libxkbcommon0 libxrandr2 libxrender1 libxshmfence1 libxslt1.1 libxss1 libxv1 libxvidcore4 libxxf86vm1 libyajl2 libz3-4 libzbar0 libzvbi-common libzvbi0 libzxing2 ocl-icd-libopencl1 rygel shared-mime-info timgm6mb-soundfont x11-common zip Suggested packages: frei0r-plugins gvfs libcuda1 libnvcuvid1 libnvidia-encode1 colord cups-common libdirectfb-extra libdv-bin oss-compat libdvdcss2 libvisual-0.4-plugins jackd2 liblcms2-utils liblrdf0-dev libportaudio2 opus-tools pulseaudio raptor2-utils libraw1394-doc librsvg2-bin xdg-utils serdi sndiod sordi speex libwildmidi-config opencl-icd rygel-playbin rygel-preferences rygel-ruih rygel-tracker tumbler fluid-soundfont-gm Recommended packages: librsvg2-common at-spi2-core libdecor-0-plugin-1-cairo | libdecor-0-plugin-1 libgdk-pixbuf2.0-bin gstreamer1.0-gl libgtk-3-bin va-driver-all | va-driver vdpau-driver-all | vdpau-driver mesa-vulkan-drivers | vulkan-icd libmagickcore-6.q16-6-extra gstreamer1.0-libav gstreamer1.0-plugins-ugly The following NEW packages will be installed: adwaita-icon-theme at-spi2-common dbus-user-session dconf-gsettings-backend dconf-service eject fontconfig fontconfig-config fonts-dejavu-core glib-networking glib-networking-common glib-networking-services gsettings-desktop-schemas gstreamer1.0-plugins-bad gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-x gtk-update-icon-cache hicolor-icon-theme libaa1 libaom3 libass9 libasyncns0 libatk-bridge2.0-0 libatk1.0-0 libatspi2.0-0 libavahi-client3 libavahi-common-data libavahi-common3 libavc1394-0 libavcodec59 libavutil57 libbs2b0 libcairo-gobject2 libcairo2 libcdparanoia0 libchromaprint1 libcodec2-1.0 libcolord2 libcups2 libdatrie1 libdav1d6 libdc1394-25 libdca0 libdconf1 libde265-0 libdecor-0-0 libdeflate0 libdirectfb-1.7-7 libdrm-amdgpu1 libdrm-common libdrm-nouveau2 libdrm-radeon1 libdrm2 libdv4 libdvdnav4 libdvdread8 libegl-mesa0 libegl1 libepoxy0 libfaad2 libflac12 libflite1 libfluidsynth3 libfontconfig1 libfreeaptx0 libfreetype6 libfribidi0 libgbm1 libgdk-pixbuf-2.0-0 libgdk-pixbuf2.0-common libgee-0.8-2 libges-1.0-0 libgl1 libgl1-mesa-dri libglapi-mesa libgles2 libglvnd0 libglx-mesa0 libglx0 libgme0 libgraphite2-3 libgsm1 libgssdp-1.6-0 libgstreamer-gl1.0-0 libgstreamer-plugins-bad1.0-0 libgstreamer-plugins-base1.0-0 libgtk-3-0 libgtk-3-common libgudev-1.0-0 libgupnp-1.6-0 libgupnp-av-1.0-3 libgupnp-dlna-2.0-4 libgupnp-igd-1.0-4 libharfbuzz0b libhwy1 libiec61883-0 libimath-3-1-29 libinstpatch-1.0-2 libjack-jackd2-0 libjbig0 libjson-glib-1.0-0 libjson-glib-1.0-common libjxl0.7 libkate1 liblcms2-2 libldacbt-enc2 liblerc4 liblilv-0-0 libllvm15 liblrdf0 libltc11 libmediaart-2.0-0 libmjpegutils-2.1-0 libmodplug1 libmp3lame0 libmpcdec6 libmpeg2encpp-2.1-0 libmpg123-0 libmplex2-2.1-0 libneon27 libnice10 libnspr4 libnss3 libnuma1 libogg0 libomp5-14 libopenal-data libopenal1 libopenexr-3-1-30 libopenh264-7 libopenjp2-7 libopenmpt0 libopenni2-0 libopus0 liborc-0.4-0 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpixman-1-0 libproxy1v5 libpulse0 libraptor2-0 librav1e0 libraw1394-11 librsvg2-2 librygel-core-2.8-0 librygel-db-2.8-0 librygel-renderer-2.8-0 librygel-server-2.8-0 libsbc1 libsdl2-2.0-0 libserd-0-0 libshine3 libshout3 libsnappy1v5 libsndfile1 libsndio7.0 libsord-0-0 libsoundtouch1 libsoup-3.0-0 libsoup-3.0-common libsoxr0 libspandsp2 libspeex1 libsratom-0-0 libsrt1.5-gnutls libsrtp2-1 libsvtav1enc1 libswresample4 libtag1v5 libtag1v5-vanilla libthai-data libthai0 libtheora0 libtiff6 libtwolame0 libusb-0.1-4 libva-drm2 libva-x11-2 libva2 libvdpau1 libvisual-0.4-0 libvo-aacenc0 libvo-amrwbenc0 libvorbis0a libvorbisenc2 libvorbisfile3 libvpx7 libvulkan1 libwavpack1 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwayland-server0 libwebp7 libwebpmux3 libwebrtc-audio-processing1 libwildmidi2 libx11-6 libx11-data libx11-xcb1 libx264-164 libx265-199 libxau6 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-randr0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb-xfixes0 libxcb-xkb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxdmcp6 libxext6 libxfixes3 libxi6 libxinerama1 libxkbcommon-x11-0 libxkbcommon0 libxrandr2 libxrender1 libxshmfence1 libxslt1.1 libxss1 libxv1 libxvidcore4 libxxf86vm1 libyajl2 libz3-4 libzbar0 libzvbi-common libzvbi0 libzxing2 ocl-icd-libopencl1 rygel shared-mime-info timgm6mb-soundfont x11-common zip 0 upgraded, 246 newly installed, 0 to remove and 1 not upgraded. 1 not fully installed or removed. Need to get 123 MB of archives. After this operation, 461 MB of additional disk space will be used. Do you want to continue? [Y/n] j Abort. root@orangepi5plus:~# sudo apt install -f Reading package lists... Done Building dependency tree... Done Reading state information... Done Correcting dependencies... Done The following additional packages will be installed: adwaita-icon-theme at-spi2-common dbus-user-session dconf-gsettings-backend dconf-service eject fontconfig fontconfig-config fonts-dejavu-core glib-networking glib-networking-common glib-networking-services gsettings-desktop-schemas gstreamer1.0-plugins-bad gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-x gtk-update-icon-cache hicolor-icon-theme libaa1 libaom3 libass9 libasyncns0 libatk-bridge2.0-0 libatk1.0-0 libatspi2.0-0 libavahi-client3 libavahi-common-data libavahi-common3 libavc1394-0 libavcodec59 libavutil57 libbs2b0 libcairo-gobject2 libcairo2 libcdparanoia0 libchromaprint1 libcodec2-1.0 libcolord2 libcups2 libdatrie1 libdav1d6 libdc1394-25 libdca0 libdconf1 libde265-0 libdecor-0-0 libdeflate0 libdirectfb-1.7-7 libdrm-amdgpu1 libdrm-common libdrm-nouveau2 libdrm-radeon1 libdrm2 libdv4 libdvdnav4 libdvdread8 libegl-mesa0 libegl1 libepoxy0 libfaad2 libflac12 libflite1 libfluidsynth3 libfontconfig1 libfreeaptx0 libfreetype6 libfribidi0 libgbm1 libgdk-pixbuf-2.0-0 libgdk-pixbuf2.0-common libgee-0.8-2 libges-1.0-0 libgl1 libgl1-mesa-dri libglapi-mesa libgles2 libglvnd0 libglx-mesa0 libglx0 libgme0 libgraphite2-3 libgsm1 libgssdp-1.6-0 libgstreamer-gl1.0-0 libgstreamer-plugins-bad1.0-0 libgstreamer-plugins-base1.0-0 libgtk-3-0 libgtk-3-common libgudev-1.0-0 libgupnp-1.6-0 libgupnp-av-1.0-3 libgupnp-dlna-2.0-4 libgupnp-igd-1.0-4 libharfbuzz0b libhwy1 libiec61883-0 libimath-3-1-29 libinstpatch-1.0-2 libjack-jackd2-0 libjbig0 libjson-glib-1.0-0 libjson-glib-1.0-common libjxl0.7 libkate1 liblcms2-2 libldacbt-enc2 liblerc4 liblilv-0-0 libllvm15 liblrdf0 libltc11 libmediaart-2.0-0 libmjpegutils-2.1-0 libmodplug1 libmp3lame0 libmpcdec6 libmpeg2encpp-2.1-0 libmpg123-0 libmplex2-2.1-0 libneon27 libnice10 libnspr4 libnss3 libnuma1 libogg0 libomp5-14 libopenal-data libopenal1 libopenexr-3-1-30 libopenh264-7 libopenjp2-7 libopenmpt0 libopenni2-0 libopus0 liborc-0.4-0 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpixman-1-0 libproxy1v5 libpulse0 libraptor2-0 librav1e0 libraw1394-11 librsvg2-2 librygel-core-2.8-0 librygel-db-2.8-0 librygel-renderer-2.8-0 librygel-server-2.8-0 libsbc1 libsdl2-2.0-0 libserd-0-0 libshine3 libshout3 libsnappy1v5 libsndfile1 libsndio7.0 libsord-0-0 libsoundtouch1 libsoup-3.0-0 libsoup-3.0-common libsoxr0 libspandsp2 libspeex1 libsratom-0-0 libsrt1.5-gnutls libsrtp2-1 libsvtav1enc1 libswresample4 libtag1v5 libtag1v5-vanilla libthai-data libthai0 libtheora0 libtiff6 libtwolame0 libusb-0.1-4 libva-drm2 libva-x11-2 libva2 libvdpau1 libvisual-0.4-0 libvo-aacenc0 libvo-amrwbenc0 libvorbis0a libvorbisenc2 libvorbisfile3 libvpx7 libvulkan1 libwavpack1 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwayland-server0 libwebp7 libwebpmux3 libwebrtc-audio-processing1 libwildmidi2 libx11-6 libx11-data libx11-xcb1 libx264-164 libx265-199 libxau6 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-randr0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb-xfixes0 libxcb-xkb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxdmcp6 libxext6 libxfixes3 libxi6 libxinerama1 libxkbcommon-x11-0 libxkbcommon0 libxrandr2 libxrender1 libxshmfence1 libxslt1.1 libxss1 libxv1 libxvidcore4 libxxf86vm1 libyajl2 libz3-4 libzbar0 libzvbi-common libzvbi0 libzxing2 ocl-icd-libopencl1 rygel shared-mime-info timgm6mb-soundfont x11-common zip Suggested packages: frei0r-plugins gvfs libcuda1 libnvcuvid1 libnvidia-encode1 colord cups-common libdirectfb-extra libdv-bin oss-compat libdvdcss2 libvisual-0.4-plugins jackd2 liblcms2-utils liblrdf0-dev libportaudio2 opus-tools pulseaudio raptor2-utils libraw1394-doc librsvg2-bin xdg-utils serdi sndiod sordi speex libwildmidi-config opencl-icd rygel-playbin rygel-preferences rygel-ruih rygel-tracker tumbler fluid-soundfont-gm Recommended packages: librsvg2-common at-spi2-core libdecor-0-plugin-1-cairo | libdecor-0-plugin-1 libgdk-pixbuf2.0-bin gstreamer1.0-gl libgtk-3-bin va-driver-all | va-driver vdpau-driver-all | vdpau-driver mesa-vulkan-drivers | vulkan-icd libmagickcore-6.q16-6-extra gstreamer1.0-libav gstreamer1.0-plugins-ugly The following NEW packages will be installed: adwaita-icon-theme at-spi2-common dbus-user-session dconf-gsettings-backend dconf-service eject fontconfig fontconfig-config fonts-dejavu-core glib-networking glib-networking-common glib-networking-services gsettings-desktop-schemas gstreamer1.0-plugins-bad gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-x gtk-update-icon-cache hicolor-icon-theme libaa1 libaom3 libass9 libasyncns0 libatk-bridge2.0-0 libatk1.0-0 libatspi2.0-0 libavahi-client3 libavahi-common-data libavahi-common3 libavc1394-0 libavcodec59 libavutil57 libbs2b0 libcairo-gobject2 libcairo2 libcdparanoia0 libchromaprint1 libcodec2-1.0 libcolord2 libcups2 libdatrie1 libdav1d6 libdc1394-25 libdca0 libdconf1 libde265-0 libdecor-0-0 libdeflate0 libdirectfb-1.7-7 libdrm-amdgpu1 libdrm-common libdrm-nouveau2 libdrm-radeon1 libdrm2 libdv4 libdvdnav4 libdvdread8 libegl-mesa0 libegl1 libepoxy0 libfaad2 libflac12 libflite1 libfluidsynth3 libfontconfig1 libfreeaptx0 libfreetype6 libfribidi0 libgbm1 libgdk-pixbuf-2.0-0 libgdk-pixbuf2.0-common libgee-0.8-2 libges-1.0-0 libgl1 libgl1-mesa-dri libglapi-mesa libgles2 libglvnd0 libglx-mesa0 libglx0 libgme0 libgraphite2-3 libgsm1 libgssdp-1.6-0 libgstreamer-gl1.0-0 libgstreamer-plugins-bad1.0-0 libgstreamer-plugins-base1.0-0 libgtk-3-0 libgtk-3-common libgudev-1.0-0 libgupnp-1.6-0 libgupnp-av-1.0-3 libgupnp-dlna-2.0-4 libgupnp-igd-1.0-4 libharfbuzz0b libhwy1 libiec61883-0 libimath-3-1-29 libinstpatch-1.0-2 libjack-jackd2-0 libjbig0 libjson-glib-1.0-0 libjson-glib-1.0-common libjxl0.7 libkate1 liblcms2-2 libldacbt-enc2 liblerc4 liblilv-0-0 libllvm15 liblrdf0 libltc11 libmediaart-2.0-0 libmjpegutils-2.1-0 libmodplug1 libmp3lame0 libmpcdec6 libmpeg2encpp-2.1-0 libmpg123-0 libmplex2-2.1-0 libneon27 libnice10 libnspr4 libnss3 libnuma1 libogg0 libomp5-14 libopenal-data libopenal1 libopenexr-3-1-30 libopenh264-7 libopenjp2-7 libopenmpt0 libopenni2-0 libopus0 liborc-0.4-0 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpixman-1-0 libproxy1v5 libpulse0 libraptor2-0 librav1e0 libraw1394-11 librsvg2-2 librygel-core-2.8-0 librygel-db-2.8-0 librygel-renderer-2.8-0 librygel-server-2.8-0 libsbc1 libsdl2-2.0-0 libserd-0-0 libshine3 libshout3 libsnappy1v5 libsndfile1 libsndio7.0 libsord-0-0 libsoundtouch1 libsoup-3.0-0 libsoup-3.0-common libsoxr0 libspandsp2 libspeex1 libsratom-0-0 libsrt1.5-gnutls libsrtp2-1 libsvtav1enc1 libswresample4 libtag1v5 libtag1v5-vanilla libthai-data libthai0 libtheora0 libtiff6 libtwolame0 libusb-0.1-4 libva-drm2 libva-x11-2 libva2 libvdpau1 libvisual-0.4-0 libvo-aacenc0 libvo-amrwbenc0 libvorbis0a libvorbisenc2 libvorbisfile3 libvpx7 libvulkan1 libwavpack1 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwayland-server0 libwebp7 libwebpmux3 libwebrtc-audio-processing1 libwildmidi2 libx11-6 libx11-data libx11-xcb1 libx264-164 libx265-199 libxau6 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-randr0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb-xfixes0 libxcb-xkb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxdmcp6 libxext6 libxfixes3 libxi6 libxinerama1 libxkbcommon-x11-0 libxkbcommon0 libxrandr2 libxrender1 libxshmfence1 libxslt1.1 libxss1 libxv1 libxvidcore4 libxxf86vm1 libyajl2 libz3-4 libzbar0 libzvbi-common libzvbi0 libzxing2 ocl-icd-libopencl1 rygel shared-mime-info timgm6mb-soundfont x11-common zip 0 upgraded, 246 newly installed, 0 to remove and 1 not upgraded. 1 not fully installed or removed. Need to get 123 MB of archives. After this operation, 461 MB of additional disk space will be used. Do you want to continue? [Y/n] J Abort. root@orangepi5plus:~# sudo systemctl enable hqplayerd ; sudo systemctl start hqplayerd Created symlink /etc/systemd/system/multi-user.target.wants/hqplayerd.service → /lib/systemd/system/hqplayerd.service. root@orangepi5plus:~#
  7. @Miska, sorry for this, I went into the wrong line! I followed your instructions but at the very end hqplayer didn't appear under hqplayer.local.😕 Maybe I took the wrong debian-version? The only debian-version which runs on Orange PI 5 Plus is "Orangepi5plus_1.0.8_debian_bookworm_server_linux6.1.43.img" which I could download at the Orange Pi website: https://drive.google.com/drive/folders/1I_asEsyjMf_nixpymLdco7SCxr9AveYH but I'm not shure, if it's debian 12. When I tried other official Debian 12 bookworm releases, Orange Pi 5 Plus didn't boot. Any idea to find the right release for Orange Pi 5 Plus? Thanks for yout patience Martin
  8. @Miska, when I want to download hqplayerd_5.3.1-8_arm64.deb I get the following error: 500 Internal Server Error OpenBSD httpd Can you fix this please? Martin
  9. @Miska, thank you very much for your help! Installing Debian 12 bookworm is no problem, but can I use then the instructions at the very beginning of this thread 1:1? Martin
  10. Hi, your instructions worked fine but finally I got stuck when I realised that it wouldn't work for ARM-based single board computer. I recently bought a Orange Pi 5 Plus (which is ARM-based) and started my first steps into Linux. Is it possible to install hqplayer onto Orange Pi 5 Plus and are there instructions similar to those at the beginning of this thred? Any help appreciated Martin
  11. ok - I went to the file types settings, set them to default and now it works! Last question: loading Qobuz to ram - is this possible and if so, how? Martin
  12. @stefano_mbp please stefano, would you give me some support? Daphile refuses to play from ram- drive! Whenever I load a playlist and click on "play from ram drive" Daphile starts loading (small turning wheel) but when I start playing - nothing happens. Daphile refuses to play! My ram has 32 GB which should be really enough. Do you have any idea how to get it to work? Regards Martin
  13. @ stefano_mbp After a long period of waiting I finally got the Squeezelite module. LinQ Squeezelite really sounds incredible! I no longer need the UPnP/DLNA bridge! The new module allows to stream to the Aqua LinQ network interface directly from any squeeze server. : here are some additional information. Regards Martin
  14. ok. Thank you for your reply. I will report, when I have installed the new squeezelite module. Regards Martin
  15. @stefano_mbp, back here! Stefano, do you have experiences in dual mode setup? Is there a sonic advantage? Right now I use an Intel NUC 12 where I have installed Daphile plus 2 Tera flac-files (driven by a very very good power-supply). From there I go to my switch (EtherREGEN) also driven by an excellent power-supply and from there to Aqua LinQ (I will get its new squeezelite module in a few days). This is my present setup. What I could do is to install LMS server on my second Intel NUC 11 where windows is running. Would this deliver any benefit? Martin
×
×
  • Create New...