Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

IMA Plugin for the Kaltura Player JS

License

NotificationsYou must be signed in to change notification settings

kaltura/playkit-js-ima

Repository files navigation

Build Statuscode style: prettier

PlayKit JS IMA plugin integratesIMA SDK for HTML5 with theKaltura Player JS.

PlayKit JS IMA is written inECMAScript6, statically analysed usingFlow and transpiled in ECMAScript5 usingBabel.

Getting Started

Prerequisites

The plugin requiresKaltura Player JS to be loaded first.

The plugin uses theIMA SDK for HTML5 Javascript SDK, if the SDK is already loaded on the page the plugin will use it, and if it's not then it will load it.

Installing

First, clone and runyarn to install dependencies:

git clone https://github.com/kaltura/playkit-js-ima.gitcd playkit-js-imayarn install

Building

Then, build the player

yarnrunbuild

Embed the library in your test page

Finally, add the bundle as a script tag in your page, and initialize the player

<scripttype="text/javascript"src="/PATH/TO/FILE/kaltura-{ovp/ott}-player.js"></script><!--PlayKit player--><scripttype="text/javascript"src="//imasdk.googleapis.com/js/sdkloader/ima3.js"></script><!--IMA SDK for HTML5--><scripttype="text/javascript"src="/PATH/TO/FILE/playkit-ima.js"></script><!--PlayKit IMA plugin--><divid="player-placeholder"style="height:360px; width:640px"><scripttype="text/javascript">varconfig={provider:{partnerId:{YOUR_PARTNER_ID}...},      ...plugins:{ima:{adTagUrl:'YOUR_AD_TAG_URL'}}...};varplayer=KalturaPlayer.setup(config);player.play();</script></div>

Documentation

Running the tests

Tests can be run locally viaKarma, which will run on Chrome, Firefox and Safari

yarn run test

You can test individual browsers:

yarn run test:chromeyarn run test:firefoxyarn run test:safari

And coding style tests

We use ESLintrecommended set with some additions for enforcingFlow types and other rules.

SeeESLint config for full configuration.

We also use.editorconfig to maintain consistent coding styles and settings, please make sure you comply with the styling.

Compatibility

TBD

Contributing

Please readCONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We useSemVer for versioning. For the versions available, see thetags on this repository.

License

This project is licensed under the AGPL-3.0 License - see theLICENSE.md file for details


[8]ページ先頭

©2009-2025 Movatter.jp