class ZencoderNotificationsController extends Controller

Class ZencoderNotificationsController handles incoming requests from the zencoder server when it is finished encoding our videos in order to let us know it is time to download the encoded video back to our own servers

Methods

__construct(Framework $Framework)

Create a new ZencoderNotificationsController

mixed
store()

Stores this video file from zencoder servers onto our local server

Details

at line 21
__construct(Framework $Framework)

Create a new ZencoderNotificationsController

Parameters

Framework $Framework

at line 33
mixed store()

Stores this video file from zencoder servers onto our local server

Return Value

mixed