Skip to content

01) Home

pbsamsung edited this page May 13, 2019 · 7 revisions

JuvoPlayer

The reference for developers of streaming live TV and VOD Tizen .Net applications. The GUIs (alternative) are built on XamarinForms framework and Tizen Native with OpenGL. This sample illustrates how to utilize the elementary streams data source API (demuxed audio and video). The DRMed (MS PlayReady by CENC interface) and clean content can be played. MPEG DASH and RTP/RTSP content delivery protocols clients are integrated with the app (no TV platform dependency). The HLS protocol and demuxing of the streams are handled by the FFMPEG library incorporated as .so binary files.

Dependencies

  1. FFmpeg 3.3.6 'Hilbert' - library (binaries) acting:
  • HLS protocol scenario's downloader and demuxer
  • RTP/RTSP protocol based scenario's demuxer.
  • MPEG DASH protocol based scenario's demuxer.
  1. https://github.com/ngraziano/SharpRTSP . (RTSP module, 23rd December 2018) - RTP/RTSP protocol scenarios downloader
  1. Samsung TV firmware - This component comes with a Samsung 2019 TV device
  2. Video content URLs embeded in videoclips.json files. See in the project tree:
  • XamarinPlayer.Tizen.TV\shared\res\videoclips.json
  • JuvoPlayer.OpenGL\shared\res\videoclips.json

Setup instructions

  1. Download .zip or clone the repository to your HDD.
  2. Open the JuvoPlayer solution with Microsoft Visual Studio. See the articles regarding Tizen .Net TV environment setup here: https://developer.samsung.com/tv/tizen-net-tv
  1. Setup the nuget packages repository for the solution (restore NuGet packages)
  2. Set one of the GUI projects as startup. Choose one of the following:
  • XamarinPlayer
  • JuvoPlayer.OpenGL

Application launch

  1. Connect with the TV set using the 'Device Manager' tool installed together with the Tizen Tools package see more in https://developer.samsung.com/tv/tizen-net-tv
  2. Start the select GUI project by pressing F5 (debug) or ctrl+F5 (release)
Clone this wiki locally