Video hosting suggestions?

djalma

Active Member
65
2012
15
80
Hi, I'm looking for a video hosting that I can play the video using a video player inside an app, is there any video hosting with direct link, can have ads that pops up in the video screen, but it needs to be possible to load the videos directly.

The link we'll need to be something like:
videoPlayerController = VideoPlayerController.network(
'https://flutter.github.io/assets-for-api-docs/videos/butterfly.mp4');

Is there any free video hosting with ads but that has direct links?
 
Last edited:
2 comments
Yes. We offer “Pay as you go” plans for such projects. The cost is $19.99 per every 10 TB of bandwidth, or you can go with our fixed plans. You can check more details here.

Thank you, I am testing your site, it's amazing and I have a question:

Is it possible to autoplay videos using new embed code?

I tried the code below following some stackoverflow answers but it doesn't work, in my situation I needed this feature, if the user wants to pause he is forced to touch the screen:

<iframe src="https://gounlimited.to/embed-video-id.html?autoplay=1" scrolling="no" frameborder="0" width="100%" height="100%" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" allow="autoplay"></iframe>
 
Back
Top