From af6aafe9f267cad9966ee0cc9f997f29650fe662 Mon Sep 17 00:00:00 2001 From: "Buster \"Silver Eagle\" Neece" Date: Mon, 21 Feb 2022 13:15:03 -0600 Subject: [PATCH] Update KNOWN-ISSUES.md --- KNOWN-ISSUES.md | 38 ++++++++++++++++++++++++-------------- 1 file changed, 24 insertions(+), 14 deletions(-) diff --git a/KNOWN-ISSUES.md b/KNOWN-ISSUES.md index 83d72ab8c..7cab99a30 100644 --- a/KNOWN-ISSUES.md +++ b/KNOWN-ISSUES.md @@ -4,29 +4,39 @@ This file will include the majority of the known issues we're aware of with Azur --- -## High Priority Bugs +### Long-Term Ongoing Issues + +- When some live DJ broadcasting software connects to stream, only the first metadata _update_ is received, rather than the initial metadata when the client connects. This is often reported as AzuraCast "missing" the first song that a DJ broadcasts. This is an [upstream issue](https://github.com/savonet/liquidsoap/issues/2109) with Liquidsoap that we are continuing to follow. The easy workaround for most users is to connect while playing a very short track (such as an intro or station ID), then immediately transition to another song after connecting, which triggers a second metadata update and fixes the issue. + +- The WebDJ feature, on some browsers and in some situations, can broadcast sound that seems "crackly" and intermittent to stream listeners. This is a known issue, but the cause of it is currently unknown. [#5116](https://github.com/AzuraCast/AzuraCast/issues/5116) + +- Many users have requested the ability for Liquidsoap to skip to the next song automatically after a DJ disconnects. This is also an [upstream issue](https://github.com/savonet/liquidsoap/issues/2107) with Liquidsoap that we are continuing to follow. + +--- + +## Current Unresolved Issues + +### High Priority Bugs We class bugs as 'high priority' when it impacts a large amount of users, related to CPU and Memory usages or security bugs. These bugs can be complex to debug and requires a large amount of investigation and reviewing by our team. -- Abnormally high CPU and Memory usages for Liquidsoap (Impacts 0.15 onwards) #5099 +- Abnormally high CPU and Memory usages for Liquidsoap (Impacts 0.15 onwards) [#5099](https://github.com/AzuraCast/AzuraCast/issues/5099) -- Docker installations `overlay` sub directories consuming abnormally high storage (Impacts very limited users) #5127 #5077 +- Docker installations `overlay` sub directories consuming abnormally high storage (Impacts very limited users) [#5127](https://github.com/AzuraCast/AzuraCast/issues/5127) [#5077](https://github.com/AzuraCast/AzuraCast/issues/5077) - -## Medium Priority +### Medium Priority - Playlists not always following the schedule -- Ansible users not being able to install on Ubuntu 18.04 due to ocaml-ffmpeg being unsupported #5007 +- Ansible users not being able to install on Ubuntu 18.04 due to ocaml-ffmpeg being unsupported [#5007](https://github.com/AzuraCast/AzuraCast/issues/5007) -- Deleting a station can fail to remove it from supervisord (very limited users impacted) #4898 +- Deleting a station can fail to remove it from supervisord (very limited users impacted) [#4898](https://github.com/AzuraCast/AzuraCast/issues/4898) -- Remote Album Art can't find artwork that exists on Last.FM #5103 - -- Web DJ audio quality can be lower than expected #5116 - -- No metadata for FLAC mount point (Upstream issue) - #5008 +- Remote Album Art can't find artwork that exists on Last.FM [#5103](https://github.com/AzuraCast/AzuraCast/issues/5103) -## Low Priority -- Song playback bar can continue to play despite audio being stopped. #5031 +- No metadata for FLAC mount point (Upstream issue) - [#5008](https://github.com/AzuraCast/AzuraCast/issues/5008) + +### Low Priority + +- Song playback bar can continue to play despite audio being stopped. [#5031](https://github.com/AzuraCast/AzuraCast/issues/5031)