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. diff --git a/src/content/docs/docs/user-guide/mount-points.md b/src/content/docs/docs/user-guide/mount-points.md index 6fb07ae..fddfb5e 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. ## Advanced