Movie Streaming Host without ads

georgetoons

Elite Member
Jr. VIP
Joined
Feb 9, 2023
Messages
2,213
Reaction score
1,569
Hi BHW fam,

So I am looking for a movie streaming host (with api) like doodstream that has a paid option to completely remove ads, or at least one that is very easy to watch the movie with minimal ads and pays well.

If anyone know any good ones I would really appreciate it I have been searching for a couple days no with no luck.

Thank you all in advance
 
Hi BHW fam,

So I am looking for a movie streaming host (with api) like doodstream that has a paid option to completely remove ads, or at least one that is very easy to watch the movie with minimal ads and pays well.

If anyone know any good ones I would really appreciate it I have been searching for a couple days no with no luck.

Thank you all in advance
Hello

Have you tried dood or vidoza?
 
I dont think such service exist.

Services like DoodStream are in business only because Webmasters embed their video player. If they would offer a Premium plan without Ads that would not work out. Every single viewer would have to Subscribe to their Plan otherwise they would have to shutdown.

No ads = no money = no service

I would strongly suggest you to build your own "DoodStream" website and host movies on your own. You'll have control over everything and can make much more money than if you would be relaying on 3rd party service that is shaving your earnings on daily basis.
 
I dont think such service exist.

Services like DoodStream are in business only because Webmasters embed their video player. If they would offer a Premium plan without Ads that would not work out. Every single viewer would have to Subscribe to their Plan otherwise they would have to shutdown.

No ads = no money = no service

I would strongly suggest you to build your own "DoodStream" website and host movies on your own. You'll have control over everything and can make much more money than if you would be relaying on 3rd party service that is shaving your earnings on daily basis.
Do you believe I could achieve this with a dedicated server?
 
Do you believe I could achieve this with a dedicated server?
Where is your traffic from? How many viewers do you peak per movie? For a starter site its possible but if you have a lot of traffic then you would have to consider different approach. Such as building your own cdn network with many edge servers around the world acting as cache so your Movie would not buffer for someone in Australia or Brasil and so on... DoodStream for example is using OVH servers.
 
Where is your traffic from? How many viewers do you peak per movie? For a starter site its possible but if you have a lot of traffic then you would have to consider different approach. Such as building your own cdn network with many edge servers around the world acting as cache so your Movie would not buffer for someone in Australia or Brasil and so on... DoodStream for example is using OVH servers.
About 60 percent is coming from usa and I am averaging about 1000 daily users atm. How much budget do you think I would require to build my own cdn network?
 
I think you better use your own server to host movies; however, think about the risk that you'll face from the authorities. Do you think it is worth it?
 
I think you better use your own server to host movies; however, think about the risk that you'll face from the authorities. Do you think it is worth it?
There are ways to get around sharing your real information with hostings to prevent these risks
 
About 60 percent is coming from usa and I am averaging about 1000 daily users atm. How much budget do you think I would require to build my own cdn network?
Don't bother then. A small storage server or a VPS could handle that easily, just make sure it has a lot of space and TB's of bandwidth. Alternatively you can also use Proxy Script for Google Drive, Ok.ru or Yandex if you don't wanna Storage your movies.

To make a service like DoodStream you would need a really high budget. Bandwidth alone would cost you a few thousand $$$ probably.

I would suggest you to grow your website first and then make a different approach. 1000 daily users is not much and cannot cover the cost of the above.
 
Don't bother then. A small storage server or a VPS could handle that easily, just make sure it has a lot of space and TB's of bandwidth. Alternatively you can also use Proxy Script for Google Drive, Ok.ru or Yandex if you don't wanna Storage your movies.

To make a service like DoodStream you would need a really high budget. Bandwidth alone would cost you a few thousand $$$ probably.

I would suggest you to grow your website first and then make a different approach. 1000 daily users is not much and cannot cover the cost of the above.
Okay Great thank you so much for taking the time to help!
 
Don't bother then. A small storage server or a VPS could handle that easily, just make sure it has a lot of space and TB's of bandwidth. Alternatively you can also use Proxy Script for Google Drive, Ok.ru or Yandex if you don't wanna Storage your movies.

To make a service like DoodStream you would need a really high budget. Bandwidth alone would cost you a few thousand $$$ probably.

I would suggest you to grow your website first and then make a different approach. 1000 daily users is not much and cannot cover the cost of the above.
How can I get in contact with you, sir? I also have questions
 
If you know someone and want something safe and simple, I use cloudflare R2 (free bandwidth) I only pay for the stored content, to avoid dmca, I encrypt the content and in the player I decode it.

otherwise I recommend voe.sx, vidguard.to or filegram.to
 
If you know someone and want something safe and simple, I use cloudflare R2 (free bandwidth) I only pay for the stored content, to avoid dmca, I encrypt the content and in the player I decode it.

otherwise I recommend voe.sx, vidguard.to or filegram.to
Hello, how did you do with R2? I tried, but I don't understand. I can't find anything about it on the web.
 
Hello, how did you do with R2? I tried, but I don't understand. I can't find anything about it on the web.
Sorry I'm a bit disconnected for work, basically I used cloudflare r2 which supports S3 protocol, you can use fake identities for this.
 
Sorry I'm a bit disconnected for work, basically I used cloudflare r2 which supports S3 protocol, you can use fake identities for this.
I’ll see what I can do with it (probably create a small local site that will serve it for uploading). Thanks!I just saw that with FilZilla Premium, we can connect R2.I have another problem: the video files need to be converted to .mp4, but I’m not sure if there are specific parameters to consider. Do I also need to convert the audio to AAC? And what about examples like audio bitrate, etc.? Could you advise me? Do you use ffmpeg for conversions? If so, could you share your command line/script to modify the files, or do they just need to be in mp4/aac without any other settings?
 
I’ll see what I can do with it (probably create a small local site that will serve it for uploading). Thanks!I just saw that with FilZilla Premium, we can connect R2.I have another problem: the video files need to be converted to .mp4, but I’m not sure if there are specific parameters to consider. Do I also need to convert the audio to AAC? And what about examples like audio bitrate, etc.? Could you advise me? Do you use ffmpeg for conversions? If so, could you share your command line/script to modify the files, or do they just need to be in mp4/aac without any other settings?
I use HLS/DASH and other things, but normally a mp4 with h264 codec and acc audio, should work fine, R2 will stream chunked for you, if you want to avoid copyright or problems, prohibit access without referrer policy in cf with a special rule.
 
Back
Top