Huge appreciation and thank you! The topic of video streaming with AWS is crucial, yet there is so little quality content available on it. You really hit the nail on the head here, explaining the intricacies. The way you navigate through AWS and break down each step is simply top-notch!
@FelixYu11 ай бұрын
thanks a lot!!
@kanny87429 ай бұрын
I owe my career to this guy
@modrn_ Жыл бұрын
Dude, this is exactly what I was looking for and this is so straight to the point and clear on how to accomplish this. Great video!
@FelixYu Жыл бұрын
Thank you!! Glad that u found it helpful mate!!
@naveenbisht462710 ай бұрын
I used Node backend to upload videos to S3, transcoded them with MediaConvert, and streamed the results on a React app via CloudFront. This video was a big help for the streaming part. Thanks!
@hoshankumaran Жыл бұрын
i have some questions 1) how to make a video with out buffering 2) what is the cost to run that video straming platform 3) how to handle sudden spike of traffic 4) how to handle security 5) how to load balance
@VikasJha00110 ай бұрын
3). Spike of traffic will get auto handled because he is using cloudfront and S3 storage. Both of these scales automatically and can serve millions of requests per second. 5. Load balancing is not required as that is managed automatically by AWS for the case of S3
@francisekwempu92488 ай бұрын
Interesting tutorial with clear audio and video. Well done!
@GarrettMusic1Ай бұрын
You are a legend for making this video, thanks a lot!
@DivyDarshni Жыл бұрын
Thank you for the video,Iam creating a anime streaming website. This is what Iam searching for
@adityanjsg994 ай бұрын
Explained it in so simple terms !!
@shlomperman19902 ай бұрын
top video on youtube! i don't know how to code and I managed to follow, king!
@kimmyl98685 ай бұрын
U saved my life! This tutorial really helps to upload a video to cloud, Thanks!
@ChromePlatypus- Жыл бұрын
Thank you Felix, your tutorials have helped me alot!
@FelixYu Жыл бұрын
u are welcome mate :) glad that they are helpful!!
@allaboinakranthi Жыл бұрын
thanks alot Felix Yu you have did a great job helping others to solve such type of issues
@FelixYu Жыл бұрын
Thank you for the kind words!! I’m glad you found it helpful!!
@TheeSurferJim Жыл бұрын
Great job. Nicely precise and efficient. Worked perfectly when following your path 🙂 Thank you!
@FelixYu Жыл бұрын
Glad it helped!
@endtimes487811 ай бұрын
Did you do it?....if yes give me the link I want to see your videos.
@TheeSurferJim11 ай бұрын
@@endtimes4878 I implemented the player, broadcaster, and viewer conponents using client sdk, then dug into the core aws and ivs classes the client calls, and tapped the core svcs via Java. Sidetracked on my AI agent app for the moment but will be live in like 60 days via an Edu LMS I coded up. Just note Spring security has to be enabled to allow the vid elements to come down the pike 👍
@nonametrackz7887 Жыл бұрын
Very easy tutorial to follow along ! I subscribed
@NessHypegaming Жыл бұрын
these videos are awesome! while it gives you something to put on your resume you also get hands on experience.
@FelixYu Жыл бұрын
Glad that u found it helpful mate!!
@Adiyat_Coto11 ай бұрын
Thanks a lot Felix! I'm newbie at this subjects, this video really help me a lot! I'm expecting more videos about AWS cloud and Mobile Apps.
@FelixYu11 ай бұрын
Glad that you found it helpful!!
@bochitapfh11 ай бұрын
Great video! I was looking on how to solve this same problem for my website. Thanks!
@ExpoDev_Dash4 ай бұрын
Can you do a video using a complete architecture.. using sqs and ec2 for processing and then stream data through cloud front
@phyohtetpaing44 Жыл бұрын
Thanks for the tutorial. How can we rate limit base on the user account. Netflix and Udmey has some kind of protaction that videos url can not playable on it own and it is only work from specific website or app . url is not in video format and it can’t not playable by it own outside the web page. Is there any way to known how dose that work with aws s3 and cloud front cdn.I try with public key /private key idea but it doesn’t even closed.They are using tag but the url is not valid format. How did they hide it.
@okeyshourovroy2769 Жыл бұрын
Great tutorial, can you please also make a tutorial on video protection using signed cookies and urls, signed coockies can be good for web but what to do for the mobile applications like react native or flutter. 🙏 please make a video
@SAURABHGUPTA_DINOSAUR Жыл бұрын
Thanks for the video mahn, nice explanation. My question is, in real world scenarios, it's not possible to manually put the individual links in the source code right? then how does it work? Anyways, thanks for explaining this. PEACE OUT
@MrOptimusPrime. Жыл бұрын
Thank you very much felix.
@AnonymousDevelopel Жыл бұрын
Great video and thanks for all the useful tutorials, Would be greatly appreciated if you made a video on how to create a aws censorship system for user text and images.
@test_deneme Жыл бұрын
Thanks mate, really clear and current ;)
@FelixYu Жыл бұрын
Great to hear!
@glendagoitia3280 Жыл бұрын
How do I do if I upload a video in AWS, I copy the link and I want it to be on my wordpress web page, the playback comes out automatically without the user pressing play, I mount it, it is seen but it does not play automatically. Thank you
@sheikhirfan7257 Жыл бұрын
Thanks, man really good content
@FelixYu Жыл бұрын
Glad that u found it helpful
@oussamaladhari550 Жыл бұрын
is it possible to make another video about hosting a live streaming with RTMP for example on AWS and your own website?
@maasondelgado8001 Жыл бұрын
I would love to see a more in depth video streaming site
@RockstahRolln Жыл бұрын
Very good, simple and effective tutorial! Going to give this a go! Thank You!
@FelixYu Жыл бұрын
glad that u found it helpful!!
@glitchbey Жыл бұрын
What are the best hosting provider solutions for a mid-heavy video streaming website?
@Melegna7021 Жыл бұрын
Thank you for this tutorial! Just started learning aws and this was incredible! A couple questions I have is, are we able to use the same bucket for images as well? Potentially separating by directory? If so, can we modify the file structure later like keying into the directories to add more media?
@RockstahRolln Жыл бұрын
From another tutorial I watched, I believe you can host your images in the same folder. So you can have two folders - video and images.
@616eric Жыл бұрын
Felix, I tried to contact you through LinkedIn. This is a great video of how to build out Video Streaming. I subscribed and will share the video. Look forward to speaking with you.
@finessefulj84895 ай бұрын
Would this also be a great solution for building a FAST service? (I'm currently at stage 0 and am building up a library of content to help build end to end).
@jacquelynecarmen7 ай бұрын
I have some questions. Your that video is be short but in real app like Netflix they have very big size video files like more than 10GB. You just use s3 source to download and stream your video immediately and what about whole movie? What about multiple audio and subtitle files? What about video resolution? And we can marge our video files according to the user selection mean if user requests for different languages audio and some different subtitle. I don't think this enough for streaming app.
@kawaiihikari0 Жыл бұрын
What an OG
@Laserease018 ай бұрын
Very good tutorial, simple and effective! Can you make a tutorial on how to use signed cookies and use signed URLs? I really can't find any relevant videos. It can be said that there are no videos in this regard.
@irq001 Жыл бұрын
How can I stream a video comprising of a number of small video segments ( aka HLS fragments ) instead of one single big video file as shown in this tutorial ? These segments are 6 second long video files which should be played in a specific order ( sort on the file name gives that order ) one after another in the Client to recreate the long running video . These files are stored in a s3 bucket . In fact, this use-case is very similar to any content provider streaming their content using HLS protocol , which any HLS enabled browser or video player like VLC are able to play.
@mofekayode8944 Жыл бұрын
Hi, did you find a solution for this ?
@riazahmad5975 Жыл бұрын
awsome .. bundle of thanks very very helpful
@FelixYu Жыл бұрын
glad that u found it helpful!!
@jutah Жыл бұрын
subbed that was great 👌
@FelixYu Жыл бұрын
Glad that u found it helpful!!
@jutah Жыл бұрын
back again for another setup- big thank you felix!
@DomGarzaSR7 ай бұрын
This doesn’t really solve latency issues which so noticeable , have you worked with KVS on AWS
@venkat8637 Жыл бұрын
Hi Thanks, is it possible to do a VR 360 Video for Google Cardboard viewing. Thanks Much
@code_marked11 ай бұрын
Once the app is all finished, what kind of hosting would one need put it on the net?
@ta4haa2 ай бұрын
Hello Felix, I am facing some problems. I hope you can help me. I hope people try the response method.
@KrishnaKumar-qx1mk Жыл бұрын
Could you also tell how can we fetch all the videos and play them ? like how to fetch these videos and make a website similar to udemy??
@Rohitsingh24104 ай бұрын
small question dont you think this will actually download the video while redning the content as you are using a direct .mp4 link? whenever you stream on youtube or netflix you don't get whole mp4 file URL, but get chunks of it .
@rpb583 Жыл бұрын
Very good video, thanks a lot. Helped me big time.
@FelixYu Жыл бұрын
Glad that u found it helpful
@TuvRaz8 ай бұрын
I got confused right after the google testing and going into the terminal s_code? is the terminal on the AWS website?
@aungmyooo969210 ай бұрын
Could you please provide an estimate of the cost per user for streaming a 3GB video on this infrastructure?
@avanijagtap8684 Жыл бұрын
So If We have a json File. Can we connect the url to it? Also is AWS free? And how much storage does it have? And can we make multiple accounts for free storage?
@maasondelgado8001 Жыл бұрын
hey I have been watching some of your videos, and I they are good I was wondering if the 2 part series on authentication is still viable in 2023
@AnuragMishra-ws4zc Жыл бұрын
but how we can change quality of video
@streamingmarv Жыл бұрын
Great tutorial! What if I want to play 360 degree videos on all devices? Will they play with 360 degree interactivity or do I need to implement the VLC media player?
@guscisco Жыл бұрын
Nice work, keep going!
@FelixYu Жыл бұрын
thanks mate!!
@afroj3di Жыл бұрын
How can we allow users select what video quality they want, or send a lower quality based on users internet speed
@matheusgrossi47078 ай бұрын
What about the payment ? I mean, if i want to put a 50gigas file on AWS. btw, i loved how you putted the song when you were coding, really made me laugh hahaha
@vidaconpropositooficial3 ай бұрын
Hello! How can i prevent other people use my cloudfront url to publish my videos on their web pages?
@zaidiyamaisha188511 ай бұрын
Hey Guy, U did not mention that we needed to download NPM and Node.js 1st ....
@ghostkee5031 Жыл бұрын
it looks like it still accessible to public ? i don't see any authorization logic
@abhishekpatel090411 ай бұрын
Does this do adaptive streaming ? or we need to make mpd or m3u8 file
@mehmetkaya4330 Жыл бұрын
Super! Thank you so much! Should we be worried about any AWS costs if we build one just like yours?
@FelixYu Жыл бұрын
it depends on how many people watch ur video. i think cloudfront is eligible for free tier for 10,000,000 HTTP or HTTPS Requests
@mehmetkaya4330 Жыл бұрын
@@FelixYu Got it! Thanks!
@mehmetkaya4330 Жыл бұрын
Also, I followed your steps but when I pasted the domain_name/object_key and hit enter, it just downloaded the file instead of showing the video. Could it be due to the file format, which is .mov and not .mp4
@mehmetkaya4330 Жыл бұрын
It worked when I uploaded an .mp4 video. Thanks again.
@FelixYu Жыл бұрын
@@mehmetkaya4330 glad that it is working now!! yea i have only tested it with mp4 files
@sisoyunrobot6413 Жыл бұрын
Those video urls don't have an expiration date?
@Pedro-gu7jj Жыл бұрын
how can I get instability of my vods using React and HLS?
@OtherPaulo7 ай бұрын
Hello Felix, how do I know the cost of 100k views on an 18mb video like the one you used as an example?
@DropCollectorBD Жыл бұрын
how to create live streaming system with CDN?
@sidney38632 күн бұрын
hopefully you see this comment though the video is 1 year old, could you or have you done a video on how we can make it so that users can upload their videos which get stored in the AWS and other users can see it as well?
@riazahmad5975 Жыл бұрын
Flex Yu ! can u make complete ecomerce project using aws lambda , node js ,dynamodb , stripe , react etc . Thanks
@FelixYu Жыл бұрын
thats a good suggestion..i will add that to my list 👍
@TomasRodriguez-qo9pv Жыл бұрын
But KZbin doenst work with chunks system?
@Aesthetic_Lifestyles Жыл бұрын
Hey bro I am Prince Gupta a 14 yr old boy He I want to tell that can we use hls or dash for changing video quality if so how. What will be the minimum brandwidth for a million people watching a video at a time?? Please reply me because I have to build my streaming site as soon as possible. Hope you understand please reply fast
@brianmugisha3802 Жыл бұрын
super tutorial
@organicvids Жыл бұрын
How would you clone craigslist?
@phaniraveendra9140 Жыл бұрын
How to create a code in react for video streaming in vs code?
@arnawgundawar Жыл бұрын
Could you help me figure out exactly how much it would cost for me to have 100 images each with about 8mb size and each image being viewed about 10000 times each month, using s3 and cloudfront?
@simont73311 ай бұрын
so how do torrent stream works??
@TheLeenaShah6 ай бұрын
Hi can you help me design a video streaming channel?
@mikemagan245910 ай бұрын
Thanks!
@VinceTapang Жыл бұрын
Is there a way to prevent the video from being downloaded? I can paste the source url in the address bar then right-click and select "Save Video As..."
@DarkMatter2431 Жыл бұрын
Find a video player for HTML/PHP or whatever language you're using that can prevent people from downloading your videos
@FilmLife Жыл бұрын
thank you for this truly
@FelixYu Жыл бұрын
Glad that u found it helpful!!
@harshil4521 Жыл бұрын
Everything is fine but finally when i start the react app from the terminal the video is not playing
@harshil4521 Жыл бұрын
Plz i need a fast reply cuz I'm using it for my clg project and tommoro is submition date
@cahyaa8741 Жыл бұрын
thanks for video
@SK-ln6nm2 ай бұрын
Sir, if I make a web app like youtube than how to manage ads system, like how much money paid to creator, and where we found ads to put our creator videos. Please reply me, I search this topice everywhere but not find solutions. Anyone if have idea than please reply.
@jerrytonmoy Жыл бұрын
this is static.but i want to do this dynamic
@CameronL Жыл бұрын
What is the cost of running this?
@CtrlAltDelight28 Жыл бұрын
thank you
@BigDataLogin Жыл бұрын
cool
@Adilxec3 ай бұрын
will aws charge for this?
@etharva2 ай бұрын
Obv
@sangamsahai9823 Жыл бұрын
great video bro !!
@FelixYu Жыл бұрын
Glad that u liked it 👍
@cbgbabigaming49348 ай бұрын
vscode link please
@dhruvwills Жыл бұрын
how can i restrict user from downloading the video ?
@FelixYu Жыл бұрын
u can add a controlsList option to it like this:
@FelixYu Жыл бұрын
thats to remove it from the UI..if u wanna completely prevent ppl from downloading it, u can use HTTP referer: docs.aws.amazon.com/AmazonS3/latest/userguide/example-bucket-policies.html#example-bucket-policies-use-case-4
@okeyshourovroy2769 Жыл бұрын
@@FelixYu Can you please make a video on it please?
@sardor-tokhirov9 ай бұрын
I subscribed u body
@staymotivated703 Жыл бұрын
You have a email? Happy New Year Good Brother do you have a email I patented new cinema technology this video show it’s capabilities that I want to collaborate with you on