{"id":15253,"date":"2026-05-05T17:18:54","date_gmt":"2026-05-05T17:18:54","guid":{"rendered":"https:\/\/toroni24.tv\/?page_id=15253"},"modified":"2026-05-05T17:21:01","modified_gmt":"2026-05-05T17:21:01","slug":"live-tv","status":"publish","type":"page","link":"https:\/\/toroni24.tv\/?page_id=15253","title":{"rendered":"Live TV"},"content":{"rendered":"<p><!DOCTYPE html><br \/>\n<html lang=\"en\"><br \/>\n<head><br \/>\n<meta charset=\"UTF-8\"><br \/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><br \/>\n<title>Toroni TV Live Player<\/title><br \/>\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/hls.js@latest\"><\/script><\/p>\n<style>\n:root {\n--bg-color: #0b0f1a;\n--player-bg: #000000;\n--text-color: #6a7c93;\n--btn-bg: #001015;\n--btn-text: #66ffcc;\n--btn-border: #66ffcc;\n}<\/p>\n<p>body {\nfont-family: Arial, sans-serif;\nbackground-color: var(--bg-color);\ncolor: var(--text-color);\nmargin: 0;\ndisplay: flex;\nflex-direction: column;\njustify-content: center;\nalign-items: center;\nheight: 100vh;\noverflow: hidden;\n}<\/p>\n<p>\/* Outer bordered container - made larger to accommodate 200px space expansion *\/\n.outer-player-container {\nwidth: 95%;\nmax-width: 1400px;\nborder: 1px solid #1a1e2a;\nborder-radius: 16px;\npadding: 40px;\ndisplay: flex;\nflex-direction: column;\nalign-items: center;\nbox-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);\nbackground: #090c14;\n}<\/p>\n<p>\/* Inner Player Area *\/\n.player-section {\nwidth: 100%;\naspect-ratio: 16 \/ 9;\nbackground-color: var(--player-bg);\nborder-radius: 8px;\nposition: relative;\ndisplay: flex;\njustify-content: center;\nalign-items: center;\noverflow: hidden;\nbox-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);\n}<\/p>\n<p>#videoPlayer {\nwidth: 100%;\nheight: 100%;\nobject-fit: cover;\n}<\/p>\n<p>\/* Unmute Button - Positioned to the right as requested *\/\n#unmuteBtn {\nposition: absolute;\nbottom: 20px;\nright: 20px;\nbackground-color: var(--btn-bg);\ncolor: var(--btn-text);\nborder: 2px solid var(--btn-border);\nborder-radius: 6px;\npadding: 12px 24px;\nfont-size: 1.05rem;\nfont-weight: bold;\ncursor: pointer;\nz-index: 10;\ndisplay: flex;\nalign-items: center;\ngap: 8px;\nbox-shadow: 0 2px 10px rgba(102, 255, 204, 0.3);\ntransition: all 0.3s ease;\n}<\/p>\n<p>#unmuteBtn:hover {\nbackground-color: #002630;\ntransform: scale(1.05);\n}<\/p>\n<p>#unmuteBtn::before {\ncontent: '\ud83d\udd0a';\nfont-size: 1.2rem;\n}<\/p>\n<p>.player-footer {\nwidth: 100%;\ntext-align: center;\npadding-top: 25px;\nfont-size: 0.9rem;\n}\n<\/style>\n<p><\/head><br \/>\n<body><\/p>\n<div class=\"outer-player-container\">\n<div class=\"player-section\">\n<video id=\"videoPlayer\" playsinline muted><\/video><br \/>\n<button id=\"unmuteBtn\" onclick=\"unmuteSound()\">Unmute Sound<\/button>\n<\/div>\n<div class=\"player-footer\">\n\u00a9 2026 Toroni TV | All Rights Reserved\n<\/div>\n<\/div>\n<p><script>\nconst video = document.getElementById('videoPlayer');\nconst unmuteBtn = document.getElementById('unmuteBtn');<\/p>\n<p>const YOUR_STREAM_URL = \"https:\/\/app24.jagobd.com.bd\/c3VydmVyX8RpbEU9Mi8xNy8yMFDEEHGcfRgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcEdsEfeDeKiNkVN3PTOmdFseWRtaW51aiPhnPTI2\/toronitv.stream\/playlist.m3u8\";<\/p>\n<p>function initPlayer(streamUrl) {\nif (Hls.isSupported()) {\nconst hls = new Hls();\nhls.loadSource(streamUrl);\nhls.attachMedia(video);\nhls.on(Hls.Events.MANIFEST_PARSED, () => {\nvideo.play();\n});\n} else if (video.canPlayType('application\/vnd.apple.mpegurl')) {\nvideo.src = streamUrl;\nvideo.addEventListener('loadedmetadata', () => {\nvideo.play();\n});\n}\n}<\/p>\n<p>function unmuteSound() {\nvideo.muted = false;\nunmuteBtn.style.display = 'none';\n}<\/p>\n<p>window.onload = () => {\nif (YOUR_STREAM_URL) {\ninitPlayer(YOUR_STREAM_URL);\n}\n};<\/p>\n<p>\/\/ --- Disable Inspect Mode Scripts ---<\/p>\n<p>\/\/ Disable Right-Click Context Menu\ndocument.addEventListener('contextmenu', function (e) {\ne.preventDefault();\n});<\/p>\n<p>\/\/ Disable Keyboard Shortcuts (F12, Ctrl+Shift+I, Ctrl+Shift+J, Ctrl+U)\ndocument.addEventListener('keydown', function (e) {\nif (\ne.key === 'F12' ||\n(e.ctrlKey && e.shiftKey && (e.key === 'I' || e.key === 'i')) ||\n(e.ctrlKey && e.shiftKey && (e.key === 'J' || e.key === 'j')) ||\n(e.ctrlKey && (e.key === 'U' || e.key === 'u'))\n) {\ne.preventDefault();\n}\n});\n<\/script><\/p>\n<p><\/body><br \/>\n<\/html><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Toroni TV Live Player Unmute Sound \u00a9 2026 Toroni TV | All Rights Reserved<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-15253","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/toroni24.tv\/index.php?rest_route=\/wp\/v2\/pages\/15253","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/toroni24.tv\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/toroni24.tv\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/toroni24.tv\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/toroni24.tv\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=15253"}],"version-history":[{"count":3,"href":"https:\/\/toroni24.tv\/index.php?rest_route=\/wp\/v2\/pages\/15253\/revisions"}],"predecessor-version":[{"id":15257,"href":"https:\/\/toroni24.tv\/index.php?rest_route=\/wp\/v2\/pages\/15253\/revisions\/15257"}],"wp:attachment":[{"href":"https:\/\/toroni24.tv\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=15253"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}