URL Parameters Guide

Customize video playback by adding parameters to your video URLs.

Quick Reference

Parameter Values Example
t Time in seconds, or 1m30s format ?t=90 or ?t=1m30s
autoplay true or false ?autoplay=true
loop true or false ?loop=true
muted true or false ?muted=true
captions Language code (e.g., en, sv) ?captions=sv
preload true or false ?preload=true

Time Parameter (t)

Start video at a specific time.

Formats

Examples

Autoplay

Automatically start playing the video when the page loads.

?autoplay=true

Note: Most browsers require muted=true for autoplay to work.

Example

video.axbom.se/demo?autoplay=true&muted=true

Loop

Restart video automatically when it ends.

?loop=true

Example

video.axbom.se/ambient?loop=true

Muted

Start with audio muted.

?muted=true

Example

video.axbom.se/demo?muted=true

Captions

Enable captions in a specific language.

?captions=LANGUAGE_CODE

Common Language Codes

Example

video.axbom.se/demo?captions=sv

Combining Parameters

Use & to combine multiple parameters.

Examples

Tutorial starting at specific timestamp with captions:

video.axbom.se/tutorial?t=5m30s&captions=en

Background video (looping, muted, autoplay):

video.axbom.se/background?autoplay=true&loop=true&muted=true

Conference Q&A section with timestamp:

video.axbom.se/conference?t=45m15s&captions=sv

Product demo with autoplay:

video.axbom.se/product?autoplay=true&muted=true

Notes

Autoplay Restrictions

Most modern browsers block autoplay with sound. To use autoplay reliably, also add muted=true.

Mobile Devices

iOS and Android often block autoplay regardless of settings. Users will need to tap to play.

Captions

Captions only work if your video has caption tracks uploaded to Bunny Stream.

← Back to player