{"id":4448,"date":"2024-02-01T14:06:45","date_gmt":"2024-02-01T14:06:45","guid":{"rendered":"https:\/\/novaiptv.org\/?page_id=3976"},"modified":"2025-12-08T09:29:21","modified_gmt":"2025-12-08T09:29:21","slug":"openbox-2025","status":"publish","type":"page","link":"https:\/\/novaiptv.to\/cs\/openbox-2025\/","title":{"rendered":"openbox iptv"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"4448\" class=\"elementor elementor-4448\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-389fa17 e-flex e-con-boxed e-con e-parent\" data-id=\"389fa17\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-997c74f elementor-widget elementor-widget-html\" data-id=\"997c74f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"iptv-tutorial-wrapper\">\n    <style>\n        :root {\n            --primary-color: #00b0ff;\n            --secondary-color: #3d5afe;\n            --dark-color: #333333;\n            --light-color: #F3F3F3;\n            --text-color: #333333;\n            --light-text: #F3F3F3;\n            --success-color: #00c853;\n            --warning-color: #ff9100;\n        }\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        .iptv-tutorial-wrapper {\n            background-color: var(--light-color);\n            color: var(--text-color);\n            line-height: 1.6;\n            padding: 20px 0;\n        }\n        \n        .iptv-container {\n            max-width: 1000px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .iptv-header {\n            text-align: center;\n            margin-bottom: 40px;\n            position: relative;\n            padding-top: 30px;\n        }\n        \n        .logo-container {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            margin-bottom: 20px;\n        }\n        \n        .logo {\n            width: 120px;\n            height: 120px;\n            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));\n            border-radius: 20px;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            box-shadow: 0 10px 20px rgba(0, 176, 255, 0.3);\n        }\n        \n        .logo svg {\n            width: 70px;\n            height: 70px;\n            fill: white;\n        }\n        \n        h1 {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            display: inline-block;\n        }\n        \n        .subtitle {\n            font-size: 1.2rem;\n            color: #555555;\n            margin-bottom: 20px;\n        }\n        \n        .steps-container {\n            display: flex;\n            flex-direction: column;\n            gap: 30px;\n        }\n        \n        .step {\n            background-color: white;\n            border-radius: 15px;\n            padding: 25px;\n            position: relative;\n            overflow: hidden;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n            border-left: 4px solid var(--primary-color);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        \n        .step:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);\n        }\n        \n        .step-number {\n            position: absolute;\n            top: -10px;\n            right: -10px;\n            width: 60px;\n            height: 60px;\n            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));\n            border-radius: 50%;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            font-size: 1.5rem;\n            font-weight: bold;\n            color: white;\n            box-shadow: 0 5px 10px rgba(0, 176, 255, 0.4);\n        }\n        \n        .step-title {\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            color: var(--primary-color);\n            padding-right: 50px;\n        }\n        \n        .step-content {\n            margin-left: 15px;\n        }\n        \n        .step-content p {\n            margin-bottom: 15px;\n        }\n        \n        ul, ol {\n            margin-left: 30px;\n            margin-bottom: 15px;\n        }\n        \n        li {\n            margin-bottom: 10px;\n        }\n        \n        .highlight {\n            color: var(--primary-color);\n            font-weight: 600;\n        }\n        \n        .note {\n            background-color: rgba(255, 145, 0, 0.1);\n            border-left: 3px solid var(--warning-color);\n            padding: 15px;\n            margin: 20px 0;\n            border-radius: 5px;\n        }\n        \n        .note-title {\n            color: var(--warning-color);\n            font-weight: bold;\n            margin-bottom: 5px;\n        }\n        \n        .tip {\n            background-color: rgba(0, 200, 83, 0.1);\n            border-left: 3px solid var(--success-color);\n            padding: 15px;\n            margin: 20px 0;\n            border-radius: 5px;\n        }\n        \n        .tip-title {\n            color: var(--success-color);\n            font-weight: bold;\n            margin-bottom: 5px;\n        }\n        \n        .illustration {\n            margin: 20px 0;\n            text-align: center;\n        }\n        \n        .illustration svg {\n            max-width: 100%;\n            height: auto;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);\n            background-color: #2D3748;\n        }\n        \n        .iptv-footer {\n            text-align: center;\n            margin-top: 50px;\n            padding: 20px;\n            color: #555555;\n            font-size: 0.9rem;\n        }\n        \n        @media (max-width: 768px) {\n            .iptv-container {\n                padding: 15px;\n            }\n            \n            h1 {\n                font-size: 2rem;\n            }\n            \n            .step {\n                padding: 20px;\n            }\n            \n            .step-number {\n                width: 50px;\n                height: 50px;\n                font-size: 1.2rem;\n            }\n            \n            .step-title {\n                font-size: 1.3rem;\n            }\n        }\n    <\/style>\n    <div class=\"iptv-container\">\n        <div class=\"iptv-header\">\n            <div class=\"logo-container\">\n                <div class=\"logo\">\n                    <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M21,3H3C1.89,3 1,3.89 1,5V17A2,2 0 0,0 3,19H8V21H16V19H21A2,2 0 0,0 23,17V5C23,3.89 22.1,3 21,3M21,17H3V5H21M16,11L9,15V7\" \/>\n                    <\/svg>\n                <\/div>\n            <\/div>\n            <h1>Pr\u016fvodce nastaven\u00edm OpenBox IPTV<\/h1>\n            <p class=\"subtitle\">Snadn\u00fd n\u00e1vod k nastaven\u00ed IPTV na va\u0161em p\u0159ij\u00edma\u010di OpenBox<\/p>\n        <\/div>\n        \n        <div class=\"steps-container\">\n            <!-- Step 1 -->\n            <div class=\"step\">\n                <div class=\"step-number\">1<\/div>\n                <h2 class=\"step-title\">Zkontrolujte p\u0159ipojen\u00ed k internetu<\/h2>\n                <div class=\"step-content\">\n                    <p>P\u0159ed nastaven\u00edm IPTV na va\u0161em OpenBoxu se ujist\u011bte, \u017ee je va\u0161e za\u0159\u00edzen\u00ed p\u0159ipojeno k internetu bu\u010f p\u0159es Wi-Fi, nebo ethernetov\u00fd kabel.<\/p>\n                    \n                    <div class=\"illustration\">\n                        <svg width=\"600\" height=\"250\" viewbox=\"0 0 600 250\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect width=\"600\" height=\"250\" fill=\"#1E293B\" rx=\"10\" \/>\n                            \n                            <!-- TV -->\n                            <rect x=\"300\" y=\"50\" width=\"180\" height=\"120\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <rect x=\"310\" y=\"60\" width=\"160\" height=\"100\" rx=\"2\" fill=\"#1A1A2E\" \/>\n                            \n                            <!-- OpenBox -->\n                            <rect x=\"335\" y=\"180\" width=\"110\" height=\"30\" rx=\"3\" fill=\"#4A5568\" \/>\n                            <rect x=\"345\" y=\"177\" width=\"90\" height=\"3\" fill=\"#2D3748\" \/>\n                            <circle cx=\"385\" cy=\"195\" r=\"8\" fill=\"#1A1A2E\" stroke=\"#00b0ff\" stroke-width=\"2\" \/>\n                            <circle cx=\"365\" cy=\"195\" r=\"3\" fill=\"#00c853\" \/>\n                            <circle cx=\"405\" cy=\"195\" r=\"3\" fill=\"#ff9100\" \/>\n                            \n                            <!-- Router -->\n                            <rect x=\"130\" y=\"150\" width=\"100\" height=\"25\" rx=\"3\" fill=\"#4A5568\" \/>\n                            <rect x=\"140\" y=\"175\" width=\"80\" height=\"5\" fill=\"#2D3748\" \/>\n                            <circle cx=\"150\" cy=\"158\" r=\"3\" fill=\"#00c853\" \/>\n                            <circle cx=\"170\" cy=\"158\" r=\"3\" fill=\"#00c853\" \/>\n                            <circle cx=\"190\" cy=\"158\" r=\"3\" fill=\"#00c853\" \/>\n                            <circle cx=\"210\" cy=\"158\" r=\"3\" fill=\"#ff9100\" \/>\n                            \n                            <!-- Connection Lines -->\n                            <path d=\"M230,160 L335,195\" stroke=\"#3d5afe\" stroke-width=\"3\" stroke-dasharray=\"5,5\" fill=\"none\" \/>\n                            <path d=\"M180,120 C230,80 280,80 330,120\" stroke=\"#00b0ff\" stroke-width=\"3\" stroke-dasharray=\"5,5\" fill=\"none\" \/>\n                        <\/svg>\n                    <\/div>\n                    \n                    <div class=\"tip\">\n                        <p class=\"tip-title\">Tip pro profesion\u00e1ly<\/p>\n                        <p>Pro nejlep\u0161\u00ed z\u00e1\u017eitek ze streamov\u00e1n\u00ed se doporu\u010duje kabelov\u00e9 ethernetov\u00e9 p\u0159ipojen\u00ed, proto\u017ee poskytuje stabiln\u011bj\u0161\u00ed rychlosti ve srovn\u00e1n\u00ed s Wi-Fi, zejm\u00e9na pro HD obsah.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Step 2 -->\n            <div class=\"step\">\n                <div class=\"step-number\">2<\/div>\n                <h2 class=\"step-title\">P\u0159ipravte si URL adresu M3U<\/h2>\n                <div class=\"step-content\">\n                    <p>P\u0159ed zah\u00e1jen\u00edm procesu nastaven\u00ed se ujist\u011bte, \u017ee m\u00e1te p\u0159ipravenou URL adresu M3U. Tato URL adresa by v\u00e1m m\u011bla b\u00fdt poskytnuta po p\u0159ihl\u00e1\u0161en\u00ed k odb\u011bru <a href=\"https:\/\/novaiptv.to\/cs\/pruvodce-xtream-iptv-kanada-2025\/\">Slu\u017eba IPTV<\/a>.<\/p>\n                    \n                    <div class=\"illustration\">\n                        <svg width=\"600\" height=\"250\" viewbox=\"0 0 600 250\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect width=\"600\" height=\"250\" fill=\"#1E293B\" rx=\"10\" \/>\n                            \n                            <!-- Email Interface -->\n                            <rect x=\"150\" y=\"50\" width=\"300\" height=\"150\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <rect x=\"150\" y=\"50\" width=\"300\" height=\"30\" rx=\"5\" fill=\"#1E293B\" \/>\n                            <text x=\"170\" y=\"70\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">V\u00e1\u0161 <a class=\"wpil_keyword_link\" href=\"https:\/\/novaiptv.to\/cs\/\"   title=\"P\u0159edplatn\u00e9 IPTV\" data-wpil-keyword-link=\"linked\">P\u0159edplatn\u00e9 IPTV<\/a> Podrobnosti<\/text>\n                            \n                            <!-- Email Content -->\n                            <rect x=\"160\" y=\"90\" width=\"280\" height=\"100\" rx=\"2\" fill=\"#1A1A2E\" \/>\n                            <text x=\"170\" y=\"110\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">D\u011bkujeme za va\u0161e p\u0159edplatn\u00e9!<\/text>\n                            <text x=\"170\" y=\"130\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">Va\u0161e URL adresa M3U:<\/text>\n                            <rect x=\"170\" y=\"140\" width=\"260\" height=\"25\" rx=\"3\" fill=\"#2D3748\" \/>\n                            <text x=\"180\" y=\"157\" font-family=\"Arial\" font-size=\"11\" fill=\"#00b0ff\">http:\/\/iptv.provider.com\/get.php?username=user&amp;password=pass<\/text>\n                            \n                            <!-- USB Drive -->\n                            <rect x=\"380\" y=\"170\" width=\"50\" height=\"15\" rx=\"2\" fill=\"#4A5568\" \/>\n                            <rect x=\"380\" y=\"170\" width=\"15\" height=\"15\" rx=\"2\" fill=\"#2D3748\" \/>\n                        <\/svg>\n                    <\/div>\n                    \n                    <div class=\"note\">\n                        <p class=\"note-title\">Pozn\u00e1mka<\/p>\n                        <p>Chra\u0148te svou URL adresu M3U a nesd\u00edlejte ji s ostatn\u00edmi. N\u011bkte\u0159\u00ed poskytovatel\u00e9 <a href=\"https:\/\/novaiptv.to\/cs\/nejlepsi-iptv-predplatne-pro-zive-sportovni-prenosy\/\">omezit po\u010det za\u0159\u00edzen\u00ed, kter\u00e1 mohou pou\u017e\u00edvat jedno p\u0159edplatn\u00e9<\/a> z\u00e1rove\u0148.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Step 3 -->\n            <div class=\"step\">\n                <div class=\"step-number\">3<\/div>\n                <h2 class=\"step-title\">P\u0159\u00edstup k internetov\u00e9mu prohl\u00ed\u017ee\u010di<\/h2>\n                <div class=\"step-content\">\n                    <p>Na p\u0159ij\u00edma\u010di OpenBox p\u0159ejd\u011bte do aplikace 'Internetov\u00fd prohl\u00ed\u017ee\u010d' a otev\u0159ete ji:<\/p>\n                    \n                    <ol>\n                        <li>Stiskn\u011bte tla\u010d\u00edtko <span class=\"highlight\">MENU<\/span> tla\u010d\u00edtko na d\u00e1lkov\u00e9m ovlada\u010di<\/li>\n                        <li>P\u0159ejd\u011bte do sekce Internet nebo Aplikace<\/li>\n                        <li>Vybrat <span class=\"highlight\">Internetov\u00fd prohl\u00ed\u017ee\u010d<\/span> a stiskn\u011bte OK<\/li>\n                    <\/ol>\n                    \n                    <div class=\"illustration\">\n                        <svg width=\"600\" height=\"250\" viewbox=\"0 0 600 250\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect width=\"600\" height=\"250\" fill=\"#1E293B\" rx=\"10\" \/>\n                            \n                            <!-- TV Screen -->\n                            <rect x=\"150\" y=\"40\" width=\"300\" height=\"170\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <rect x=\"160\" y=\"50\" width=\"280\" height=\"150\" rx=\"2\" fill=\"#1A1A2E\" \/>\n                            \n                            <!-- Menu Interface -->\n                            <rect x=\"200\" y=\"70\" width=\"200\" height=\"120\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <rect x=\"200\" y=\"70\" width=\"200\" height=\"30\" rx=\"5\" fill=\"#1E293B\" \/>\n                            <text x=\"275\" y=\"90\" font-family=\"Arial\" font-size=\"14\" fill=\"white\">MENU<\/text>\n                            \n                            <!-- Menu Items -->\n                            <rect x=\"210\" y=\"110\" width=\"180\" height=\"25\" rx=\"3\" fill=\"#1A1A2E\" \/>\n                            <text x=\"220\" y=\"127\" font-family=\"Arial\" font-size=\"12\" fill=\"#A0AEC0\">Nastaven\u00ed<\/text>\n                            \n                            <rect x=\"210\" y=\"140\" width=\"180\" height=\"25\" rx=\"3\" fill=\"#3d5afe\" \/>\n                            <text x=\"220\" y=\"157\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">Internetov\u00fd prohl\u00ed\u017ee\u010d<\/text>\n                            \n                            <!-- Remote Control -->\n                            <rect x=\"480\" y=\"80\" width=\"60\" height=\"120\" rx=\"30\" fill=\"#4A5568\" \/>\n                            <circle cx=\"510\" cy=\"100\" r=\"10\" fill=\"#1A1A2E\" stroke=\"#00b0ff\" stroke-width=\"2\" \/>\n                            <text x=\"507\" y=\"103\" font-family=\"Arial\" font-size=\"8\" fill=\"#00b0ff\">OK<\/text>\n                            <circle cx=\"510\" cy=\"130\" r=\"8\" fill=\"#1A1A2E\" stroke=\"#A0AEC0\" stroke-width=\"1\" \/>\n                            <text x=\"499\" y=\"133\" font-family=\"Arial\" font-size=\"7\" fill=\"#A0AEC0\">MENU<\/text>\n                            \n                            <!-- Navigation Buttons -->\n                            <polygon points=\"510,70 520,80 500,80\" fill=\"#A0AEC0\" \/>\n                            <polygon points=\"510,160 520,150 500,150\" fill=\"#A0AEC0\" \/>\n                            <polygon points=\"540,130 530,140 530,120\" fill=\"#A0AEC0\" \/>\n                            <polygon points=\"480,130 490,140 490,120\" fill=\"#A0AEC0\" \/>\n                        <\/svg>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Step 4 -->\n            <div class=\"step\">\n                <div class=\"step-number\">4<\/div>\n                <h2 class=\"step-title\">Ulo\u017ete si URL adresu M3U<\/h2>\n                <div class=\"step-content\">\n                    <p>Jakmile je internetov\u00fd prohl\u00ed\u017ee\u010d otev\u0159en\u00fd, postupujte takto:<\/p>\n                    \n                    <ol>\n                        <li>Zkop\u00edrujte a vlo\u017ete URL adresu M3U do adresn\u00edho \u0159\u00e1dku<\/li>\n                        <li>Tisk <span class=\"highlight\">Zadejte<\/span> nebo <span class=\"highlight\">OK<\/span> tla\u010d\u00edtko na d\u00e1lkov\u00e9m ovlada\u010di<\/li>\n                        <li>Po zobrazen\u00ed v\u00fdzvy vyberte <span class=\"highlight\">Ulo\u017eit jako<\/span><\/li>\n                        <li>Zm\u011b\u0148te n\u00e1zev souboru na <a href=\"https:\/\/novaiptv.to\/cs\/nejlepsi-iptv-predplatne-2025\/\">NOVA IPTV<\/a><\/span><\/li>\n                        <li>Tisk <span class=\"highlight\">OK<\/span> zachr\u00e1nit<\/li>\n                    <\/ol>\n                    \n                    <div class=\"illustration\">\n                        <svg width=\"600\" height=\"250\" viewbox=\"0 0 600 250\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect width=\"600\" height=\"250\" fill=\"#1E293B\" rx=\"10\" \/>\n                            \n                            <!-- TV Screen -->\n                            <rect x=\"150\" y=\"40\" width=\"300\" height=\"170\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <rect x=\"160\" y=\"50\" width=\"280\" height=\"150\" rx=\"2\" fill=\"#1A1A2E\" \/>\n                            \n                            <!-- Browser Interface -->\n                            <rect x=\"170\" y=\"60\" width=\"260\" height=\"30\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <rect x=\"180\" y=\"65\" width=\"240\" height=\"20\" rx=\"10\" fill=\"#1A1A2E\" \/>\n                            <text x=\"190\" y=\"80\" font-family=\"Arial\" font-size=\"10\" fill=\"#00b0ff\">http:\/\/iptv.provider.com\/get.php?username=user...<\/text>\n                            \n                            <!-- Save Dialog -->\n                            <rect x=\"190\" y=\"100\" width=\"220\" height=\"80\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <rect x=\"190\" y=\"100\" width=\"220\" height=\"25\" rx=\"5\" fill=\"#1E293B\" \/>\n                            <text x=\"270\" y=\"117\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">Ulo\u017eit soubor<\/text>\n                            \n                            <text x=\"200\" y=\"140\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">N\u00e1zev souboru:<\/text>\n                            <rect x=\"200\" y=\"145\" width=\"200\" height=\"20\" rx=\"3\" fill=\"#1A1A2E\" \/>\n                            <text x=\"210\" y=\"160\" font-family=\"Arial\" font-size=\"12\" fill=\"#00b0ff\"><a href=\"https:\/\/novaiptv.to\/cs\/nova-iptv\/\">NOVA IPTV<\/a><\/text>\n                            \n                            <!-- Save Button -->\n                            <rect x=\"330\" y=\"175\" width=\"60\" height=\"25\" rx=\"3\" fill=\"#00c853\" \/>\n                            <text x=\"344\" y=\"192\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">Ulo\u017eit<\/text>\n                            <!-- Cancel Button -->\n                            <rect x=\"260\" y=\"175\" width=\"60\" height=\"25\" rx=\"3\" fill=\"#4A5568\" \/>\n                            <text x=\"268\" y=\"192\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">Zru\u0161it<\/text>\n                        <\/svg>\n                    <\/div>\n                    \n                    <div class=\"tip\">\n                        <p class=\"tip-title\">Tip pro profesion\u00e1ly<\/p>\n                        <p>Pokud m\u00e1te pot\u00ed\u017ee s pou\u017e\u00edv\u00e1n\u00edm kl\u00e1vesnice na obrazovce, zva\u017ete p\u0159ipojen\u00ed USB kl\u00e1vesnice k OpenBoxu pro snaz\u0161\u00ed zad\u00e1v\u00e1n\u00ed textu.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Step 5 -->\n            <div class=\"step\">\n                <div class=\"step-number\">5<\/div>\n                <h2 class=\"step-title\">P\u0159enos na USB disk<\/h2>\n                <div class=\"step-content\">\n                    <p>Po ulo\u017een\u00ed souboru do po\u010d\u00edta\u010de jej mus\u00edte p\u0159en\u00e9st na USB disk:<\/p>\n                    \n                    <ol>\n                        <li>Vlo\u017ete USB disk do po\u010d\u00edta\u010de<\/li>\n                        <li>Vyhledejte ulo\u017een\u00e9 <a href=\"https:\/\/novaiptv.to\/cs\/podminky\/\">\"NOVA IPTV\"<\/a> soubor<\/li>\n                        <li>Zkop\u00edrujte soubor na USB disk<\/li>\n                        <li>Bezpe\u010dn\u011b vyjm\u011bte USB disk z po\u010d\u00edta\u010de<\/li>\n                        <li>Vlo\u017ete USB disk do USB portu na zadn\u00ed stran\u011b va\u0161eho OpenBoxu.<\/li>\n                    <\/ol>\n                    \n                    <div class=\"illustration\">\n                        <svg width=\"600\" height=\"250\" viewbox=\"0 0 600 250\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect width=\"600\" height=\"250\" fill=\"#1E293B\" rx=\"10\" \/>\n                            \n                            <!-- Computer -->\n                            <rect x=\"150\" y=\"50\" width=\"120\" height=\"100\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <rect x=\"160\" y=\"60\" width=\"100\" height=\"70\" rx=\"2\" fill=\"#1A1A2E\" \/>\n                            <rect x=\"185\" y=\"150\" width=\"50\" height=\"10\" fill=\"#4A5568\" \/>\n                            <rect x=\"195\" y=\"130\" width=\"30\" height=\"20\" fill=\"#4A5568\" \/>\n                            \n                            <!-- USB Drive -->\n                            <rect x=\"300\" y=\"120\" width=\"50\" height=\"20\" rx=\"2\" fill=\"#3d5afe\" \/>\n                            <rect x=\"300\" y=\"120\" width=\"15\" height=\"20\" rx=\"2\" fill=\"#2D3748\" \/>\n                            \n                            <!-- Arrow -->\n                            <path d=\"M230,120 L290,120\" stroke=\"#00c853\" stroke-width=\"2\" fill=\"none\" \/>\n                            <polygon points=\"290,120 280,115 280,125\" fill=\"#00c853\" \/>\n                            \n                            <!-- OpenBox -->\n                            <rect x=\"380\" y=\"100\" width=\"100\" height=\"30\" rx=\"3\" fill=\"#4A5568\" \/>\n                            <rect x=\"395\" y=\"97\" width=\"70\" height=\"3\" fill=\"#2D3748\" \/>\n                            <circle cx=\"410\" cy=\"115\" r=\"5\" fill=\"#00c853\" \/>\n                            <circle cx=\"430\" cy=\"115\" r=\"5\" fill=\"#1A1A2E\" stroke=\"#00b0ff\" stroke-width=\"1\" \/>\n                            <rect x=\"445\" y=\"110\" width=\"10\" height=\"10\" fill=\"#1A1A2E\" \/>\n                            <rect x=\"460\" y=\"110\" width=\"10\" height=\"10\" fill=\"#1A1A2E\" \/>\n                            \n                            <!-- File -->\n                            <rect x=\"200\" y=\"75\" width=\"30\" height=\"35\" fill=\"#00b0ff\" \/>\n                            <polygon points=\"200,75 230,75 230,110 200,110\" fill=\"#00b0ff\" \/>\n                            <polygon points=\"200,75 215,90 230,75\" fill=\"#3d5afe\" \/>\n                            <text x=\"205\" y=\"100\" font-family=\"Arial\" font-size=\"6\" fill=\"white\">NOVA<\/text>\n                            <text x=\"205\" y=\"107\" font-family=\"Arial\" font-size=\"6\" fill=\"white\">IPTV<\/text>\n                            \n                            <!-- USB Copy -->\n                            <rect x=\"310\" y=\"105\" width=\"30\" height=\"15\" fill=\"#00b0ff\" \/>\n                            <polygon points=\"310,105 340,105 340,120 310,120\" fill=\"#00b0ff\" \/>\n                            <polygon points=\"310,105 325,115 340,105\" fill=\"#3d5afe\" \/>\n                            \n                            <!-- Arrow to OpenBox -->\n                            <path d=\"M350,120 L370,115\" stroke=\"#00c853\" stroke-width=\"2\" fill=\"none\" \/>\n                            <polygon points=\"370,115 360,113 362,123\" fill=\"#00c853\" \/>\n                        <\/svg>\n                    <\/div>\n                    \n                    <div class=\"note\">\n                        <p class=\"note-title\">Pozn\u00e1mka<\/p>\n                        <p>Pro nejlep\u0161\u00ed kompatibilitu se za\u0159\u00edzen\u00edmi OpenBox se ujist\u011bte, \u017ee je USB disk naform\u00e1tov\u00e1n jako FAT32.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Step 6 -->\n            <div class=\"step\">\n                <div class=\"step-number\">6<\/div>\n                <h2 class=\"step-title\">Na\u010dt\u011bte soubor M3U na OpenBox<\/h2>\n                <div class=\"step-content\">\n                    <p>Nyn\u00ed, kdy\u017e je v\u00e1\u0161 USB disk p\u0159ipojen k OpenBoxu, postupujte na va\u0161em za\u0159\u00edzen\u00ed OpenBox takto:<\/p>\n                    \n                    <ol>\n                        <li>Stiskn\u011bte tla\u010d\u00edtko <span class=\"highlight\">MENU<\/span> tla\u010d\u00edtko na d\u00e1lkov\u00e9m ovlada\u010di<\/li>\n                        <li>P\u0159ej\u00edt na <span class=\"highlight\">M\u00edstn\u00ed s\u00ed\u0165ov\u00e1 nastaven\u00ed<\/span><\/li>\n                        <li>Vybrat <span class=\"highlight\">S\u00ed\u0165ov\u00e1 aplikace<\/span><\/li>\n                        <li>Vybrat <span class=\"highlight\">NOVAIPTV<\/span><\/li>\n                        <li>Stiskn\u011bte tla\u010d\u00edtko <span class=\"highlight\">\u017dlut\u00e9 tla\u010d\u00edtko<\/span> na d\u00e1lkov\u00e9m ovlada\u010di pro \u010dten\u00ed z USB<\/li>\n                        <li>Po\u010dkejte na zobrazen\u00ed zpr\u00e1vy \"\u00dasp\u011bch\"<\/li>\n                    <\/ol>\n                    \n                    <div class=\"illustration\">\n                        <svg width=\"600\" height=\"250\" viewbox=\"0 0 600 250\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect width=\"600\" height=\"250\" fill=\"#1E293B\" rx=\"10\" \/>\n                            \n                            <!-- TV Screen -->\n                            <rect x=\"150\" y=\"40\" width=\"300\" height=\"170\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <rect x=\"160\" y=\"50\" width=\"280\" height=\"150\" rx=\"2\" fill=\"#1A1A2E\" \/>\n                            \n                            <!-- Menu Interface -->\n                            <rect x=\"180\" y=\"70\" width=\"240\" height=\"120\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <rect x=\"180\" y=\"70\" width=\"240\" height=\"30\" rx=\"5\" fill=\"#1E293B\" \/>\n                            <text x=\"260\" y=\"90\" font-family=\"Arial\" font-size=\"14\" fill=\"white\">S\u00ed\u0165ov\u00e1 aplikace<\/text>\n                            \n                            <!-- Menu Items -->\n                            <rect x=\"190\" y=\"110\" width=\"220\" height=\"25\" rx=\"3\" fill=\"#1A1A2E\" \/>\n                            <text x=\"200\" y=\"127\" font-family=\"Arial\" font-size=\"12\" fill=\"#A0AEC0\">Online televize<\/text>\n                            \n                            <rect x=\"190\" y=\"140\" width=\"220\" height=\"25\" rx=\"3\" fill=\"#3d5afe\" \/>\n                            <text x=\"200\" y=\"157\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">NOVAIPTV<\/text>\n                            \n                            <!-- Success Message -->\n                            <rect x=\"230\" y=\"175\" width=\"140\" height=\"40\" rx=\"5\" fill=\"rgba(0, 200, 83, 0.8)\" \/>\n                            <text x=\"260\" y=\"200\" font-family=\"Arial\" font-size=\"14\" font-weight=\"bold\" fill=\"white\">\u00dasp\u011bch!<\/text>\n                            \n                            <!-- Remote Control -->\n                            <rect x=\"480\" y=\"80\" width=\"60\" height=\"130\" rx=\"30\" fill=\"#4A5568\" \/>\n                            <circle cx=\"510\" cy=\"100\" r=\"10\" fill=\"#1A1A2E\" stroke=\"#00b0ff\" stroke-width=\"2\" \/>\n                            <text x=\"507\" y=\"103\" font-family=\"Arial\" font-size=\"8\" fill=\"#00b0ff\">OK<\/text>\n                            <circle cx=\"510\" cy=\"130\" r=\"8\" fill=\"#1A1A2E\" stroke=\"#A0AEC0\" stroke-width=\"1\" \/>\n                            <text x=\"499\" y=\"133\" font-family=\"Arial\" font-size=\"7\" fill=\"#A0AEC0\">MENU<\/text>\n                            <circle cx=\"510\" cy=\"160\" r=\"8\" fill=\"#FFD700\" stroke=\"#A0AEC0\" stroke-width=\"1\" \/>\n                        <\/svg>\n                    <\/div>\n                    \n                <\/div>\n            <\/div>\n            \n            <!-- Step 7 -->\n            <div class=\"step\">\n                <div class=\"step-number\">7<\/div>\n                <h2 class=\"step-title\">Za\u010dn\u011bte sledovat IPTV<\/h2>\n                <div class=\"step-content\">\n                    <p>Po \u00fasp\u011b\u0161n\u00e9m na\u010dten\u00ed souboru M3U m\u016f\u017eete za\u010d\u00edt sledovat <a href=\"https:\/\/novaiptv.to\/cs\/kanaly\/\">IPTV kan\u00e1ly:<\/a><\/p>\n                    \n                    <ol>\n                        <li>Seznam kan\u00e1l\u016f by se m\u011bl automaticky na\u010d\u00edst po zobrazen\u00ed zpr\u00e1vy \"\u00dasp\u011bch\".<\/li>\n                        <li>Pro proch\u00e1zen\u00ed kan\u00e1l\u016f pou\u017eijte naviga\u010dn\u00ed tla\u010d\u00edtka na d\u00e1lkov\u00e9m ovlada\u010di<\/li>\n                        <li>Tisk <span class=\"highlight\">OK<\/span> sledovat vybran\u00fd kan\u00e1l<\/li>\n                    <\/ol>\n                    \n                    <div class=\"illustration\">\n                        <svg width=\"600\" height=\"250\" viewbox=\"0 0 600 250\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect width=\"600\" height=\"250\" fill=\"#1E293B\" rx=\"10\" \/>\n                            \n                            <!-- TV Screen -->\n                            <rect x=\"100\" y=\"30\" width=\"400\" height=\"220\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <rect x=\"110\" y=\"40\" width=\"380\" height=\"200\" rx=\"2\" fill=\"#1A1A2E\" \/>\n                            \n                            <!-- Channel Interface -->\n                            <rect x=\"120\" y=\"50\" width=\"130\" height=\"180\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <text x=\"140\" y=\"75\" font-family=\"Arial\" font-size=\"14\" fill=\"white\">Seznam kan\u00e1l\u016f<\/text>\n                            \n                            <!-- Channel Entries -->\n                            \n                            <rect x=\"130\" y=\"90\" width=\"110\" height=\"25\" rx=\"3\" fill=\"#3d5afe\" \/>\n                            <text x=\"145\" y=\"107\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">Sportovn\u00ed HD<\/text>\n                            \n                            <rect x=\"130\" y=\"120\" width=\"110\" height=\"25\" rx=\"3\" fill=\"#1A1A2E\" \/>\n                            <text x=\"145\" y=\"137\" font-family=\"Arial\" font-size=\"12\" fill=\"#A0AEC0\">Filmy<\/text>\n                            \n                            <rect x=\"130\" y=\"150\" width=\"110\" height=\"25\" rx=\"3\" fill=\"#1A1A2E\" \/>\n                            <text x=\"145\" y=\"167\" font-family=\"Arial\" font-size=\"12\" fill=\"#A0AEC0\">Zpr\u00e1vy<\/text>\n                            \n                            <rect x=\"130\" y=\"180\" width=\"110\" height=\"25\" rx=\"3\" fill=\"#1A1A2E\" \/>\n                            <text x=\"145\" y=\"197\" font-family=\"Arial\" font-size=\"12\" fill=\"#A0AEC0\">D\u011bti<\/text>\n                            \n                            <!-- Video Player Area -->\n                            <rect x=\"260\" y=\"50\" width=\"220\" height=\"180\" rx=\"5\" fill=\"#000\" \/>\n                            \n                            <!-- Video Content (Stylized) -->\n                            <rect x=\"260\" y=\"50\" width=\"220\" height=\"180\" rx=\"5\" fill=\"#000\" \/>\n                            <circle cx=\"370\" cy=\"140\" r=\"40\" fill=\"#00b0ff\" opacity=\"0.7\" \/>\n                            <path d=\"M355,125 L395,140 L355,155 Z\" fill=\"white\" \/>\n                            \n                            <!-- Channel Info Banner -->\n                            <rect x=\"260\" y=\"50\" width=\"220\" height=\"30\" rx=\"5\" fill=\"rgba(0,0,0,0.7)\" \/>\n                            <text x=\"275\" y=\"70\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">Sports HD - \u017div\u00fd z\u00e1pas<\/text>\n                        <\/svg>\n                    <\/div>\n                    \n                    <div class=\"tip\">\n                        <p class=\"tip-title\">Tip pro profesion\u00e1ly<\/p>\n                        <p>Barevn\u00e1 tla\u010d\u00edtka na d\u00e1lkov\u00e9m ovlada\u010di m\u016f\u017eete pou\u017e\u00edt k p\u0159\u00edstupu k dal\u0161\u00edm funkc\u00edm. Nap\u0159\u00edklad \u010derven\u00e9 tla\u010d\u00edtko \u010dasto umo\u017e\u0148uje p\u0159\u00edstup k elektronick\u00e9mu programov\u00e9mu pr\u016fvodci (EPG).<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Step 8 -->\n            <div class=\"step\">\n                <div class=\"step-number\">8<\/div>\n                <h2 class=\"step-title\">Odstra\u0148ov\u00e1n\u00ed probl\u00e9m\u016f<\/h2>\n                <div class=\"step-content\">\n                    <p>Pokud se p\u0159i sledov\u00e1n\u00ed setk\u00e1te s jak\u00fdmikoli probl\u00e9my <a href=\"https:\/\/novaiptv.to\/cs\/koupit-iptv-predplatne-2025\/\">IPTV kan\u00e1ly<\/a>, vyzkou\u0161ejte tyto kroky pro \u0159e\u0161en\u00ed probl\u00e9m\u016f:<\/p>\n                    \n                    <ol>\n                        <li><span class=\"highlight\">Restartujte OpenBox:<\/span> Vypn\u011bte OpenBox, po\u010dkejte 30 sekund a pot\u00e9 jej znovu zapn\u011bte.<\/li>\n                        <li><span class=\"highlight\">Restartujte Wi-Fi router:<\/span> Odpojte router, po\u010dkejte 30 sekund a pot\u00e9 jej znovu zapojte.<\/li>\n                        <li><span class=\"highlight\">Zkontrolujte si p\u0159ipojen\u00ed k internetu:<\/span> Ujist\u011bte se, \u017ee v\u00e1\u0161 OpenBox m\u00e1 stabiln\u00ed p\u0159ipojen\u00ed k internetu.<\/li>\n                        <li><span class=\"highlight\">Ov\u011b\u0159te sv\u016fj soubor M3U:<\/span> Ujist\u011bte se, \u017ee soubor M3U na va\u0161em USB disku je spr\u00e1vn\u011b pojmenovan\u00fd a naform\u00e1tovan\u00fd.<\/li>\n                    <\/ol>\n                    \n                    <div class=\"illustration\">\n                        <svg width=\"600\" height=\"250\" viewbox=\"0 0 600 250\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect width=\"600\" height=\"250\" fill=\"#1E293B\" rx=\"10\" \/>\n                            \n                            <!-- 4 Panels for Troubleshooting -->\n                            <!-- Restart OpenBox -->\n                            <rect x=\"140\" y=\"50\" width=\"150\" height=\"90\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <text x=\"160\" y=\"70\" font-family=\"Arial\" font-size=\"10\" fill=\"white\">Restartujte OpenBox<\/text>\n                            <rect x=\"170\" y=\"80\" width=\"90\" height=\"25\" rx=\"3\" fill=\"#4A5568\" \/>\n                            <rect x=\"185\" y=\"77\" width=\"60\" height=\"3\" fill=\"#2D3748\" \/>\n                            <text x=\"195\" y=\"97\" font-family=\"Arial\" font-size=\"10\" fill=\"#00b0ff\">VYPNUTO<\/text>\n                            <text x=\"230\" y=\"97\" font-family=\"Arial\" font-size=\"10\" fill=\"#00b0ff\">NA<\/text>\n                            \n                            <!-- Restart Router -->\n                            <rect x=\"310\" y=\"50\" width=\"150\" height=\"90\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <text x=\"330\" y=\"70\" font-family=\"Arial\" font-size=\"10\" fill=\"white\">Restartujte router<\/text>\n                            <rect x=\"330\" y=\"80\" width=\"110\" height=\"30\" rx=\"3\" fill=\"#4A5568\" \/>\n                            <circle cx=\"350\" cy=\"88\" r=\"3\" fill=\"#00c853\" \/>\n                            <circle cx=\"370\" cy=\"88\" r=\"3\" fill=\"#00c853\" \/>\n                            <circle cx=\"390\" cy=\"88\" r=\"3\" fill=\"#ff9100\" \/>\n                            \n                            <!-- Check Internet -->\n                            <rect x=\"140\" y=\"150\" width=\"150\" height=\"90\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <text x=\"150\" y=\"170\" font-family=\"Arial\" font-size=\"10\" fill=\"white\">Zkontrolujte p\u0159ipojen\u00ed k internetu<\/text>\n                            <path d=\"M215,190 C241,190 262,211 262,237\" stroke=\"#00b0ff\" stroke-width=\"3\" fill=\"none\" \/>\n                            <path d=\"M215,210 C230,210 242,222 242,237\" stroke=\"#00b0ff\" stroke-width=\"3\" fill=\"none\" \/>\n                            <path d=\"M215,230 C219,230 222,233 222,237\" stroke=\"#00b0ff\" stroke-width=\"3\" fill=\"none\" \/>\n                            \n                            <!-- Verify M3U File -->\n                            <rect x=\"310\" y=\"150\" width=\"150\" height=\"90\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <text x=\"330\" y=\"170\" font-family=\"Arial\" font-size=\"10\" fill=\"white\">Ov\u011b\u0159en\u00ed souboru M3U<\/text>\n                            <!-- USB Drive with File -->\n                            <rect x=\"350\" y=\"180\" width=\"70\" height=\"25\" rx=\"2\" fill=\"#3d5afe\" \/>\n                            <rect x=\"350\" y=\"180\" width=\"20\" height=\"25\" rx=\"2\" fill=\"#2D3748\" \/>\n                            <text x=\"355\" y=\"210\" font-family=\"Arial\" font-size=\"9\" fill=\"white\"><a href=\"https:\/\/novaiptv.to\/cs\/nova-iptv\/\">NOVA IPTV<\/a><\/text>\n                        <\/svg>\n                    <\/div>\n                    \n                    <div class=\"note\">\n                        <p class=\"note-title\">D\u016fle\u017eit\u00e9<\/p>\n                        <p>Pokud probl\u00e9my p\u0159etrv\u00e1vaj\u00ed, zkontrolujte, zda v\u00e1\u0161 <a class=\"wpil_keyword_link\" href=\"https:\/\/novaiptv.to\/cs\/porovnani-cen-iptv-a-kabelove-televize-v-roce-2025\/\"   title=\"P\u0159edplatn\u00e9 IPTV vs. kabelov\u00e1 televize: Porovn\u00e1n\u00ed cen 2025 \u2013 U\u0161et\u0159ete v\u00edce\" data-wpil-keyword-link=\"linked\"  data-wpil-monitor-id=\"10\">P\u0159edplatn\u00e9 IPTV<\/a> je aktivn\u00ed a platn\u00fd. Kontaktujte sv\u00e9ho <a href=\"https:\/\/novaiptv.to\/cs\/nejlepsi-iptv-sluzby-ve-spojenem-kralovstvi-v-roce-2025\/\">Slu\u017eba IPTV<\/a> poskytovatele o pomoc v p\u0159\u00edpad\u011b pot\u0159eby.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Conclusion -->\n            <div class=\"step\">\n                <div class=\"step-number\">\u2713<\/div>\n                <h2 class=\"step-title\">P\u0159ipraveni si u\u017e\u00edvat IPTV<\/h2>\n                <div class=\"step-content\">\n                    <p>Gratulujeme! \u00dasp\u011b\u0161n\u011b jste nastavili IPTV na sv\u00e9m p\u0159ij\u00edma\u010di OpenBox. Nyn\u00ed si m\u016f\u017eete u\u017e\u00edvat tis\u00edce \u017eiv\u00fdch kan\u00e1l\u016f, film\u016f, seri\u00e1l\u016f a dal\u0161\u00edch.<\/p>\n                    \n                    <p>Remember that your channel list will automatically <a href=\"https:\/\/novaiptv.to\/cs\/nova-iptv-faq\/\" title=\"NOVA IPTV \u2013 Ofici\u00e1ln\u00ed FAQ (aktualizace 2026)\"  data-wpil-monitor-id=\"88\">update whenever your IPTV<\/a> provider makes changes to their channel lineup. If you ever need to update your subscription manually, simply follow the steps in this guide again with your new M3U URL.<\/p>\n                    \n                    <div class=\"tip\">\n                        <p class=\"tip-title\">Tip pro profesion\u00e1ly<\/p>\n                        <p>Prozkoumejte funkce d\u00e1lkov\u00e9ho ovlada\u010de OpenBox a objevte dal\u0161\u00ed funkce, jako jsou obl\u00edben\u00e9 po\u0159ady, EPG (elektronick\u00fd programov\u00fd pr\u016fvodce) a mo\u017enosti nahr\u00e1v\u00e1n\u00ed, kter\u00e9 vylep\u0161\u00ed v\u00e1\u0161 z\u00e1\u017eitek ze sledov\u00e1n\u00ed.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <div class=\"iptv-footer\">\n            <p>\u00a9 2025 <a href=\"https:\/\/novaiptv.to\/cs\/je-iptv-v-kanade-legalni\/\">Pr\u016fvodce nastaven\u00edm IPTV<\/a> | Pouze pro vzd\u011bl\u00e1vac\u00ed \u00fa\u010dely<\/p>\n            <p>Jste p\u0159ipraveni vylep\u0161it sv\u016fj z\u00e1bavn\u00ed z\u00e1\u017eitek? Objednejte si na\u0161i \u0161pi\u010dkovou <a href=\"https:\/\/novaiptv.to\/cs\/android-tv-2025\/\">Slu\u017eby IPTV nyn\u00ed a odemkn\u011bte sv\u011bt \u017eiv\u00e9ho<\/a> kan\u00e1ly, VOD, seri\u00e1ly a filmy! S NovaIPTV, <a href=\"https:\/\/novaiptv.to\/cs\/embarking-on-the-iptv-odyssey\/\">bezprobl\u00e9mov\u00e9 streamov\u00e1n\u00ed<\/a> a \u010dek\u00e1 v\u00e1s nekone\u010dn\u00e1 z\u00e1bava. P\u0159ipojte se k budoucnosti televize je\u0161t\u011b dnes!<\/p>\n        <\/div>\n    <\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>OpenBox IPTV Setup Guide Easy instructions to set up IPTV on your OpenBox receiver 1 Check Your Internet Connection Before setting up IPTV on your OpenBox, make sure your device is connected to the internet either through Wi-Fi or an&#8230;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-4448","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/novaiptv.to\/cs\/wp-json\/wp\/v2\/pages\/4448","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/novaiptv.to\/cs\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/novaiptv.to\/cs\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/novaiptv.to\/cs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/novaiptv.to\/cs\/wp-json\/wp\/v2\/comments?post=4448"}],"version-history":[{"count":1,"href":"https:\/\/novaiptv.to\/cs\/wp-json\/wp\/v2\/pages\/4448\/revisions"}],"predecessor-version":[{"id":10007,"href":"https:\/\/novaiptv.to\/cs\/wp-json\/wp\/v2\/pages\/4448\/revisions\/10007"}],"wp:attachment":[{"href":"https:\/\/novaiptv.to\/cs\/wp-json\/wp\/v2\/media?parent=4448"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}