Hi all! I have a droplet that hosts my platform. I want to add a streaming video option to the platform. The videos will be pulled from youtube and vimeo. Would I incur any data / bandwidth costs from digital ocean? I am guessing (hoping) not as the video is being streamed from another source. Thoughts?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Hi there @patboyle1,
I believe that this should not cause any extra costs on your bandwidth bill, basically both the youtube and the vimeo players, along with the video content is streamed from YouTube’s or Vimeo’s servers.
The only bandwidth usage that you would see is the few bytes it takes to add the video player embed code in your HTML pages. Every element in your website which is pulled from other web servers should consume your bandwidth.
Hope that this helps! Regards, Bobby