amazon s3 - CloudFront - Streaming distribution - ignores files not in root -


i've got bunch of videos in directory, in s3 bucket.

databucket contains: videos/18512/version1.flv - contains other versions in directory

now, when using rtmp streaming distribution via cloudfront only work if video files in root of bucket. if in sub directories, see structure (which necessary really), ignore/not find files.

i can't see on amazon support or googling, or indeed here. advice if nature of beast or setting/config issue?

was stuck on issue myself, turns out jw player need precede path mp4: prefix.

so example rtmp path cloud front be.

rtmp://xxxxxx.cloudfront.net/cfx/st/mp4:videos/18512/version1.flv

figure must have gotten past due age of question. since came in search answer, figured leave others might find well.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -