Group Location
Explore Plans
Mobile menu Close menu
MusaicMusaic

Play audio from URL

This Action will replace the Musaic players queue with the audio from the given URL and start playback. The URL can be for a local music server or internet radio stream.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
API endpoint slug
musaic.play_audio_from_url
Filter code method
Musaic.playAudioFromUrl.skip(string?: reason)
Runtime method
runAction("musaic.play_audio_from_url", {})

Action fields

Room player Dropdown list

Label
Which room?
Helper text
Slug
room_player
Required
true
Can have default value
false

Audio URL Text input > Other

Label
Which audio stream?
Helper text
Slug
audio_url
Required
true
Can have default value
true
Filter code method
Musaic.playAudioFromUrl.setAudioUrl(string: audioUrl)

Audio name Text input > Other

Label
The audio streams name
Helper text
Slug
audio_name
Required
false
Can have default value
true
Filter code method
Musaic.playAudioFromUrl.setAudioName(string: audioName)

Player volume Dropdown list

Label
What volume level?
Helper text
Slug
player_volume
Required
false
Can have default value
true
Filter code method
Musaic.playAudioFromUrl.setPlayerVolume(string: playerVolume)