Getting Started

Samsung Tizen TV Integration

StreamLayer provides full support for Samsung Tizen TV applications through the @streamlayer/web-os React SDK. This unified SDK enables interactive overlays, pause ads, and real-time engagement features on Samsung Smart TVs.

Getting Started

The Tizen TV integration uses the same SDK and APIs as other TV platforms. Please refer to our unified TV SDK documentation:

DocumentationDescription
Integration GuideStep-by-step installation and setup
Exposed Pause AdVAST-compliant pause ad implementation

System Requirements

  • Samsung Tizen TV
  • React-based application
  • Node.js / JavaScript or TypeScript environment

Quick Installation

npm install @streamlayer/web-os
import { StreamLayerProvider, StreamLayerSDKTv } from '@streamlayer/web-os'
import '@streamlayer/web-os/style.css'

export const Main = () => (
  <StreamLayerProvider sdkKey="your-sdk-key" event="your-event-id">
    <StreamLayerSDKTv>
      <video />
    </StreamLayerSDKTv>
  </StreamLayerProvider>
)

Tizen-Specific Notes

  • Remote Control: The SDK handles TV remote navigation automatically using spatial navigation
  • Performance: The SDK is optimized for Tizen's rendering engine
  • Testing: Use the Tizen Studio emulator or physical Samsung TV for development

Support

For Tizen-specific issues or questions: