-
Notifications
You must be signed in to change notification settings - Fork 23
01) Home
pbsamsung edited this page May 13, 2019
·
7 revisions
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.
- 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.
- https://github.com/ngraziano/SharpRTSP . (RTSP module, 23rd December 2018) - RTP/RTSP protocol scenarios downloader
- Samsung TV firmware - This component comes with a Samsung 2019 TV device
- 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
- Download .zip or clone the repository to your HDD.
- 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
- Setup the nuget packages repository for the solution (restore NuGet packages)
- Set one of the GUI projects as startup. Choose one of the following:
- XamarinPlayer
- JuvoPlayer.OpenGL
- 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
- Start the select GUI project by pressing F5 (debug) or ctrl+F5 (release)