Mohit Raval
Mohit Raval

Reputation: 438

How to play DRM video file in Flutter for Android & iOS app

I am developing a flutter app, Where I need to play a DRM video in a flutter for the android app and iOS app. Is there any plugin or player available in flutter? or any example? or any other way?

Available pub: https://pub.dev/packages/drm_video

The above pub is not properly updated.

Please help me. thank you.

Upvotes: 0

Views: 3272

Answers (2)

Natesh bhat
Natesh bhat

Reputation: 13247

The best ones currently as of August 2024 are better_player, chewie , better_player_plus , video_player, vdocipher_flutter (paid drm) , flutter_vlc_player and media_kit.

only better_player, vdoCipher, better_player_plus support drm

Upvotes: -1

Flex Chan
Flex Chan

Reputation: 59

There is Better Player which has drm configuration, check it.

Upvotes: -1

Related Questions