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(null $App = null, null $Response = null, null $Input = null)
Construct a new controller |
||
| mixed |
store()
Stores this video file from zencoder servers onto our local server |
Details
at line 20
public
__construct(null $App = null, null $Response = null, null $Input = null)
Construct a new controller
at line 32
public mixed
store()
Stores this video file from zencoder servers onto our local server