Relative Content

Tag Archive for amazon-web-servicesgoamazon-s3

Processing and saving a video in realtime with Golang and AWS

I need to create a simple application where I have to stream a video and convert the video to hls and save it in aws s3 while the video is streaming (I cannot wait till the entire video is downloaded and also I cannot wait till ffmpeg fnishes the conversion to upload it to S3) the below is the code of what I attempted