PROBLEM
In ArcGIS StoryMaps, videos uploaded directly to immersive blocks, such as map tour or sidecar, and configured to autoplay, play correctly, but the audio is muted during playback.
This is by design. Videos uploaded to a story through immersive builders autoplay without audio by default to prevent unexpected sounds from disrupting the narrative of the story. Additionally, most web browsers suppress audio during autoplay to ensure a smooth viewing experience.
Refer to any of the following workarounds to solve the issue.
This workaround requires the intended media to be hosted externally and referenced in an embed block using the iframe HTML code. The tags require specific edits to enable autoplay and audio.
Note: Include both autoplay and encrypted-media in the allow attribute to enable playback with sound and autoplay.
The following shows the complete iframe structure used in this example.
<iframe width="560" height="315" src="Third-party embed URL?autoplay=1" allow="autoplay; encrypted-media" allowfullscreen></iframe>
This workaround keeps the autoplay enabled, but manual unmuting is required for the audio.
.The audio button is displayed on the bottom right side of the video playback, allowing users to manually enable sound.

Article ID: 000038276
Get help from ArcGIS experts
Start chatting now