Skip to content

Implement convert m4s to mp4 blob trigger

Sébastien Nadeau requested to merge ImplementConvertM4SToMp4BlobTrigger into master

Blob trigger listen for any new mpeg-dash chunk stream blob with the format: {timestamp}/chunk-stream_{track}-{chunkId}.m4s It will retrieve it's related init stream blob : init-stream_{track}.m4s

It will concatenate both and create a new mp4 file from that will be put under the same timestamp folder

Merge request reports

Loading