← Back to Guide

Now Streaming

Loading channel…

LIVE
// STREAM MAP (Phase 1 demo) const streamMap = { "impact": "./streams/impact/hls/index.m3u8", "cinemania": "./streams/impact/hls/index.m3u8", "mv-gaming": "./streams/impact/hls/index.m3u8", // keep rest on Impact for Phase 1 "health-tv": "./streams/impact/hls/index.m3u8", "asian-tv": "./streams/impact/hls/index.m3u8", "nollywood-cinema": "./streams/impact/hls/index.m3u8", "bollywood-tv": "./streams/impact/hls/index.m3u8", "silly-kids-tv": "./streams/impact/hls/index.m3u8", "lolz": "./streams/impact/hls/index.m3u8", "caribe-vision": "./streams/impact/hls/index.m3u8", "latin-prime": "./streams/impact/hls/index.m3u8", "rap-music-tv": "./streams/impact/hls/index.m3u8", "motorsports-prime": "./streams/impact/hls/index.m3u8", "mvsn": "./streams/impact/hls/index.m3u8", "twc": "./streams/impact/hls/index.m3u8" }; // Player (Video.js) videojs("mvPlayer", { autoplay: true, muted: true, controls: true, preload: "auto", fluid: true, liveui: true });