Copy this snippet into any page. Player and any future controls (PTZ, audio toggle, etc.) live in a hosted JS file you don't need to update.
Paste this into your page. The player loads from our hosted JS, so any future improvements (controls, layout tweaks) ship to your site automatically.
<!-- Ohakune Live Webcam · powered by MyBnB · Peak FM · WebSMS -->
<div class="ohakune-live-embed" style="max-width:1280px;margin:0 auto">
<div class="ohakune-live-player"></div>
<p style="font-size:13px;line-height:1.5;margin:8px 0;color:#444">
Live webcam stream provided by <a href="https://mybnb.nz/" rel="noopener">MyBnB</a>
· Audio by <a href="https://peakfm.nz/" rel="noopener">Peak FM</a>
· Funded by <a href="https://websms.co.nz/" rel="noopener">WebSMS</a>
</p>
</div>
<script type="application/ld+json">
{
"@context":"https://schema.org","@type":"VideoObject",
"name":"Ohakune Live Webcam - Mt Ruapehu",
"description":"Live HD webcam from Ohakune looking towards Mt Ruapehu. Stream provided by MyBnB. Audio by Peak FM. Funded by WebSMS.",
"thumbnailUrl":"https://mybnb.nz/assets/img/properties/nz/ohakune/webcam-still.jpg",
"uploadDate":"2026-05-18",
"contentUrl":"https://mist.unix.co.nz/hls/ohakune-live/index.m3u8",
"embedUrl":"https://mist.unix.co.nz/ohakune-live",
"isLiveBroadcast":true,
"publication":{"@type":"BroadcastEvent","isLiveBroadcast":true,"startDate":"2026-05-18T00:00:00+12:00"},
"provider":{"@type":"Organization","name":"MyBnB","url":"https://mybnb.nz/"},
"sponsor":{"@type":"Organization","name":"WebSMS","url":"https://websms.co.nz/"},
"creditText":"Stream provided by MyBnB. Audio by Peak FM. Funded by WebSMS."
}
</script>
<script src="https://mist.unix.co.nz/ohakune-live.js" async></script>