Skip to content

Commit

Permalink
Merge pull request #102 from mdrxy/main
Browse files Browse the repository at this point in the history
Clarify "Current Song" limitations, add "On-Demand Streaming" section
  • Loading branch information
BusterNeece authored Jul 23, 2024
2 parents f9dd4c2 + 35808ee commit 06aadfb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/content/docs/docs/user-guide/media-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
5 changes: 3 additions & 2 deletions src/content/docs/docs/user-guide/mount-points.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 06aadfb

Please sign in to comment.