amazon ec2 - Streaming specific setup for audio streaming -


thanks , suggestions.

so have amazon ec2 instance (m3.medium have realized yields me 4gb of storage) running wowza server installed live streaming audio , audio/video on demand. running fine...things seem going swimmingly have been live week now.

everyday have close 80 people listen in on live stream , falls 20-10 concurrent users listening archived streams @ given time. hope increase number in time.

we have live/record app , vod app use streaming , vod/aod respectively. after streaming show done saves file content folder know.

so cruising file system checking out content folder , thinking folder going fill , curious how people navigate part of streaming- storage part. feels easiest route far storage goes, though know of perils involved in keeping of these files on instance.

for storing these sorts of files need remain available in perpetuity, tend add space-wise, manner in people commonly this?

i tried briefly mount s3 , didn't work me. i'm sure can fixed kept reading not recommended write or stream s3.

thanks..any info , leads big help. total newbie here , surprised made far.

i'll need start new instance , transfer on new instance unless there way me attach more storage instance.

thanks.

s3 going best option. s3 not block storage device ebs volume. can open file on , write stream.

instead, need break files apart (on breakpoint works you) , upload file s3 after been completed. can have users directly download s3 , remove load current instance.


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -