0.3.6 • Published 10 months ago

@takeoffmedia/react-native-bitmovin-player v0.3.6

Weekly downloads
118
License
MIT
Repository
github
Last release
10 months ago

@takeoffmedia/react-native-bitmovin-player

Attention! This plugin is not official, the code is not provided or maintained by Bitmovin!

Installation

npm install @takeoffmedia/react-native-bitmovin-player

Project Setup

  • Add in your pod file:

    • source 'https://github.com/bitmovin/cocoapod-specs.git'
    • pod 'BitmovinPlayer', '2.57.1'
  • Add your Bitmovin player license key to the Info.plist file as BitmovinPlayerLicenseKey.

  • Add the Bundle identifier of the iOS application which is using the SDK as an allowed domain to the Bitmovin licensing backend. This can be also done under Player -> Licenses when logging in into https://dashboard.bitmovin.com with your account.

    When you do not do this, you'll get a license error when starting the application which contains the player.

    Your player license key can be found when logging in into https://dashboard.bitmovin.com and navigating to Player -> Licenses.

  • Optional: You can add a custom CSS and JS in Info.plist

    • Key to the Info.plist file as BitmovinPlayerCss.

    • Key to the Info.plist file as BitmovinPlayerJs.

Note for iOS 12

If you develop using XCode 10 targeting iOS 12 make sure you use a provisioning profile with Access WiFi Information enabled for the BasicCasting as well as for the AdvancedCasting sample.

Note for iOS 13

If you develop using XCode 11 targeting iOS 13 please make sure the NSBluetoothAlwaysUsageDescription key is set in the info.plist for both the BasicCasting and the AdvancedCasting samples.

Usage

import ReactNativeBitmovinPlayer from '@takeoffmedia/react-native-bitmovin-player';

<ReactNativeBitmovinPlayer
  autoPlay={false}
  configuration={{
    url: '',
    poster: '',
    subtitles: '',
    thumbnails: '',
    startOffset: 0
  }}
/>

Configuration

// TODO

Events

// TODO

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

0.3.5-rc.2

10 months ago

0.3.6

1 year ago

0.3.5

2 years ago

0.3.5-rc.1

2 years ago

0.3.5-rc.0

2 years ago

0.3.0

2 years ago

0.3.2

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.2.3

2 years ago

0.2.4

2 years ago

0.1.54

2 years ago

0.1.55

2 years ago

0.1.56

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.2.2

2 years ago

0.1.53

3 years ago

0.1.52

3 years ago

0.1.50

3 years ago

0.1.51

3 years ago

0.1.49

3 years ago

0.1.48

3 years ago

0.1.45

3 years ago

0.1.46

3 years ago

0.1.47

3 years ago

0.1.41

3 years ago

0.1.42

3 years ago

0.1.43

3 years ago

0.1.44

3 years ago

0.1.40

3 years ago

0.1.39

3 years ago

0.1.38

3 years ago

0.1.36

3 years ago

0.1.37

3 years ago

0.1.34

3 years ago

0.1.35

3 years ago

0.1.33

3 years ago

0.1.32

3 years ago

0.1.31

3 years ago

0.1.30

3 years ago

0.1.29

3 years ago

0.1.27

3 years ago

0.1.28

3 years ago

0.1.26

3 years ago

0.1.25

3 years ago

0.1.24

3 years ago

0.1.23

3 years ago

0.1.22

3 years ago

0.1.21

3 years ago

0.1.20

3 years ago

0.1.19

3 years ago

0.1.18

3 years ago

0.1.17

3 years ago

0.1.16

3 years ago

0.1.15

3 years ago

0.1.14

3 years ago

0.1.13

3 years ago

0.1.12

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.9

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago