{"id":6479,"date":"2021-11-25T17:16:29","date_gmt":"2021-11-25T09:16:29","guid":{"rendered":"https:\/\/muntada.com.my\/?page_id=6479"},"modified":"2025-11-25T10:20:54","modified_gmt":"2025-11-25T02:20:54","slug":"streamyard-authorised-partner","status":"publish","type":"page","link":"https:\/\/muntada.com.my\/mgwp\/streamyard-authorised-partner\/","title":{"rendered":"StreamYard Authorised Partner"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"6479\" class=\"elementor elementor-6479\" data-elementor-post-type=\"page\">\n\t\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-beb052b e-con-full e-flex e-con e-parent\" data-id=\"beb052b\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-132b56b elementor-widget elementor-widget-html\" data-id=\"132b56b\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>StreamYard Business Solutions<\/title>\n    <style>\n        \/* Scope all styles to the streamyard-container *\/\n        .streamyard-container * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .streamyard-container {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Inter', sans-serif;\n            line-height: 1.6;\n            color: #333;\n            width: 100%;\n            overflow: hidden;\n        }\n\n        \/* Hero Section *\/\n        .streamyard-container .hero-section {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            padding: 80px 40px;\n            position: relative;\n            overflow: hidden;\n            border-radius: 20px;\n            margin-bottom: 40px;\n        }\n\n        .streamyard-container .hero-section::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: url('data:image\/svg+xml,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1000 1000\"><defs><radialGradient id=\"a\" cx=\"50%\" cy=\"50%\"><stop offset=\"0%\" stop-color=\"white\" stop-opacity=\"0.1\"\/><stop offset=\"100%\" stop-color=\"white\" stop-opacity=\"0\"\/><\/radialGradient><\/defs><circle cx=\"200\" cy=\"200\" r=\"100\" fill=\"url(%23a)\"\/><circle cx=\"800\" cy=\"300\" r=\"150\" fill=\"url(%23a)\"\/><circle cx=\"300\" cy=\"700\" r=\"120\" fill=\"url(%23a)\"\/><\/svg>') no-repeat center;\n            background-size: cover;\n            opacity: 0.1;\n        }\n\n        .streamyard-container .hero-content-wrapper {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 60px;\n            align-items: center;\n            position: relative;\n            z-index: 1;\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n\n        .streamyard-container .hero-content {\n            color: white;\n        }\n\n        .streamyard-container .partner-badge {\n            background: rgba(255, 255, 255, 0.15);\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(255, 255, 255, 0.2);\n            border-radius: 50px;\n            padding: 12px 24px;\n            display: inline-flex;\n            align-items: center;\n            gap: 10px;\n            margin-bottom: 30px;\n            font-size: 14px;\n            font-weight: 500;\n        }\n\n        .streamyard-container .hero-title {\n            font-size: clamp(28px, 5vw, 48px);\n            font-weight: 800;\n            line-height: 1.1;\n            margin-bottom: 20px;\n            background: linear-gradient(45deg, #ffffff, #e3f2fd);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n\n        .streamyard-container .hero-subtitle {\n            font-size: 18px;\n            margin-bottom: 30px;\n            opacity: 0.9;\n            line-height: 1.5;\n        }\n\n        .streamyard-container .hero-logo {\n            text-align: center;\n            animation: float 6s ease-in-out infinite;\n        }\n\n        .streamyard-container .hero-logo img {\n            max-width: 250px;\n            width: 100%;\n            height: auto;\n            filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.2));\n        }\n\n        @keyframes float {\n            0%, 100% { transform: translateY(0px); }\n            50% { transform: translateY(-20px); }\n        }\n\n        \/* Business Features Section *\/\n        .streamyard-container .business-section {\n            padding: 60px 40px;\n            background: linear-gradient(180deg, #f8fafc 0%, #e2e8f0 100%);\n            border-radius: 20px;\n            margin-bottom: 40px;\n        }\n\n        .streamyard-container .section-title {\n            text-align: center;\n            font-size: clamp(28px, 4vw, 36px);\n            font-weight: 700;\n            color: #1a202c;\n            margin-bottom: 20px;\n        }\n\n        .streamyard-container .section-subtitle {\n            text-align: center;\n            font-size: 18px;\n            color: #718096;\n            margin-bottom: 50px;\n            max-width: 600px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .streamyard-container .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 30px;\n            margin-bottom: 50px;\n        }\n\n        .streamyard-container .benefit-card {\n            background: white;\n            padding: 30px 25px;\n            border-radius: 16px;\n            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);\n            transition: all 0.3s ease;\n            border: 1px solid rgba(0, 0, 0, 0.05);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .streamyard-container .benefit-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 4px;\n            background: linear-gradient(90deg, #667eea, #764ba2);\n            transform: scaleX(0);\n            transition: transform 0.3s ease;\n        }\n\n        .streamyard-container .benefit-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);\n        }\n\n        .streamyard-container .benefit-card:hover::before {\n            transform: scaleX(1);\n        }\n\n        .streamyard-container .benefit-icon {\n            width: 50px;\n            height: 50px;\n            background: linear-gradient(135deg, #667eea, #764ba2);\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 20px;\n            font-size: 20px;\n            color: white;\n        }\n\n        .streamyard-container .benefit-title {\n            font-size: 20px;\n            font-weight: 600;\n            color: #1a202c;\n            margin-bottom: 15px;\n        }\n\n        .streamyard-container .benefit-description {\n            color: #718096;\n            line-height: 1.6;\n            font-size: 14px;\n        }\n\n        \/* Demo Section *\/\n        .streamyard-container .demo-section {\n            text-align: center;\n            margin: 40px 0;\n            padding: 0 20px;\n        }\n\n        .streamyard-container .demo-image {\n            max-width: 100%;\n            border-radius: 16px;\n            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);\n            transition: transform 0.3s ease;\n        }\n\n        .streamyard-container .demo-image:hover {\n            transform: scale(1.02);\n        }\n\n        \/* Pricing Section *\/\n        .streamyard-container .pricing-section {\n            padding: 60px 40px;\n            background: white;\n            border-radius: 20px;\n            margin-bottom: 40px;\n            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);\n        }\n\n        .streamyard-container .pricing-header {\n            text-align: center;\n            margin-bottom: 40px;\n        }\n\n        .streamyard-container .pricing-title {\n            font-size: clamp(24px, 4vw, 32px);\n            font-weight: 700;\n            color: #1a202c;\n            margin-bottom: 15px;\n        }\n\n        .streamyard-container .pricing-subtitle {\n            font-size: 16px;\n            color: #e53e3e;\n            font-weight: 600;\n            background: linear-gradient(45deg, #e53e3e, #f56565);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n\n        \/* Pricing Tables Styles *\/\n        .streamyard-container .pricing-tables-wrapper {\n            max-width: 1400px;\n            margin: 0 auto;\n        }\n\n        .streamyard-container .pricing-category {\n            margin-bottom: 40px;\n        }\n\n        .streamyard-container .category-tabs {\n            display: flex;\n            justify-content: center;\n            gap: 0;\n            margin-bottom: 40px;\n            border-radius: 12px;\n            overflow: hidden;\n            width: fit-content;\n            margin-left: auto;\n            margin-right: auto;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n        }\n\n        .streamyard-container .tab-button {\n            padding: 12px 32px;\n            font-size: 16px;\n            font-weight: 600;\n            border: none;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            background: #f7fafc;\n            color: #2d3748;\n        }\n\n        .streamyard-container .tab-button.active {\n            background: #667eea;\n            color: white;\n        }\n\n        .streamyard-container .plans-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n            gap: 30px;\n            margin-top: 30px;\n        }\n\n        .streamyard-container .plan-card {\n            background: white;\n            border-radius: 20px;\n            padding: 35px;\n            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);\n            transition: all 0.3s ease;\n            border: 2px solid #e2e8f0;\n            position: relative;\n            display: flex;\n            flex-direction: column;\n        }\n\n        .streamyard-container .plan-card.featured {\n            border-color: #667eea;\n            box-shadow: 0 12px 40px rgba(102, 126, 234, 0.2);\n        }\n\n        .streamyard-container .plan-card.dark {\n            background: #2d3748;\n            color: white;\n            border-color: #4a5568;\n        }\n\n        .streamyard-container .plan-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);\n        }\n\n        .streamyard-container .popular-badge {\n            position: absolute;\n            top: -12px;\n            left: 50%;\n            transform: translateX(-50%);\n            background: linear-gradient(135deg, #667eea, #764ba2);\n            color: white;\n            padding: 6px 20px;\n            border-radius: 20px;\n            font-size: 12px;\n            font-weight: 700;\n            letter-spacing: 0.5px;\n            box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);\n        }\n\n        .streamyard-container .plan-badge {\n            display: inline-block;\n            background: #e6f2ff;\n            color: #667eea;\n            padding: 6px 14px;\n            border-radius: 20px;\n            font-size: 13px;\n            font-weight: 600;\n            margin-bottom: 20px;\n            width: fit-content;\n        }\n\n        .streamyard-container .plan-badge.blue {\n            background: #667eea;\n            color: white;\n        }\n\n        .streamyard-container .plan-badge.dark {\n            background: #4a5568;\n            color: white;\n        }\n\n        .streamyard-container .plan-header {\n            margin-bottom: 25px;\n        }\n\n        .streamyard-container .plan-name {\n            font-size: 32px;\n            font-weight: 800;\n            color: #1a202c;\n            margin-bottom: 12px;\n        }\n\n        .streamyard-container .plan-card.dark .plan-name {\n            color: white;\n        }\n\n        .streamyard-container .plan-description {\n            font-size: 15px;\n            color: #718096;\n            line-height: 1.6;\n        }\n\n        .streamyard-container .plan-card.dark .plan-description {\n            color: #cbd5e0;\n        }\n\n        .streamyard-container .plan-cta-button {\n            display: block;\n            width: 100%;\n            padding: 16px 32px;\n            border-radius: 50px;\n            font-size: 16px;\n            font-weight: 600;\n            border: none;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            margin-bottom: 30px;\n            text-align: center;\n            text-decoration: none;\n        }\n\n        .streamyard-container .plan-cta-button.primary {\n            background: #667eea;\n            color: white;\n            box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);\n        }\n\n        .streamyard-container .plan-cta-button.primary:hover {\n            background: #5568d3;\n            transform: translateY(-2px);\n            box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);\n        }\n\n        .streamyard-container .plan-cta-button.secondary {\n            background: white;\n            color: #2d3748;\n            border: 2px solid #e2e8f0;\n        }\n\n        .streamyard-container .plan-cta-button.secondary:hover {\n            border-color: #667eea;\n            color: #667eea;\n            transform: translateY(-2px);\n        }\n\n        .streamyard-container .plan-cta-button.secondary-dark {\n            background: white;\n            color: #2d3748;\n            border: 2px solid white;\n        }\n\n        .streamyard-container .plan-cta-button.secondary-dark:hover {\n            background: transparent;\n            color: white;\n            transform: translateY(-2px);\n        }\n\n        .streamyard-container .plan-features {\n            flex: 1;\n        }\n\n        .streamyard-container .features-title {\n            font-size: 16px;\n            font-weight: 700;\n            color: #1a202c;\n            margin-bottom: 16px;\n        }\n\n        .streamyard-container .plan-card.dark .features-title {\n            color: white;\n        }\n\n        .streamyard-container .features-list {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n\n        .streamyard-container .features-list li {\n            padding: 10px 0;\n            padding-left: 28px;\n            font-size: 14px;\n            color: #4a5568;\n            position: relative;\n            line-height: 1.5;\n        }\n\n        .streamyard-container .plan-card.dark .features-list li {\n            color: #e2e8f0;\n        }\n\n        .streamyard-container .features-list li:before {\n            content: \"\u2713\";\n            position: absolute;\n            left: 0;\n            color: #667eea;\n            font-weight: bold;\n            font-size: 16px;\n        }\n\n        .streamyard-container .plan-card.dark .features-list li:before {\n            color: #90cdf4;\n        }\n\n        \/* CTA Section *\/\n        .streamyard-container .cta-section {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            padding: 60px 40px;\n            border-radius: 20px;\n            position: relative;\n            overflow: hidden;\n            text-align: center;\n        }\n\n        .streamyard-container .cta-section::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: url('data:image\/svg+xml,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1000 300\"><path d=\"M0,100 Q250,200 500,100 T1000,100 L1000,300 L0,300 Z\" fill=\"rgba(255,255,255,0.1)\"\/><\/svg>') no-repeat center bottom;\n            background-size: cover;\n        }\n\n        .streamyard-container .cta-content {\n            position: relative;\n            z-index: 1;\n            max-width: 600px;\n            margin: 0 auto;\n        }\n\n        .streamyard-container .cta-title {\n            font-size: clamp(24px, 4vw, 36px);\n            font-weight: 700;\n            color: white;\n            margin-bottom: 30px;\n            line-height: 1.2;\n        }\n\n        .streamyard-container .cta-button {\n            display: inline-flex;\n            align-items: center;\n            gap: 12px;\n            background: white;\n            color: #667eea;\n            padding: 16px 32px;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 16px;\n            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);\n            transition: all 0.3s ease;\n            border: 2px solid transparent;\n        }\n\n        .streamyard-container .cta-button:hover {\n            background: transparent;\n            color: white;\n            border-color: white;\n            transform: translateY(-3px);\n            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);\n        }\n\n        .streamyard-container .cta-icon {\n            font-size: 18px;\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 1024px) {\n            .streamyard-container .plans-grid {\n                grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n                gap: 20px;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .streamyard-container .hero-content-wrapper {\n                grid-template-columns: 1fr;\n                gap: 40px;\n                text-align: center;\n            }\n\n            .streamyard-container .hero-content {\n                order: 2;\n            }\n\n            .streamyard-container .hero-logo {\n                order: 1;\n            }\n\n            .streamyard-container .benefits-grid {\n                grid-template-columns: 1fr;\n                gap: 20px;\n            }\n\n            .streamyard-container .benefit-card {\n                padding: 25px 20px;\n            }\n\n            .streamyard-container .hero-section,\n            .streamyard-container .business-section,\n            .streamyard-container .pricing-section,\n            .streamyard-container .cta-section {\n                padding: 40px 20px;\n            }\n\n            .streamyard-container .demo-section {\n                padding: 0 10px;\n            }\n\n            .streamyard-container .plans-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .streamyard-container .plan-card {\n                padding: 25px;\n            }\n\n            .streamyard-container .category-tabs {\n                width: 100%;\n            }\n        }\n\n        \/* Animations *\/\n        @keyframes slideInUp {\n            from {\n                opacity: 0;\n                transform: translateY(30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .streamyard-container .animate-slide-up {\n            animation: slideInUp 0.8s ease-out forwards;\n        }\n\n        \/* Benefit card stagger animation *\/\n        .streamyard-container .benefit-card:nth-child(1) { animation-delay: 0.1s; }\n        .streamyard-container .benefit-card:nth-child(2) { animation-delay: 0.2s; }\n        .streamyard-container .benefit-card:nth-child(3) { animation-delay: 0.3s; }\n        .streamyard-container .benefit-card:nth-child(4) { animation-delay: 0.4s; }\n\n        \/* Plan card entrance animations *\/\n        @keyframes fadeInUp {\n            from {\n                opacity: 0;\n                transform: translateY(40px) scale(0.95);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0) scale(1);\n            }\n        }\n\n        .streamyard-container .plan-card {\n            animation: fadeInUp 0.6s ease-out forwards;\n            opacity: 0;\n        }\n\n        .streamyard-container .plan-card:nth-child(1) { animation-delay: 0.1s; }\n        .streamyard-container .plan-card:nth-child(2) { animation-delay: 0.2s; }\n        .streamyard-container .plan-card:nth-child(3) { animation-delay: 0.3s; }\n\n        \/* Fade transition for tab switching *\/\n        .streamyard-container .plans-grid {\n            transition: opacity 0.3s ease-in-out;\n        }\n\n        .streamyard-container .plans-grid.fade-out {\n            opacity: 0;\n        }\n\n        .streamyard-container .plans-grid.fade-in {\n            opacity: 1;\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"streamyard-container\">\n        <!-- Hero Section -->\n        <section class=\"hero-section\">\n            <div class=\"hero-content-wrapper\">\n                <div class=\"hero-content\">\n                    <div class=\"partner-badge\">\n                        \u2728 StreamYard Authorized Partner\n                    <\/div>\n                   \n                    \n                    \n                    \n                    \n                    <h1 class=\"hero-title\">We have been officially upgraded from affiliate to Authorised Distributor for Malaysia. <\/h1>\n                    <p class=\"hero-subtitle\">\n                        Get professional live streaming tools for your business with exclusive partner pricing\n                    <\/p>\n                    \n                <\/div>\n                <div class=\"hero-logo\">\n                    <img decoding=\"async\" src=\"http:\/\/muntada.com.my\/mgwp\/wp-content\/uploads\/2024\/10\/tinywow_logo-2-1_67096770.webp\" alt=\"StreamYard Logo\">\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Business Section -->\n        <section class=\"business-section\">\n            <h2 class=\"section-title\">Live Streaming Made Easy for Business<\/h2>\n            <p class=\"section-subtitle\">\n                Use StreamYard Business to create live experiences, build your brand, and engage your community\n            <\/p>\n\n            <div class=\"benefits-grid\">\n                <div class=\"benefit-card animate-slide-up\">\n                    <div class=\"benefit-icon\">\ud83d\udce1<\/div>\n                    <h3 class=\"benefit-title\">Maximize Reach<\/h3>\n                    <p class=\"benefit-description\">\n                        Broadcast to all channels at once to reach your audience wherever they are.\n                    <\/p>\n                <\/div>\n\n                <div class=\"benefit-card animate-slide-up\">\n                    <div class=\"benefit-icon\">\ud83c\udfa8<\/div>\n                    <h3 class=\"benefit-title\">Elevate your Brand<\/h3>\n                    <p class=\"benefit-description\">\n                        Make your message stand out with customizable branding and design features.\n                    <\/p>\n                <\/div>\n\n                <div class=\"benefit-card animate-slide-up\">\n                    <div class=\"benefit-icon\">\u26a1<\/div>\n                    <h3 class=\"benefit-title\">Simplify Production<\/h3>\n                    <p class=\"benefit-description\">\n                        Easily manage professional shows while maintaining control in your team's live stream studios.\n                    <\/p>\n                <\/div>\n\n                <div class=\"benefit-card animate-slide-up\">\n                    <div class=\"benefit-icon\">\ud83e\udd1d<\/div>\n                    <h3 class=\"benefit-title\">Build Connections<\/h3>\n                    <p class=\"benefit-description\">\n                        Foster existing relationships or build new ones with interactive live chat, flexible layouts and more.\n                    <\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"demo-section\">\n                <img decoding=\"async\" src=\"http:\/\/muntada.com.my\/mgwp\/wp-content\/uploads\/2024\/10\/tinywow_theyard-hashtag-live-promotion-800x355-1-1_67097001.webp\" \n                     alt=\"StreamYard Demo\" \n                     class=\"demo-image\">\n            <\/div>\n        <\/section>\n\n        <!-- Pricing Section -->\n        <section class=\"pricing-section\">\n            <div class=\"pricing-header\">\n                <h2 class=\"pricing-title\">StreamYard Pricing Plans<\/h2>\n                \n            <\/div>\n\n            <div class=\"pricing-tables-wrapper\">\n                <div class=\"pricing-category\">\n                    <div class=\"category-tabs\">\n                        <button class=\"tab-button active\" data-tab=\"individuals\">Individuals<\/button>\n                        <button class=\"tab-button\" data-tab=\"business\">Business<\/button>\n                    <\/div>\n\n                    <!-- Individuals Plans -->\n                    <div class=\"plans-grid individuals-plans\" data-plans=\"individuals\">\n                        <div class=\"plan-card\">\n                            <div class=\"plan-header\">\n                                <h3 class=\"plan-name\">Free<\/h3>\n                                <p class=\"plan-description\">Explore essential features and enjoy high-quality streaming for free.<\/p>\n                            <\/div>\n                            <a href=\"https:\/\/wa.me\/60351917000?text=Hello%2C%20I%27m%20interested%20in%20StreamYard%20plans%20for%20government%20sectors.\" class=\"plan-cta-button secondary\" target=\"_blank\">Contact Us on WhatsApp<\/a>\n                            <div class=\"plan-features\">\n                                <h4 class=\"features-title\">All essential studio features<\/h4>\n                                <ul class=\"features-list\">\n                                    <li>StreamYard logo in your streams<\/li>\n                                    <li>Streaming limits<\/li>\n                                    <li>Limited storage<\/li>\n                                    <li>Dark mode<\/li>\n                                    <li>Local recordings - 2 hours\/mo<\/li>\n                                    <li>6 on-screen participants<\/li>\n                                    <li>1 seat<\/li>\n                                <\/ul>\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"plan-card\">\n                            <div class=\"plan-badge\">For individuals only<\/div>\n                            <div class=\"plan-header\">\n                                <h3 class=\"plan-name\">Core<\/h3>\n                                <p class=\"plan-description\">Dive deeper into streaming, expand your reach and brand.<\/p>\n                            <\/div>\n                            <a href=\"https:\/\/wa.me\/60351917000?text=Hello%2C%20I%27m%20interested%20in%20StreamYard%20plans%20for%20government%20sectors.\" class=\"plan-cta-button primary\" target=\"_blank\">Contact Us on WhatsApp<\/a>\n                            <div class=\"plan-features\">\n                                <h4 class=\"features-title\">All Free features with:<\/h4>\n                                <ul class=\"features-list\">\n                                    <li>Full HD (1080p)<\/li>\n                                    <li>No StreamYard logo on your streams<\/li>\n                                    <li>Multistream - 3 destinations<\/li>\n                                    <li>Logos, Overlays, Video clips, Backgrounds<\/li>\n                                    <li>10 on-screen participants<\/li>\n                                    <li>Pre-recorded streams - 2 hours<\/li>\n                                    <li>Unlimited streaming and recording<\/li>\n                                    <li>Live streams are recorded<\/li>\n                                    <li>Unlimited local recordings<\/li>\n                                    <li>Custom RTMP destinations<\/li>\n                                    <li>Guest destinations<\/li>\n                                    <li>50 hours of permanent storage<\/li>\n                                    <li>Intro and Outro video<\/li>\n                                    <li>AI Clips<\/li>\n                                    <li>Custom referral message<\/li>\n                                    <li>+16 custom layouts<\/li>\n                                    <li>Cloud recording<\/li>\n                                <\/ul>\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"plan-card featured\">\n                            <div class=\"popular-badge\">MOST POPULAR<\/div>\n                            <div class=\"plan-badge\">For individuals only<\/div>\n                            <div class=\"plan-header\">\n                                <h3 class=\"plan-name\">Advanced<\/h3>\n                                <p class=\"plan-description\">For professionals taking their content to the next level.<\/p>\n                            <\/div>\n                            <a href=\"https:\/\/wa.me\/60351917000?text=Hello%2C%20I%27m%20interested%20in%20StreamYard%20plans%20for%20government%20sectors.\" class=\"plan-cta-button primary\" target=\"_blank\">Contact Us on WhatsApp<\/a>\n                            <div class=\"plan-features\">\n                                <h4 class=\"features-title\">Everything in Core, plus:<\/h4>\n                                <ul class=\"features-list\">\n                                    <li>4K (2160p) local recordings<\/li>\n                                    <li>Multistream - 8 destinations<\/li>\n                                    <li>Extra camera<\/li>\n                                    <li>15 backstage participants<\/li>\n                                    <li>Pre-recorded streams - 4 hours<\/li>\n                                    <li>On-Air webinars<\/li>\n                                    <li>Custom fonts<\/li>\n                                    <li>Download transcripts<\/li>\n                                <\/ul>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Business Plans -->\n                    <div class=\"plans-grid business-plans\" data-plans=\"business\" style=\"display: none;\">\n                        <div class=\"plan-card featured\">\n                            <div class=\"popular-badge\">MOST POPULAR<\/div>\n                            <div class=\"plan-badge blue\">Small businesses<\/div>\n                            <div class=\"plan-header\">\n                                <h3 class=\"plan-name\">Business<\/h3>\n                                <p class=\"plan-description\">Experience the ultimate production support and customization.<\/p>\n                            <\/div>\n                            <a href=\"https:\/\/wa.me\/60351917000?text=Hello%2C%20I%27m%20interested%20in%20StreamYard%20plans%20for%20government%20sectors.\" class=\"plan-cta-button primary\" target=\"_blank\">Contact Us on WhatsApp<\/a>\n                            <div class=\"plan-features\">\n                                <h4 class=\"features-title\">All essential studio features<\/h4>\n                                <ul class=\"features-list\">\n                                    <li>Full HD (1080p)<\/li>\n                                    <li>No StreamYard logo on your streams<\/li>\n                                    <li>Multistream - 10 destinations<\/li>\n                                    <li>AI Clips<\/li>\n                                    <li>4K (2160p) local recordings<\/li>\n                                    <li>On-Air webinars - 1000+ viewers<\/li>\n                                    <li>Priority support<\/li>\n                                    <li>Reusable studios<\/li>\n                                    <li>10 on-screen participants<\/li>\n                                    <li>15 backstage participants<\/li>\n                                    <li>Extra camera<\/li>\n                                    <li>700+ hours of storage<\/li>\n                                    <li>Custom RTMP destinations<\/li>\n                                    <li>Download transcripts<\/li>\n                                    <li>Unlimited local recordings<\/li>\n                                    <li>Guest destinations<\/li>\n                                    <li>Intro and Outro video<\/li>\n                                    <li>Custom referral message<\/li>\n                                    <li>Custom fonts<\/li>\n                                <\/ul>\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"plan-card dark\">\n                            <div class=\"plan-badge dark\">Large organizations<\/div>\n                            <div class=\"plan-header\">\n                                <h3 class=\"plan-name\">Business Enterprise<\/h3>\n                                <p class=\"plan-description\">Experience the ultimate security, support and reliability, with options tailored to your needs.<\/p>\n                            <\/div>\n                            <a href=\"https:\/\/wa.me\/60351917000?text=Hello%2C%20I%27m%20interested%20in%20StreamYard%20plans%20for%20government%20sectors.\" class=\"plan-cta-button secondary-dark\" target=\"_blank\">Contact Us on WhatsApp<\/a>\n                            <div class=\"plan-features\">\n                                <h4 class=\"features-title\">Everything in Business, plus:<\/h4>\n                                <ul class=\"features-list\">\n                                    <li>Multiple Spaces<\/li>\n                                    <li>Extra user roles<\/li>\n                                    <li>Dedicated support manager<\/li>\n                                    <li>Dedicated account manager<\/li>\n                                    <li>SSO<\/li>\n                                    <li>Uptime SLA<\/li>\n                                    <li>Security review<\/li>\n                                <\/ul>\n                                <h4 class=\"features-title\" style=\"margin-top: 30px;\">Personalized add-ons:<\/h4>\n                                <ul class=\"features-list\">\n                                    <li>Premium support<\/li>\n                                    <li>Dedicated server resources<\/li>\n                                    <li>Enhanced onboarding<\/li>\n                                    <li>Customer success resources<\/li>\n                                <\/ul>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- CTA Section -->\n        <section class=\"cta-section\">\n            <div class=\"cta-content\">\n                <h2 class=\"cta-title\">Want to know more about StreamYard?<\/h2>\n                <a href=\"https:\/\/wa.me\/60351917000?text=Hello%2C%20I%27m%20interested%20in%20StreamYard%20plans%20for%20government%20sectors.\" class=\"cta-button\" target=\"_blank\">\n                    <span class=\"cta-icon\">\ud83d\udcac<\/span>\n                    Chat with Us on WhatsApp\n                <\/a>\n            <\/div>\n        <\/section>\n    <\/div>\n\n    <script>\n        \/\/ Scope all JavaScript to the container\n        (function() {\n            const container = document.querySelector('.streamyard-container');\n            if (!container) return;\n\n            \/\/ Intersection Observer for benefit card animations\n            const observerOptions = {\n                threshold: 0.1,\n                rootMargin: '0px 0px -50px 0px'\n            };\n\n            const observer = new IntersectionObserver((entries) => {\n                entries.forEach(entry => {\n                    if (entry.isIntersecting) {\n                        entry.target.style.opacity = '1';\n                        entry.target.style.transform = 'translateY(0)';\n                    }\n                });\n            }, observerOptions);\n\n            \/\/ Observe all benefit cards within this container\n            container.querySelectorAll('.benefit-card').forEach(card => {\n                card.style.opacity = '0';\n                card.style.transform = 'translateY(30px)';\n                card.style.transition = 'all 0.8s ease-out';\n                observer.observe(card);\n            });\n\n            \/\/ Tab switching functionality\n            const tabButtons = container.querySelectorAll('.tab-button');\n            const individualsPlans = container.querySelector('[data-plans=\"individuals\"]');\n            const businessPlans = container.querySelector('[data-plans=\"business\"]');\n\n            tabButtons.forEach(button => {\n                button.addEventListener('click', function() {\n                    const targetTab = this.getAttribute('data-tab');\n                    \n                    \/\/ Update active button state\n                    tabButtons.forEach(btn => btn.classList.remove('active'));\n                    this.classList.add('active');\n\n                    \/\/ Fade out current plans\n                    const currentPlans = container.querySelector('.plans-grid:not([style*=\"display: none\"])');\n                    if (currentPlans) {\n                        currentPlans.classList.add('fade-out');\n                        \n                        setTimeout(() => {\n                            \/\/ Hide all plans\n                            individualsPlans.style.display = 'none';\n                            businessPlans.style.display = 'none';\n                            \n                            \/\/ Show selected plans with fade in\n                            if (targetTab === 'individuals') {\n                                individualsPlans.style.display = 'grid';\n                                individualsPlans.classList.remove('fade-out');\n                                individualsPlans.classList.add('fade-in');\n                                \n                                \/\/ Re-trigger animations for plan cards\n                                individualsPlans.querySelectorAll('.plan-card').forEach((card, index) => {\n                                    card.style.animation = 'none';\n                                    setTimeout(() => {\n                                        card.style.animation = `fadeInUp 0.6s ease-out ${index * 0.1}s forwards`;\n                                    }, 10);\n                                });\n                            } else {\n                                businessPlans.style.display = 'grid';\n                                businessPlans.classList.remove('fade-out');\n                                businessPlans.classList.add('fade-in');\n                                \n                                \/\/ Re-trigger animations for plan cards\n                                businessPlans.querySelectorAll('.plan-card').forEach((card, index) => {\n                                    card.style.animation = 'none';\n                                    setTimeout(() => {\n                                        card.style.animation = `fadeInUp 0.6s ease-out ${index * 0.1}s forwards`;\n                                    }, 10);\n                                });\n                            }\n                        }, 300);\n                    }\n                });\n            });\n        })();\n    <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-ef10282 e-con-full e-flex e-con e-parent\" data-id=\"ef10282\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b69d863 elementor-widget elementor-widget-html\" data-id=\"b69d863\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n    .streamyard-carousel-wrapper {\n        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n        width: 100%;\n        max-width: 100%;\n        padding: 40px 0;\n    }\n\n    .streamyard-carousel-wrapper h1 {\n        text-align: center;\n        font-size: 2.5rem;\n        font-weight: 700;\n        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n        -webkit-background-clip: text;\n        -webkit-text-fill-color: transparent;\n        background-clip: text;\n        margin-bottom: 50px;\n        letter-spacing: -0.5px;\n    }\n\n    .streamyard-carousel-wrapper .carousel-wrapper {\n        position: relative;\n        overflow: hidden;\n        padding: 20px 60px;\n    }\n\n    .streamyard-carousel-wrapper .carousel-container {\n        display: flex;\n        transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n        gap: 40px;\n    }\n\n    .streamyard-carousel-wrapper .carousel-item {\n        flex: 0 0 calc(25% - 30px);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        background: white;\n        border-radius: 16px;\n        padding: 20px;\n        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);\n        transition: all 0.3s ease;\n        min-height: 120px;\n    }\n\n    .streamyard-carousel-wrapper .carousel-item:hover {\n        transform: translateY(-8px);\n        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);\n    }\n\n    .streamyard-carousel-wrapper .carousel-item img {\n        width: 100%;\n        height: 50px;\n        object-fit: contain;\n        filter: grayscale(100%);\n        transition: filter 0.3s ease;\n    }\n\n    .streamyard-carousel-wrapper .carousel-item:hover img {\n        filter: grayscale(0%);\n    }\n\n    .streamyard-carousel-wrapper .carousel-btn {\n        position: absolute;\n        top: 50%;\n        transform: translateY(-50%);\n        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n        border: none;\n        width: 50px;\n        height: 50px;\n        border-radius: 50%;\n        cursor: pointer;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        transition: all 0.3s ease;\n        z-index: 10;\n        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);\n    }\n\n    .streamyard-carousel-wrapper .carousel-btn:hover {\n        transform: translateY(-50%) scale(1.1);\n        box-shadow: 0 6px 25px rgba(102, 126, 234, 0.6);\n    }\n\n    .streamyard-carousel-wrapper .carousel-btn:active {\n        transform: translateY(-50%) scale(0.95);\n    }\n\n    .streamyard-carousel-wrapper .carousel-btn.prev {\n        left: 0;\n    }\n\n    .streamyard-carousel-wrapper .carousel-btn.next {\n        right: 0;\n    }\n\n    .streamyard-carousel-wrapper .carousel-btn svg {\n        width: 24px;\n        height: 24px;\n        fill: white;\n    }\n\n    .streamyard-carousel-wrapper .carousel-dots {\n        display: flex;\n        justify-content: center;\n        gap: 12px;\n        margin-top: 40px;\n    }\n\n    .streamyard-carousel-wrapper .dot {\n        width: 12px;\n        height: 12px;\n        border-radius: 50%;\n        background: #ddd;\n        cursor: pointer;\n        transition: all 0.3s ease;\n        border: none;\n        padding: 0;\n    }\n\n    .streamyard-carousel-wrapper .dot.active {\n        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n        width: 32px;\n        border-radius: 6px;\n    }\n\n    @media (max-width: 1024px) {\n        .streamyard-carousel-wrapper .carousel-item {\n            flex: 0 0 calc(33.333% - 27px);\n        }\n    }\n\n    @media (max-width: 768px) {\n        .streamyard-carousel-wrapper h1 {\n            font-size: 2rem;\n        }\n\n        .streamyard-carousel-wrapper .carousel-wrapper {\n            padding: 20px 50px;\n        }\n\n        .streamyard-carousel-wrapper .carousel-item {\n            flex: 0 0 calc(50% - 20px);\n            min-height: 100px;\n            padding: 15px;\n        }\n\n        .streamyard-carousel-wrapper .carousel-item img {\n            height: 40px;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .streamyard-carousel-wrapper .carousel-item {\n            flex: 0 0 100%;\n        }\n\n        .streamyard-carousel-wrapper .carousel-btn {\n            width: 40px;\n            height: 40px;\n        }\n\n        .streamyard-carousel-wrapper .carousel-btn svg {\n            width: 20px;\n            height: 20px;\n        }\n    }\n<\/style>\n\n<div class=\"streamyard-carousel-wrapper\">\n    <h1>Streamyard Customers in Malaysia<\/h1>\n    \n    <div class=\"carousel-wrapper\">\n        <button class=\"carousel-btn prev\" onclick=\"moveStreamyardCarousel(-1)\">\n            <svg viewBox=\"0 0 24 24\">\n                <path d=\"M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z\"\/>\n            <\/svg>\n        <\/button>\n        \n        <div class=\"carousel-container\" id=\"streamyardCarousel\">\n            <div class=\"carousel-item\">\n                <img decoding=\"async\" src=\"http:\/\/muntada.com.my\/mgwp\/wp-content\/uploads\/2024\/10\/tinywow_logo-UM-e1578269908960_66974851.webp\" alt=\"UM Logo\">\n            <\/div>\n            <div class=\"carousel-item\">\n                <img decoding=\"async\" src=\"http:\/\/muntada.com.my\/mgwp\/wp-content\/uploads\/2024\/10\/tinywow_utm_66974974.webp\" alt=\"UTM Logo\">\n            <\/div>\n            <div class=\"carousel-item\">\n                <img decoding=\"async\" src=\"http:\/\/muntada.com.my\/mgwp\/wp-content\/uploads\/2024\/10\/tinywow_UMT-logo-S_66975508.webp\" alt=\"UMT Logo\">\n            <\/div>\n            <div class=\"carousel-item\">\n                <img decoding=\"async\" src=\"http:\/\/muntada.com.my\/mgwp\/wp-content\/uploads\/2024\/10\/tinywow_Logo_UMS_Sabah_S_66974851.webp\" alt=\"UMS Logo\">\n            <\/div>\n            <div class=\"carousel-item\">\n                <img decoding=\"async\" src=\"http:\/\/muntada.com.my\/mgwp\/wp-content\/uploads\/2024\/10\/tinywow_tinywow_NOTTINGHAM-logo-B_66975082_66975119.webp\" alt=\"Nottingham Logo\">\n            <\/div>\n            <div class=\"carousel-item\">\n                <img decoding=\"async\" src=\"http:\/\/muntada.com.my\/mgwp\/wp-content\/uploads\/2020\/01\/logo_kpm.svg\" alt=\"KPM Logo\">\n            <\/div>\n            <div class=\"carousel-item\">\n                <img decoding=\"async\" src=\"http:\/\/muntada.com.my\/mgwp\/wp-content\/uploads\/2025\/11\/JPN-Logo.webp\" alt=\"JPN Logo\">\n            <\/div>\n        <\/div>\n        \n        <button class=\"carousel-btn next\" onclick=\"moveStreamyardCarousel(1)\">\n            <svg viewBox=\"0 0 24 24\">\n                <path d=\"M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z\"\/>\n            <\/svg>\n        <\/button>\n    <\/div>\n    \n    <div class=\"carousel-dots\" id=\"streamyardDots\"><\/div>\n<\/div>\n\n<script>\n    (function() {\n        let currentIndex = 0;\n        const carousel = document.getElementById('streamyardCarousel');\n        const items = carousel.querySelectorAll('.carousel-item');\n        const totalItems = items.length;\n        let itemsPerView = 4;\n        let autoplayInterval;\n\n        function updateItemsPerView() {\n            const width = window.innerWidth;\n            if (width <= 480) {\n                itemsPerView = 1;\n            } else if (width <= 768) {\n                itemsPerView = 2;\n            } else if (width <= 1024) {\n                itemsPerView = 3;\n            } else {\n                itemsPerView = 4;\n            }\n        }\n\n        function createDots() {\n            const dotsContainer = document.getElementById('streamyardDots');\n            dotsContainer.innerHTML = '';\n            const totalDots = Math.ceil(totalItems \/ itemsPerView);\n            \n            for (let i = 0; i < totalDots; i++) {\n                const dot = document.createElement('button');\n                dot.className = 'dot';\n                dot.onclick = () => goToSlide(i);\n                dotsContainer.appendChild(dot);\n            }\n            updateDots();\n        }\n\n        function updateDots() {\n            const dots = document.querySelectorAll('#streamyardDots .dot');\n            const activeDot = Math.floor(currentIndex \/ itemsPerView);\n            dots.forEach((dot, index) => {\n                dot.classList.toggle('active', index === activeDot);\n            });\n        }\n\n        window.moveStreamyardCarousel = function(direction) {\n            const maxIndex = totalItems - itemsPerView;\n            currentIndex += direction;\n            \n            if (currentIndex < 0) {\n                currentIndex = maxIndex;\n            } else if (currentIndex > maxIndex) {\n                currentIndex = 0;\n            }\n            \n            updateCarousel();\n        }\n\n        function goToSlide(dotIndex) {\n            currentIndex = dotIndex * itemsPerView;\n            const maxIndex = totalItems - itemsPerView;\n            if (currentIndex > maxIndex) {\n                currentIndex = maxIndex;\n            }\n            updateCarousel();\n        }\n\n        function updateCarousel() {\n            const itemWidth = items[0].offsetWidth;\n            const gap = 40;\n            const offset = -(currentIndex * (itemWidth + gap));\n            carousel.style.transform = `translateX(${offset}px)`;\n            updateDots();\n        }\n\n        function startAutoplay() {\n            autoplayInterval = setInterval(() => {\n                moveStreamyardCarousel(1);\n            }, 4000);\n        }\n\n        function stopAutoplay() {\n            clearInterval(autoplayInterval);\n        }\n\n        \/\/ Pause on hover\n        const wrapper = document.querySelector('.streamyard-carousel-wrapper .carousel-wrapper');\n        wrapper.addEventListener('mouseenter', stopAutoplay);\n        wrapper.addEventListener('mouseleave', startAutoplay);\n\n        \/\/ Handle resize\n        window.addEventListener('resize', () => {\n            updateItemsPerView();\n            createDots();\n            currentIndex = 0;\n            updateCarousel();\n        });\n\n        \/\/ Initialize\n        updateItemsPerView();\n        createDots();\n        startAutoplay();\n    })();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>StreamYard Business Solutions \u2728 StreamYard Authorized Partner We have been officially upgraded from affiliate to Authorised Distributor for Malaysia. Get professional live streaming tools for your business with exclusive partner pricing Live Streaming Made Easy for Business Use StreamYard Business to create live experiences, build your brand, and engage your community \ud83d\udce1 Maximize Reach Broadcast [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-6479","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>StreamYard Authorised Partner - Muntada Group<\/title>\n<meta name=\"description\" content=\"Malaysian authorised partner, reseller, buy streamyard cheaper\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/muntada.com.my\/mgwp\/streamyard-authorised-partner\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"StreamYard Authorised Partner - Muntada Group\" \/>\n<meta property=\"og:description\" content=\"Malaysian authorised partner, reseller, buy streamyard cheaper\" \/>\n<meta property=\"og:url\" content=\"https:\/\/muntada.com.my\/mgwp\/streamyard-authorised-partner\/\" \/>\n<meta property=\"og:site_name\" content=\"Muntada Group\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Muntada-Technology-Sdn-Bhd-496516910384438\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-25T02:20:54+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/muntada.com.my\/mgwp\/wp-content\/uploads\/2024\/10\/tinywow_logo-2-1_67096770.webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/muntada.com.my\/mgwp\/streamyard-authorised-partner\/\",\"url\":\"https:\/\/muntada.com.my\/mgwp\/streamyard-authorised-partner\/\",\"name\":\"StreamYard Authorised Partner - Muntada Group\",\"isPartOf\":{\"@id\":\"https:\/\/muntada.com.my\/mgwp\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/muntada.com.my\/mgwp\/streamyard-authorised-partner\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/muntada.com.my\/mgwp\/streamyard-authorised-partner\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/muntada.com.my\/mgwp\/wp-content\/uploads\/2024\/10\/tinywow_logo-2-1_67096770.webp\",\"datePublished\":\"2021-11-25T09:16:29+00:00\",\"dateModified\":\"2025-11-25T02:20:54+00:00\",\"description\":\"Malaysian authorised partner, reseller, buy streamyard cheaper\",\"breadcrumb\":{\"@id\":\"https:\/\/muntada.com.my\/mgwp\/streamyard-authorised-partner\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/muntada.com.my\/mgwp\/streamyard-authorised-partner\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/muntada.com.my\/mgwp\/streamyard-authorised-partner\/#primaryimage\",\"url\":\"http:\/\/muntada.com.my\/mgwp\/wp-content\/uploads\/2024\/10\/tinywow_logo-2-1_67096770.webp\",\"contentUrl\":\"http:\/\/muntada.com.my\/mgwp\/wp-content\/uploads\/2024\/10\/tinywow_logo-2-1_67096770.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/muntada.com.my\/mgwp\/streamyard-authorised-partner\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/muntada.com.my\/mgwp\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"StreamYard Authorised Partner\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/muntada.com.my\/mgwp\/#website\",\"url\":\"https:\/\/muntada.com.my\/mgwp\/\",\"name\":\"Muntada Enterprise Sdn Bhd\",\"description\":\"Muntada Group of Companies Website\",\"publisher\":{\"@id\":\"https:\/\/muntada.com.my\/mgwp\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/muntada.com.my\/mgwp\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/muntada.com.my\/mgwp\/#organization\",\"name\":\"Muntada Enterprise Sdn Bhd\",\"url\":\"https:\/\/muntada.com.my\/mgwp\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/muntada.com.my\/mgwp\/#\/schema\/logo\/image\/\",\"url\":\"\",\"contentUrl\":\"\",\"caption\":\"Muntada Enterprise Sdn Bhd\"},\"image\":{\"@id\":\"https:\/\/muntada.com.my\/mgwp\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/Muntada-Technology-Sdn-Bhd-496516910384438\/\"],\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"A-5-9 Empire Tower, Jalan SS16\/1\",\"addressLocality\":\"Subang Jaya\",\"addressRegion\":\"Selangor\",\"postalCode\":\"47600\",\"addressCountry\":\"MY\"},\"telephone\":\"+60351917000\",\"areaServed\":[\"Malaysia\",\"Southeast Asia\"],\"foundingDate\":\"2005\",\"knowsAbout\":[\"eLearning authoring tools\",\"iSpring Suite\",\"Learning Management Systems\",\"Moodle LMS\",\"NetSupport classroom management\",\"PC system recovery software\",\"HRDC claimable training\",\"digital language labs\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"StreamYard Authorised Partner - Muntada Group","description":"Malaysian authorised partner, reseller, buy streamyard cheaper","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/muntada.com.my\/mgwp\/streamyard-authorised-partner\/","og_locale":"en_US","og_type":"article","og_title":"StreamYard Authorised Partner - Muntada Group","og_description":"Malaysian authorised partner, reseller, buy streamyard cheaper","og_url":"https:\/\/muntada.com.my\/mgwp\/streamyard-authorised-partner\/","og_site_name":"Muntada Group","article_publisher":"https:\/\/www.facebook.com\/Muntada-Technology-Sdn-Bhd-496516910384438\/","article_modified_time":"2025-11-25T02:20:54+00:00","og_image":[{"url":"http:\/\/muntada.com.my\/mgwp\/wp-content\/uploads\/2024\/10\/tinywow_logo-2-1_67096770.webp","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/muntada.com.my\/mgwp\/streamyard-authorised-partner\/","url":"https:\/\/muntada.com.my\/mgwp\/streamyard-authorised-partner\/","name":"StreamYard Authorised Partner - Muntada Group","isPartOf":{"@id":"https:\/\/muntada.com.my\/mgwp\/#website"},"primaryImageOfPage":{"@id":"https:\/\/muntada.com.my\/mgwp\/streamyard-authorised-partner\/#primaryimage"},"image":{"@id":"https:\/\/muntada.com.my\/mgwp\/streamyard-authorised-partner\/#primaryimage"},"thumbnailUrl":"http:\/\/muntada.com.my\/mgwp\/wp-content\/uploads\/2024\/10\/tinywow_logo-2-1_67096770.webp","datePublished":"2021-11-25T09:16:29+00:00","dateModified":"2025-11-25T02:20:54+00:00","description":"Malaysian authorised partner, reseller, buy streamyard cheaper","breadcrumb":{"@id":"https:\/\/muntada.com.my\/mgwp\/streamyard-authorised-partner\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/muntada.com.my\/mgwp\/streamyard-authorised-partner\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/muntada.com.my\/mgwp\/streamyard-authorised-partner\/#primaryimage","url":"http:\/\/muntada.com.my\/mgwp\/wp-content\/uploads\/2024\/10\/tinywow_logo-2-1_67096770.webp","contentUrl":"http:\/\/muntada.com.my\/mgwp\/wp-content\/uploads\/2024\/10\/tinywow_logo-2-1_67096770.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/muntada.com.my\/mgwp\/streamyard-authorised-partner\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/muntada.com.my\/mgwp\/"},{"@type":"ListItem","position":2,"name":"StreamYard Authorised Partner"}]},{"@type":"WebSite","@id":"https:\/\/muntada.com.my\/mgwp\/#website","url":"https:\/\/muntada.com.my\/mgwp\/","name":"Muntada Enterprise Sdn Bhd","description":"Muntada Group of Companies Website","publisher":{"@id":"https:\/\/muntada.com.my\/mgwp\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/muntada.com.my\/mgwp\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/muntada.com.my\/mgwp\/#organization","name":"Muntada Enterprise Sdn Bhd","url":"https:\/\/muntada.com.my\/mgwp\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/muntada.com.my\/mgwp\/#\/schema\/logo\/image\/","url":"","contentUrl":"","caption":"Muntada Enterprise Sdn Bhd"},"image":{"@id":"https:\/\/muntada.com.my\/mgwp\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Muntada-Technology-Sdn-Bhd-496516910384438\/"],"address":{"@type":"PostalAddress","streetAddress":"A-5-9 Empire Tower, Jalan SS16\/1","addressLocality":"Subang Jaya","addressRegion":"Selangor","postalCode":"47600","addressCountry":"MY"},"telephone":"+60351917000","areaServed":["Malaysia","Southeast Asia"],"foundingDate":"2005","knowsAbout":["eLearning authoring tools","iSpring Suite","Learning Management Systems","Moodle LMS","NetSupport classroom management","PC system recovery software","HRDC claimable training","digital language labs"]}]}},"_links":{"self":[{"href":"https:\/\/muntada.com.my\/mgwp\/wp-json\/wp\/v2\/pages\/6479","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/muntada.com.my\/mgwp\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/muntada.com.my\/mgwp\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/muntada.com.my\/mgwp\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/muntada.com.my\/mgwp\/wp-json\/wp\/v2\/comments?post=6479"}],"version-history":[{"count":25,"href":"https:\/\/muntada.com.my\/mgwp\/wp-json\/wp\/v2\/pages\/6479\/revisions"}],"predecessor-version":[{"id":9507,"href":"https:\/\/muntada.com.my\/mgwp\/wp-json\/wp\/v2\/pages\/6479\/revisions\/9507"}],"wp:attachment":[{"href":"https:\/\/muntada.com.my\/mgwp\/wp-json\/wp\/v2\/media?parent=6479"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}