Jump to content

Miska

  • Posts

    24298
  • Joined

  • Last visited

  • Country

    Finland

Retained

  • Member Title
    Masters Level Member

Recent Profile Visitors

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

Bookmarks

  1. qwave
    HQPlayer's Network Audio Adapter
    9 minutes ago, Miska said:

     

    Yes, that sounds right...

     

    I don't have any Windows Server versions, so I don't know about details. But this feature I'm talking about is about network QoS. When correct feature is installed, also qwave.dll should appear, it is the API talking to the QoS stack. Then it still needs to be also enabled for the network adapter.

     

    So I think in Server enabling qwave feature also enables QoS packet scheduler.  I just checked my network adapter settings and the packet scheduler was enabled for all of my NICs even though I do not remember actually doing it myself.

     

    Install-WindowsFeature -name qWave


  2. Network setup for HQPlayer
    Optical Network Configurations
    On 8/25/2021 at 4:09 PM, plissken said:

    Hopefully control mechanisms like Flow Control, policing, shaping, CoS, QoS, will come as a best practices paper from the manufacturer.

     

    Related to this topic. I hereby once again say that best practices paper from HQPlayer ;) says:

     

    • Enable 802.3x Flow Control
    • Make sure your networking gear and OS supports 802.1p CoS and DSCP/DiffServ QoS
    • Make sure your networking gear supports 802.3az Energy Efficient Ethernet
    • Make sure you use unshielded (UTP) CAT6 ethernet cables

     

    With these, you have the baseline for successful NAA use.

     

    On HPE switch Flow Control configuration page, choose "Enabled":

    737306426_Screenshotfrom2021-08-2622-13-08.png.a1958413b67790e51d93d2b2a8ea71e9.png

    2109188970_Screenshotfrom2021-08-2622-22-07.png.da14adad238d38cd10a0c3193e828373.png

    By default QoS functionality should be fine.

     

    On Cisco switch port configuration page, choose "Auto Negotiation":

    890265471_Screenshotfrom2021-08-2622-09-22.thumb.png.5f64b8c16e4f2839febf9c2db5737946.png

     

    1836099810_Screenshotfrom2021-08-2622-19-22.png.e1a2717980d8d3a443cf9635df2b042a.png

     

    1923042386_Screenshotfrom2021-08-2622-19-55.png.a3f9bb6fd854dff6eb402fcd4eef0bf3.png

     


  3. HQPlayer Client keyboard shortcuts
    Setting up HQPlayer remote

    Keyboard shortcuts currently supported on HQPlayer Client:

    VolumeUp : volume up

    VolumeDown : volume down

    MediaPlay/MediaPlayPause/F8 : play/pause

    MediaStop/F6 : stop

    MediaPrevious/F7/Left : previous track

    MediaNext/F9/Right : next track

    MediaRewind : go back 10 seconds

    MediaForward : go forward 10 seconds

    MediaRandom : random playback

    MediaRepeat : repeat track/album

    (F10 : mute)

    F11/Down : volume down

    F12/Up : volume up

    F1/1 : album view (cover flow)

    F2/2 : play view

    F3/3 : playlist editor view

    Esc : cancel current operation

    Space : play/pause

     


  4. Running Embedded on WSL
    HQ Player

    Some Sunday work!

     

    Screenshotfrom2024-02-1117-14-56.thumb.png.ec23532af48b56bba2f6f49506e1276d.png

     

    Running latest generic build of HQPlayer Embedded on Ubuntu 22.04, under WSL2 on Windows 11 Pro. Even CUDA offload works!

     

    Otherwise it is pretty straightforward, just install Ubuntu 22.04 on WSL2 on Windows 11. Then create following .wslconfig file under %UserProfile% folder:

    [wsl2]
    localhostForwarding=true
    networkingMode=mirrored
    firewall=false

     

    This way you get features like UPnP Renderer working under Windows.

     

    Output needs to be to a NAA. Which you can do locally by running networkaudiod on the Windows host system.

     

    Finally WSL2 has developed enough that this is possible!

     

    You can also scan your Windows content library to HQPlayer. For example Windows "C:" drive appears under "/mnt/c". So if your music is for example at "D:\Music" on Windows, you can scan "/mnt/d/Music" on HQPlayer Embedded side.

     

    P.S. Just "sudo su -" under WSL before starting "hqplayerd" from command line.


×
×
  • Create New...