Integrations
Video.js Plugin
If you are already using Video.js, our plugin makes it easy to add InsightStream support for HLS playback and server-side analytics.
Installation
npm install @insightstream/videojs-plugin
Usage
import videojs from 'video.js';
import '@insightstream/videojs-plugin';
const player = videojs('my-video');
player.insightstream({
assetId: 'vid_38402122'
});
Pro Tip: Using our Video.js plugin automatically enables Client-Side Analytics, providing you with detailed QoS metrics in your dashboard.
Updated on Dec 28, 2025
Was this page helpful?