mobilapp-action-bunnycdn

1.0.1 • Public • Published

Action: Post

Post your video to Bunny CDN after rendering is finished

Installation

npm i @mobilapp/action-bunnycdn -g

Usage

When creating your render job provide this module as one of the postrender actions:

// job.json
{
    "actions": {
        "postrender": [
        {
            "module": "@mobilapp/action-bunnycdn",
            "params": {
                "filename": "xxx.mp4",
                "videoLibraryId": 123456,
                "AccessKey": "xxxxx"
            }
        }
        ]
    }
}

Information

  • filename filename of uploaded file.
  • videoLibraryId videoLibraryId at BunnyCDN.
  • AccessKey BunnyCDN API Key.

Readme

Keywords

none

Package Sidebar

Install

npm i mobilapp-action-bunnycdn

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

2.84 kB

Total Files

4

Last publish

Collaborators

  • mobilapp