Skip to content

Radiant Media Player custom Cast Application Framework (CAF) receiver app

License

Notifications You must be signed in to change notification settings

ifa6/rmp-cast-receiver

 
 

Repository files navigation

rmp-cast-receiver

Radiant Media Player custom Cast Application Framework (CAF) Receiver app

Examples

  • player.html: our production CAF custom receiver app
  • player-ads.html: example for using pre-roll ads in a custom CAF receiver app
  • player-drm.html: example for using DASH Widevine DRM in a custom CAF receiver app

Our production custom CAF receiver app (this is default in Radiant Media Player for version 4.7.0+) should cover most generic case-scenario. However you should consider developing your own custom CAF receiver app in the following cases:

  • you need video ads support: client-side ad stitching is shown in the example above. Currently this is not VAST compatible (either through IMA or rmp-vast).
  • you need to support DRM: the DRM example above has been tested for DASH with Widevine DRM
  • you need to apply your own styling to the CAF player
  • you need to implement some other kind of custom behaviour required by your project

Examples above are provided as starting points for Radiant Media Player users to develop a custom CAF Receiver app. Please refer to Google docs add Features to your CAF Receiver for further documentation on building a custom CAF receiver app.

Usage

Information on how use and develop a custom CAF receiver app can be found here.

Issues

Issues should be submitted in this GitHub page. We will do our best to review them.

License

rmp-cast-receiver examples are released under Apache License 2.0.

Radiant Media Player is a commercial HTML5 video player and has its own license which can be found here: https://www.radiantmediaplayer.com/terms-of-service.html

About

Radiant Media Player custom Cast Application Framework (CAF) receiver app

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 59.1%
  • HTML 34.4%
  • CSS 6.5%