ADVERTISEMENT

Concerts of Maymay, Angeline, SB19, Ben&Ben, BINI, and BGYO stream on KTX.PH

Published Nov 23, 2021 09:49 pm

Concerts stream on KTX.PH

The hottest and brightest OPM performers led by Maymay Entrata, Angeline Quinto, SB19, Ben & Ben, BGYO, BINI are ready to light up the holidays with exciting concerts that will be streamed on KTX.PH.

Coming fresh from the success of her single, "Amakabogera," Maymay headlines her first digital concert, "MPowered on Friday (Nov.26) where she will showcase her uniqueness and newfound confidence in the concert. SVIP tickets are already sold-out, but VIP tickets are still available for P899.

Fans of Angeline can still watch the remaining concerts of "10Q: Ten Years of Angeline Quinto at the Metropolitan Theater" until February. The Unkabogable Phenomenal Box-Office superstar Vice Ganda joins Angeline on Friday (Nov. 26) while Prince of Pop Erik Santos reunites with her in the concert scene on Saturday (Nov. 27). Tickets for the season pass are available at P3,000, while individual concerts are available for P499. For the full line-up of guests, head on to KTX.PH.

Streaming LIVE in the Araneta Coliseum is the third anniversary concert of SB19 titled "The Zone" on Nov. 27 (Saturday) to Nov. 28 (Sunday). Don't miss the exciting live performances, games, and surprises the P-Pop group has in store for its A'Tins.

Priced at P5,500, the Zone 19 ticket allows fans to be a live audience member, watch the 2-day concert, receive P1,000 worth of Gift card which fans can use to buy official merchandise from the SB19 Official Online Shop, Live Sound Check, and get a raffle ticket to win special prizes.

Other ticket prices are P 4,000, wherein fans can still enjoy the said perks without being a live audience member, and P 1,000, where A'Tins can watch either the first day or the second day concert.

Concert afficionados should also catch the streaming of the first ever back-to-back musical festivals, 1MX Dubai and 1MX Manila priced at P499 on Dec. 3 (Friday). Catch the performances of fast rising P-Pop groups BGYO and BINI, Moira dela Torre, Gigi de Lana, and a lot more.

On Dec. 5 (Sunday), Ben & Ben holds its first major online concert, "Kuwaderno," also streaming LIVE from the Big Dome. A Tinatangi ticket worth P8,000 gets a fan a one-on-one Harana Session on Zoom with Ben & Ben and a chance to go to the Ben & Ben house after watching the concert. The Mahiwaga ticket, priced at P5,500, includes a virtual backstage tour, the Magka-ibigan ticket at P3,500 offers Ben & Ben merchandise, while the Kaibigan ticket at P1,000 enables access to the online concert.

Also watch out for the concert treats of Nina called "Nina: The Live Edition" on Nov.30 (Tuesday) to Dec.1 (Wednesday), Sponge Cola, Aegis, and CLR's "Salubong" on Dec.10 (Friday) to Dec.11 (Sunday), Ex Battalion's "Evoluxion" on Dec. 11 (Saturday), Ogie Alcasid and Ian Veneracion's Christmas concert, "Christmas with the Stars" this Dec. 11 (Saturday), "Holiday Serenade" of WWF on Dec. 17 (Friday) to Dec. 19 (Sunday), Basil Valdez's "Sundin ang Loob Mo" on Dec. 18 (Saturday) to Dec. 19 (Sunday) and The Company's "The Company: The Christmas Roadtrip" on Dec. 25 (Saturday) to Dec. 26 (Sunday). Pop Star Royalty Sarah Geronimo is also returning on stage on Dec. 18, this time with husband Matteo Guidicelli in "Christmas with the Gs." Tickets will be soon available on KTX.PH.

Related Tags

Ben&Ben Angeline Quinto BINI BGYO maymay entrata
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.