Languages

Menu
Sites
Language
Player missing features - custom http header - drm management

Hi,

 

I'm trying to create a video player using flutter. 

flutter for tizen use native "player.h" to play video. 

My videos, can be live stream, or non live vide, and are protected using DRM. To get video content, I should use custom http header. 

The only function available on "player.h" is "player_set_uri", I can't find how you register my DRM, nor if it's possible to have custom header caling URI. 

 

 

Can you help me? 

 

Thanks

Responses

1 Replies
Thomas Deblock

The source file used by flutter to init the video player is here https://github.com/flutter-tizen/plugins/blob/master/packages/video_player/tizen/src/video_player.cc