From b984cc6f2b85e169982b13364247ba9c82c10f11 Mon Sep 17 00:00:00 2001 From: Mason Daugherty Date: Fri, 19 Jul 2024 02:11:41 -0400 Subject: [PATCH 1/3] docs: Add note about OGG Opus and FLAC not sending "Current Song" information to Icecast --- src/content/docs/docs/user-guide/mount-points.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/content/docs/docs/user-guide/mount-points.md b/src/content/docs/docs/user-guide/mount-points.md index 6fb07ae..254d57d 100644 --- a/src/content/docs/docs/user-guide/mount-points.md +++ b/src/content/docs/docs/user-guide/mount-points.md @@ -16,8 +16,9 @@ Mount Points are how listeners connect and listen to your broadcasts. Each Station in AzuraCast represents one single broadcast (with one currently playing title, artist, etc.), but with multiple Mount Points you can output that broadcast in multiple formats (i.e. MP3, Ogg Vorbis) or bitrates (i.e. 128kbps or 64kbps). -Note that not all formats are compatible with all platforms. For instance, iOS users won't be able to listen to the Ogg format as it is not supported by Safari on iOS at the moment. - [Checking formats compatibility](https://caniuse.com/) can help you decide which one will be better for your station. +Note that not all formats are compatible with all platforms. For instance, iOS users won't be able to listen to the Ogg format as it is not supported by Safari on iOS at the moment. [Checking formats compatibility](https://caniuse.com/) can help you decide which one will be better for your station. + +Furthermore, it should be noted that OGG Opus and FLAC (OGG FLAC) do NOT send "Current Song", "Artist", or "Title" (and subsequently, "yp_currently_playing") information to Icecast. This includes ALAC files due to how they are handled by Liquidsoap. ## Advanced From 4a6659941b23c513083f0bbb39120a35c6b11b8b Mon Sep 17 00:00:00 2001 From: Mason Daugherty Date: Fri, 19 Jul 2024 02:16:50 -0400 Subject: [PATCH 2/3] docs: Add note about on-demand streaming in media management guide --- src/content/docs/docs/user-guide/media-management.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/content/docs/docs/user-guide/media-management.md b/src/content/docs/docs/user-guide/media-management.md index 43ee606..7582be9 100644 --- a/src/content/docs/docs/user-guide/media-management.md +++ b/src/content/docs/docs/user-guide/media-management.md @@ -37,3 +37,7 @@ Once assigned to a playlist, any files added to the folder will automatically be ## Required Permissions To manage media, users must be in a role that has the "Manage Station Media" permission for the given station. + +## On-Demand Media + +Music from playlists with on-demand streaming enabled in playlist settings (under "Include in On-Demand Player") will be available to stream via the On-Demand Media public page. For this option to become available, "Enable On-Demand Streaming" under `Profile` -> `Edit Profile` -> `On-Demand Streaming` must be enabled. From 35808eec86ea23f6e875dd67ea3d60731074ca32 Mon Sep 17 00:00:00 2001 From: Mason Daugherty Date: Fri, 19 Jul 2024 20:36:22 +0000 Subject: [PATCH 3/3] Remove ALAC note --- src/content/docs/docs/user-guide/mount-points.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/docs/user-guide/mount-points.md b/src/content/docs/docs/user-guide/mount-points.md index 254d57d..fddfb5e 100644 --- a/src/content/docs/docs/user-guide/mount-points.md +++ b/src/content/docs/docs/user-guide/mount-points.md @@ -18,7 +18,7 @@ Each Station in AzuraCast represents one single broadcast (with one currently pl Note that not all formats are compatible with all platforms. For instance, iOS users won't be able to listen to the Ogg format as it is not supported by Safari on iOS at the moment. [Checking formats compatibility](https://caniuse.com/) can help you decide which one will be better for your station. -Furthermore, it should be noted that OGG Opus and FLAC (OGG FLAC) do NOT send "Current Song", "Artist", or "Title" (and subsequently, "yp_currently_playing") information to Icecast. This includes ALAC files due to how they are handled by Liquidsoap. +Furthermore, it should be noted that OGG Opus and FLAC (OGG FLAC) do NOT send "Current Song", "Artist", or "Title" (and subsequently, "yp_currently_playing") information to Icecast. ## Advanced