(feature) A transcoding endpoint that does something!
Added a new endpoint to v1/media/transcoding It was relying on the default fall through on /media/ without matching a type. And the front end was just hard coding a response.
This utilizes the AWS S3 client baked into FFMpeg.php to query the configured bucket and list the objects that match the prefix /cinemr_dir/video_guid
Based on the keys that s3 returns, it then builds a TranscodingStatus object which parses the keys into statuses.
A properly transcoded video should have
- guid/source - the raw video
- guid/{video height}.format for each of the presets configured in CONFIG->transcoder->[prefixes]
- thumbnails
If this proves slow or unreliable, the next step is have FFMPEG write status per guid to cassandra
changed milestone to %sprint: Giddy Giraffe
- Maintainer
Back end changes for front#912 (closed)
approved this merge request
added 3 commits
- 00895004...c95d0753 - 2 commits from branch
minds:master
- 32dcbe86 - Merge remote-tracking branch 'upstream/master' into transcoding_endpoint
- 00895004...c95d0753 - 2 commits from branch
mentioned in commit brianhatchet/front@db1d7006
mentioned in merge request front!344 (closed)
approved this merge request
mentioned in commit front@092e10a9
approved this merge request
merged
mentioned in commit 9e3be2d9