Report
-
Similar Topics
-
By Parth
Hello Samsung / Tizen Technical Support Team,
We are observing a playback issue on Samsung Tizen TVs when streaming DRM-protected content that uses a multi-key DRM configuration. We would like to report the issue and request assistance in investigating the behavior on Samsung devices.
DRM Provider: Castlabs
DRM Type: Widevine
Streaming Format: MPEG-DASH (MPD)
Player Environment: Samsung Tizen Application using the Samsung AVPlay / native playback stack.
Content DRM Configuration:
Our content is packaged with a multi-key DRM setup, where different resolution groups use different encryption keys:
Key 1: 360p, 480p, 720p
Key 2: 1080p, 4K
Observed Issue:
Playback starts normally and the video plays correctly at the initial resolution. However, when the adaptive bitrate algorithm triggers a resolution change that requires switching DRM keys, playback fails.
Specifically, the issue occurs in the following scenarios:
When switching from 720p → 1080p or higher
When switching from 1080p → 720p or lower In both cases, the switch requires a DRM key change, and the playback fails shortly after the transition.
Additional Observations:
If we modify the MPD to limit playback to only one key group (for example, only up to 720p or only 1080p and above), playback works correctly without any interruption.
The issue appears only when the player needs to switch between representations encrypted with different keys.
Playback works correctly on other platforms using the same MPD and DRM configuration.
The issue appears specific to Samsung Tizen playback behavior during multi-key DRM key transitions. Device Details (Example Device Where Issue Was Observed):
Model Code: UA32T4380AKXXL Software Version: T-KTS2UABC-2700.6 Platform: Samsung Tizen TV Error Behavior:
Video plays normally for some time and then fails after a resolution change requiring key switch. In some cases playback stops after ~20–30 seconds when adaptive bitrate switching occurs. Request:
Could you please confirm:
Whether multi-key DRM streams with adaptive bitrate switching across keys are fully supported on Samsung Tizen TVs.
If there are specific packaging or DRM license configuration requirements for multi-key playback.
Whether there are known limitations in AVPlay or Tizen DRM handling related to key switching during DASH adaptive playback. We would appreciate any guidance or debugging steps that could help identify the root cause of this issue.
Device Details:
Test Labs Device: Korea (Suwon-TV), NEO QLED 4K, QN55QN80F(2025), Tizen 9.0, QN55QN80FAFXZA
Actual TV: UA32T4380AKXXL (Model Number)
-
By Samsung Newsroom
The Galaxy Watch ecosystem is designed for seamless connection from capturing screenshots that sync automatically to your phone, to sharing what's on your wrist in seconds. This works great for most users.
However, if you’re a developer, tester, or creator who prefers working directly on a computer, there’s a more efficient, hands-on way to capture your Galaxy Watch’s display.
Using Command Prompt (or Windows Terminal) and Android Debug Bridge (ADB), you can directly screen record or capture screenshots from your Galaxy Watch without needing a companion mobile device or any third-party apps. It’s fast, simple, and perfect for creating app demos, tutorials, or development documentation.
Record your Galaxy Watch screen via ADB
Follow these steps to record your Galaxy Watch screen directly from your computer:
Open the Command Prompt and use the cd command to navigate to the platform-tools folder: cd %LocalAppData%/Android/Sdk/platform-tools
Pair and connect your Galaxy Watch to your computer over Wi-Fi. NoteThe link directs you to steps on how to connect the Galaxy Watch to Android Studio, but you can follow the same steps and commands when using the Command Prompt. Enter the command below to start screen recording your watch: adb shell screenrecord /sdcard/record_demo.mp4
This command tells your computer (via ADB) to start recording the screen of your connected Galaxy Watch. Let's break it down piece-by-piece:
adb – connects your computer to the watch or Android device. shell – opens a command-line interface inside the device. screenrecord – starts recording the device's screen. When you run screenrecord, the device starts capturing the display and saves it as a video file (the default format is .mp4). /sdcard/record_demo.mp4 – sets the file path where the recording will be saved on the device and the file name. Stop the recording by pressing CTRL + C.
Transfer the recorded video to your computer: adb pull /sdcard/record_demo.mp4 C:\Destination\Folder\In\Your_Computer
The pull command copies the recording from your watch to your computer.
(Optional) Delete the recording from your watch using the rm command. adb shell rm /sdcard/record_demo.mp4 You now have a recorded video of your Galaxy Watch screen saved directly on your PC, ready for editing or presentation.
Capture screenshots directly from Galaxy Watch to PC
If you only need static images, you can easily transfer screenshots from your Galaxy Watch without using a phone:
Take a screenshot on your Galaxy Watch by pressing the Home and Back buttons simultaneously until you see the screenshot animation.
Locate the screenshot file using ADB shell and copy its filename.
adb shell cd sdcard/DCIM/screenshots ls
NoteYou can also run the simplified version of this command:
adb shell ls /sdcard/DCIM/screenshots/ The ls command lists the screenshots stored on your watch.
Transfer the screenshot to your computer: adb pull /sdcard/DCIM/screenshots/[File_Name].png C:\Destination\Folder\In\Your_Computer
The image is now available on your computer for quick viewing or editing.
Things to keep in mind
This method works best with Galaxy Watches running Wear OS powered by Samsung (Galaxy Watch4 and newer models), as these devices support ADB connections for development and debugging. While this approach is highly effective for capturing screen activity, it has some limitations:
Audio Capture: The screenrecord command records video but does not capture system audio. If you need audio, additional steps or tools may be required. Recording Duration: The recording duration may be limited (typically up to 3 minutes). This restriction can vary depending on the device and ADB implementation. Compatibility: Older Tizen-based Galaxy Watches may not support ADB connections, making this method unsuitable for those devices. Using ADB through Command Prompt provides a direct and efficient way to interact with your Galaxy Watch. Whether you're developing apps, recording demos, or capturing visuals for documentation, these simple commands make it easy to manage your device directly from your computer.
View the full blog at its source
-
By Daniel
I’m still dealing with persistent UI lag and bugs on my Samsung S95B, and I’m surprised this issue continues even this year with brand new firmware 1661 and resets.
Symptoms:
Menu interface is slow and laggy, especially in Settings and Home screen.
Scrolling causes stutters or jumps/skips lines in some menus.
Delays when switching inputs, opening apps, or using Smart Hub.
UI gradually becomes less responsive the longer the TV stays on.
What I’ve tried (none of these solved it):
Updated to firmware
Multiple cold boots (hold power button until restart)
Smart Hub reset
Disabled TV Plus, Autorun content, ad services, autoplay previews, etc.
Clean install with only core apps
Factory reset → works for a few days then problem returns
Disconect internet
Only “solution” that works (but temporarily):
Using “Device Care > Memory Cleanup”
It improves UI performance significantly...
BUT only for couple hours
After that, lag and line skipping come back just like before.
So far, this is the only reliable way to temporarily fix the sluggish interface.
Likely cause (based on community feedback):
Tizen OS memory mismanagement (leaks, poor RAM recycling, app bloat)
Possibly related to ad-driven Smart Hub tiles or unoptimized background services
UI lag happens even with no streaming apps open and minimal setup
What I’m asking the community:
Has anyone found a real permanent fix????
Any way to disable Smart Hub completely or force a minimal launcher?
Anyone rollback to a more stable firmware (e.g. 1304, 1430) and fixed this?
Did anyone get Samsung to acknowledge or repair it under warranty?
It’s frustrating to have a flagship OLED 2500$ USD with incredible picture quality, but an TIZEN OS that feels like it’s choking on basic tasks. Hoping for any solutions beyond daily memory cleaning.
On my opinion this is a bad memory using that cause this. Memory because saturated over time.
In all case, Tizen team should redo their homework ASAP.
-
By Samsung Newsroom
Samsung Electronics today announced a significant expansion of the Samsung Tizen OS Licensing Program, reinforcing its position as a leading provider of smart TV operating systems.
Tizen OS Continues To Grow As Reliable Smart TV Platform
Following the launch of Samsung Tizen OS 8.0, the licensing program now includes prominent original design manufacturers (ODMs). This marks an important milestone in the evolution of the Tizen ecosystem and demonstrates strong global demand for Samsung’s acclaimed smart TV platform. In its licensing program, Samsung continues to build strategic partnerships with companies that prioritize high-quality products and reliable support throughout the entire value chain.
Additionally, Samsung Tizen OS will be embedded in new TVs from well-known brands in key markets, enhancing its presence across Europe, North and Latin America, and Australia. Notable new additions include EKO and QBELL (Ayonz) in Australia and Europe, RCA (Kayve Groupo) in Mexico, RCA (Treasure Creek) in the United States and Canada, and Axdia in Germany. Many more brands are expected to join in the second half of 2025 as Samsung continues to expand its strategic partnerships into new markets.
“We are proud to expand our RCA TV portfolio across Mexico and Latin America through our partnership with Samsung’s Tizen OS,” said Jonathan Vera, Head of Marketing & Communications, Grupo Kayve. “The Tizen team provides comprehensive technical and marketing support, enabling an agile go-to-market process.”
“Partnering with Samsung on Tizen OS allows us to deliver high-quality and competitive smart TV solutions to our global brand customers,” said Gerard Louis, Chief Operating Officer (COO) at Axdia,
Premium Content and Connectivity at Core of Tizen OS-Powered Smart TVs
Samsung is also dedicated to continuous platform innovation, introducing smart features such as advanced content discovery, integration with Samsung TV Plus for FAST channel services, cloud gaming capabilities via Samsung Gaming Hub, and seamless multi-device connectivity through SmartThings. These enhancements ensure that licensees benefit not only from proven technology but also from a forward-looking platform that adapts to evolving consumer expectations.
To further differentiate Tizen-powered TVs at retail, Samsung offers tailored marketing kits and digital content toolkits for each region, enabling partners to highlight key attributes such as premium content access, fast performance, and smart connectivity—all backed by Samsung’s robust global brand credibility.
As the Tizen OS Licensing Program evolves to meet the needs of global partners, Samsung is broadening regional coverage, introducing more affordable hardware solutions, and enhancing app availability worldwide. Moreover, partners can gain access to Samsung’s specialized R&D support to confidently bring Tizen-powered smart TVs to market.
“Tizen OS is recognized for its performance, reliability, and innovation,” said Jooyoung Kim, Vice President at Samsung Electronics. “This year, we are focused on expanding our licensing program and creating diverse collaboration strategies for our key partners. We are serious about growing our global partner network and enhancing the ecosystem. By offering expanded regional support, an enriched app ecosystem, and tailored marketing resources, we aim to deliver even greater value to consumers worldwide.”
With Tizen OS extending beyond Samsung’s own TV offerings, the company remains steadfast in its commitment to delivering an open, robust, and premium smart TV experience for consumers around the world.
View the full article
-
-
Dev Insight Jan 2025: Unveiling Invites to "Galaxy Unpacked 2025" Ushering in a New Era of Mobile AIBy Samsung Newsroom
January 2025 Unveiling Invites to "Galaxy Unpacked 2025" Ushering in a New Era of Mobile AI
New Galaxy products are unveiled at Galaxy Unpacked 2025! Galaxy Unpacked 2025 commences on January 23, 3 AM KST (January 22, 10 AM local time) in San Jose, USA. It is streamed live online via the Samsung Electronics Newsroom, Samsung.com, and Samsung Electronics YouTube channel. Samsung Electronics' innovations are going to usher in a new era of the mobile AI experience with the natural and intuitive Galaxy UI. See for yourself.
Learn More Highlights from the CES 2025 Samsung Press Conference
On January 6, Samsung Electronics held the CES 2025 Samsung Press Conference under the theme "AI for All: Everyday, Everywhere," unveiling its technological visions. The full inter-device connectivity and hyper-personalized user experience through AI, both introduced at the conference, have attracted media attention from all over the world. Check out the innovative technologies that will change the future in our video.
Learn More Updates for Samsung In-App Purchase: Resubscription and Grace Period Features
Managing subscriptions is now more convenient with the new Samsung in-app purchase (IAP) updates. The newly updated features are resubscription and grace period.
Users can now reactivate their canceled subscription in Galaxy Store using the resubscribe feature. Even if there is a problem with the payment when renewing a subscription, the subscription is not canceled if the problem is resolved during the set grace period. If the developer activates the grace period feature in the item settings of Galaxy Store's Seller Portal, the system automatically retries the payment and sends the information about the failed automatic payment to the user so that they can change their payment method.
Developers can also see new information in the subscription API and ISN services, such as the subscription API's response parameters and ISN service events. Manage your subscriptions more effectively using these new features. Tutorial: Manage the Purchase/Subscription of Digital Items with Samsung In-App Purchases
The hassle of managing digital item purchases and subscriptions is no more! Samsung in-app purchase (IAP) is a powerful tool that provides a more secure and convenient payment environment for users and expands commercialization opportunities for developers. This tutorial covers how to smoothly and efficiently implement item purchase/consumption processing and subscription management. A step-by-step guide and practical code examples are used to walk developers through the complex API integration process even if they're just starting out. Check out the tutorial on the Samsung Developer Portal.
Learn More Tutorial: Step into Galaxy Watch Application Development Using Flutter
Did you know that you can develop an application for Galaxy Watches with a single codebase? The tutorial shows software developers how they can develop applications for Galaxy Watch using the Flutter framework. Flutter is an open-source framework for building multi-platform applications from a single codebase. An easy step-by-step guide that can be followed without much preparation is provided for beginners, as well as practical tips and a code example for Flutter developers who are new to developing Galaxy Watch applications. Check out the tutorial and start developing Galaxy Watch applications!
Learn More Tutorial: Monitoring Your Cards in Samsung Wallet in Real Time
Do you want to monitor the status of cards added to Samsung Wallet on user devices in real time? Samsung Wallet provides the Send Card State API to make it easy to track the cards, as the API notifies the server of any changes whenever a card is added, deleted, or updated.
The tutorial covers how to set up server notifications, how to receive notifications to a Spring server, and how to securely verify the received notifications. Learn how to monitor the status of cards in Samsung Wallet in real time.
Learn More Samsung Electronics Demonstrates AI-RAN Technologies, Paving the Way for the Convergence of Telecommunications and AI
Telecommunications technology is evolving beyond just improvements in data transmission speed, moving towards emphasizing user experience, energy efficiency, and sustainability. Samsung Electronics is accelerating the emergence of the era of future communications by showcasing the AI-RAN technology which integrates AI technology with the Radio Access Network (RAN), which is the core technology for communications networking.
In particular, at the Silicon Valley Future Wireless Summit held in November 2024, Samsung Electronics demonstrated the results of the AI-RAN PoC to global communications providers, the first in the industry to do so. The technology indicated a possibility to greatly improve data throughput, communication coverage, and energy efficiency compared to the existing 5G RAN. It also proved the convergence of communications and AI could significantly enhance network performance. Learn more about Samsung Electronics' AI-RAN technology that goes beyond the boundary of communications and creates smarter networks with AI.
Learn More Building a Trusted Execution Environment on RISC-V Microcontrollers
In embedded systems such as IoT devices, it is crucial to protect sensitive data. For this, a Trusted Execution Environment (TEE) is required. It creates an isolated environment within the processor, so that security-sensitive tasks can be executed without risk of external threats.
Samsung Research is conducting a study on how to implement the TEE technology on RISC-V-based microcontrollers (MCU), an open-source hardware architecture, and has introduced mTower, a core project related to this study. Learn more about stronger security for IoT devices on the Samsung Research blog.
Learn More
https://developer.samsung.com
Copyright© %%xtyear%% SAMSUNG All Rights Reserved.
This email was sent to %%emailaddr%% by Samsung Electronics Co.,Ltd.
You are receiving this email because you have subscribed to the Samsung Developer Newsletter through the website.
Samsung Electronics · 129 Samsung-ro · Yeongtong-gu · Suwon-si, Gyeonggi-do 16677 · South Korea
Privacy Policy Unsubscribe
View the full blog at its source
-
-