Post your video to Bunny CDN after rendering is finished
npm i @mobilapp/action-bunnycdn -g
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"
}
}
]
}
}
-
filename
filename of uploaded file. -
videoLibraryId
videoLibraryId at BunnyCDN. -
AccessKey
BunnyCDN API Key.