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