Streaming video with Node.js and React: a step-by-step guide

preview_player
Показать описание

▶️ Video Timestamps:
11:15 Creating the React component
21:00 Wrapping up

🌟Don't forget to give this video a thumbs up if you found it helpful, and subscribe to the channel for more awesome tutorials like this one!

📚 Resources & Links:

🌐 Be sure to follow us on social media for updates and more tutorials:

🎮 Join our community on Discord!

🔔 Subscribe to the channel!

💬 If you have any questions, suggestions, or feedback, please leave a comment below. I'd love to hear your thoughts on this tutorial, and I'm always happy to help out if you need any assistance.

#NodeJS #React #VideoStreaming #WebDevelopment #Tutorial

Happy coding! 🎉
Рекомендации по теме
Комментарии
Автор

Excellent information. Thank you very much!

Latigo
Автор

Thank you thank you thank you! This was an excellent tutorial :D

davidavanderburgh
Автор

great video, your teaching technique is best... Thank you ❤

tejasshaha
Автор

You really help me a lot ... Thank you :)

shivamkumarkashyap
Автор

In production where I can put the videos also without bufferless ?

mamunahmed
Автор

am i missing something or is the chunksize set to be the entire video? could we not set the chunksize ourselves using something like 10**6 for a megabyte etc

godmarshall
Автор

Can you please make video for range header also. When we send data to the frontend in chunks

ofelyahakobyan
Автор

What if I have authentication too on my endpoint?

ehSamurai
Автор

do you need to pass the range header from front end or it loads entire video from api as there are two options

nitishagrahari
Автор

I have an issue if the video is big. When the player is in buffering state and I click on the video, it displays an error on the browser, "AbortError: The fetching process for the media resource was aborted by the user agent at the user's request." Any idea why it is happening? Thanks for the video.

sazawal
Автор

Thank you very much sir, please can you provide as a link of the code also if this streaming is on real time in lan or widely ?
Thanks in advance

abdouspaindz
Автор

Can we use this api for mobile development

surajshrestha
Автор

I guess it's not secure beacuse we can download video from network tab

SameerShaikh-zfgm
Автор

it doesnt work with movies, it just stops when you skip too far

Lorem
Автор

very helpful bro, , Can you provide me code please ?

reazourrahamanrabbi
Автор

Hi bro, nice work! I need to use this method but with jwt auth and block user download, could you help me? +1 sub! 😄

devalefe
Автор

what is range, what is stat? you are just simply pasting code, Where is explanation?
Ahh, we can say that you are just creating whole functionality not the explained logic.

NASA_VAULT