This topic describes how your application can play streaming and DRM-protected media content using TV-specific features in the Tizen.TV.Multimedia.Player class.
You can implement streaming and DRM-protected media playback in your TV .NET application. For information on implementing basic media playback functionality, see Media Playback.
The Tizen.TV.Multimedia.Player class is derived from the Tizen.Multimedia.Player class. In addition to the Tizen.Multimedia.Player class features, you can implement adaptive streaming in the MPEG-DASH and Smooth Streaming formats, and play media protected using PlayReady DRM. For more information on the supported video formats, see Media Specifications > Video.
Note
Within the Tizen.TV.Multimedia.Player class, support for the Tizen.Multimedia.Player class features has the following limitations:
The following features are not supported and throw a "NotSupportedException" message:
CaptureVideoAsync() method
ApplyAudioStreamPolicy() method
AudioEffect() method
VideoFrameDecoded event
If you use the SetPlaybackRate() method to set the playback rate to a value that is not 1.0, sound is muted.
The RTP/RTSP streaming protocol is not supported.
DRM-protected media playback is not supported on the TV emulator.
Prerequisites
To enable your application to use the TV-specific media playback functionalities:
Include the Tizen.TV.Multimedia namespace in your application:
using Tizen.TV.Multimedia;
To play media from various sources using the Tizen.Multimedia.MediaUriSource class, the application has to request permission by adding the applicable privileges to the "tizen-manifest.xml" file:
<privileges>
<!--To stream media from the network-->
<privilege>http://tizen.org/privilege/internet</privilege>
<!--To play media from internal storage-->
<privilege>http://tizen.org/privilege/mediastorage</privilege>
<!--To play media from external storage-->
<privilege>http://tizen.org/privilege/externalstorage</privilege>
</privileges>
To play DRM-protected content, the application has to request permission by adding the following privilege to the "tizen-manifest.xml" file:
We use cookies to improve your experience on our website and to show you relevant
advertising. Manage you settings for our cookies below.
Essential Cookies
These cookies are essential as they enable you to move around the website. This
category cannot be disabled.
Company
Domain
Samsung Electronics
.samsungdeveloperconference.com
Analytical/Performance Cookies
These cookies collect information about how you use our website. for example which
pages you visit most often. All information these cookies collect is used to improve
how the website works.
Company
Domain
LinkedIn
.linkedin.com
Meta (formerly Facebook)
.samsungdeveloperconference.com
Google Inc.
.samsungdeveloperconference.com
Functionality Cookies
These cookies allow our website to remember choices you make (such as your user name, language or the region your are in) and
tailor the website to provide enhanced features and content for you.
Company
Domain
LinkedIn
.ads.linkedin.com, .linkedin.com
Advertising Cookies
These cookies gather information about your browser habits. They remember that
you've visited our website and share this information with other organizations such
as advertisers.
Company
Domain
LinkedIn
.linkedin.com
Meta (formerly Facebook)
.samsungdeveloperconference.com
Google Inc.
.samsungdeveloperconference.com
Preferences Submitted
You have successfully updated your cookie preferences.