StreamDAV.com - Instant/Automatic Payouts | CDN | API & FTP | HD | Subtitles | Up to 40$ per 10K

StreamDAV

Active Member
Corporate Membership
102
2023
131
660
Hello Everyone!

We are happy to annonce you StreamDAV.com


Our Features:

-HD Encoding Only
-Super fast streaming speed ( via CDN )
-Automatic / Instant Payouts
-Custome Ads
-4 ads level
-Unlimited Storage
- Adult Allowed!
- FTP, API, Z-o-o-m

Affiliate Informations:


Our Beautiful Panel for detailed statistics:

8GF45i0.png

C7BtVJA.png



Payments:
- Daily for Paypal
- Instant/Daily for USDT,BTC,ETH after 5th payment.

UPDATE : 02.10.2023
We have officially released our Automatic Payment System! Payouts are INSTANT

DEMO Video! (sorry for the low quality)


Demo Video Auto Payment




What are you waiting for! Join us today at StreamDAV.com


Note, Our system is custome made and we are operating now in Alpha status to find some bugs is fully normal, if you find any let us know ;)
 
Last edited:
604 comments
Ok, the server is very new, maybe he starts trying it ...

How long do the videos last? 30 - 60 days ??
They send any advertisement when they delete videos for complaints DMCA ??
 
@house3000

It's 60 days,
After the 60 day it will cost you about $0.2 per day to keep 1TB of videos

DMCA videos are removed, you get a email once we remove something

@berkkan
Please explain more

OK...

Isn't ads configuration running yet?


Because I am testing ads configuration in 0 ADS, which would apparently show only one ad.

x42WjO0.png



But when reviewing that option again, it appears as not configured ...


iTR6oyG.png



And the videos continue to show 1 million ads :sweat_smile:
 
Hi, when I try to upload using the API, I receive the error message "405 Not Allowed" I can upload the same file manually without any issues, but do you need to grant any permissions specifically for the API?
 
Hi, when I try to upload using the API, I receive the error message "405 Not Allowed" I can upload the same file manually without any issues, but do you need to grant any permissions specifically for the API?

We do not have that error at all, possibly your are sending the wrong request.

Allowed requests are only GET, POST
 
We do not have that error at all, possibly your are sending the wrong request.

Allowed requests are only GET, POST
PHP:
$upURL = json_decode(curl("https://streamdav.com/api/upload/GetUploadSrv?key={$upload->stream_site->api_key}"))->data->url;
if($upURL) {
$curlUp = curl_init();
    curl_setopt_array($curlUp, array(
CURLOPT_URL => $upURL,
        CURLOPT_POST => TRUE,
        CURLOPT_POSTFIELDS => array('api_key'=>$upload->stream_site->api_key, 'File' => new \CURLFile ($upload->file_path)),
        CURLOPT_RETURNTRANSFER => true,
        CURLOPT_SSL_VERIFYPEER => FALSE,
        CURLOPT_SSL_VERIFYHOST => FALSE,
        CURLOPT_TIMEOUT => 0,
    ));
    $response = curl_exec($curlUp);
    $err = curl_error($curlUp);

    dd($response);

I am sending a POST request to the URL returned by GetUploadSrv.

Can you provide a working code example, regardless of the programming language?

Thanx
 
PHP:
$upURL = json_decode(curl("https://streamdav.com/api/upload/GetUploadSrv?key={$upload->stream_site->api_key}"))->data->url;
if($upURL) {
$curlUp = curl_init();
    curl_setopt_array($curlUp, array(
CURLOPT_URL => $upURL,
        CURLOPT_POST => TRUE,
        CURLOPT_POSTFIELDS => array('api_key'=>$upload->stream_site->api_key, 'File' => new \CURLFile ($upload->file_path)),
        CURLOPT_RETURNTRANSFER => true,
        CURLOPT_SSL_VERIFYPEER => FALSE,
        CURLOPT_SSL_VERIFYHOST => FALSE,
        CURLOPT_TIMEOUT => 0,
    ));
    $response = curl_exec($curlUp);
    $err = curl_error($curlUp);

    dd($response);

I am sending a POST request to the URL returned by GetUploadSrv.

Can you provide a working code example, regardless of the programming language?

Thanx

Please check our documentations, we have working examples in all languages
Download it and use beautifer to make the code readable

If it's still not working PM to check everything with you :)

Hello, this week we can expect some updates that will be added, which we wrote about earlier here in the topic?

- I can't see the preview of the video thumbnails
- I don't see the security button
- I can't force adblock to be disabled or set ads, after refreshing the page the fields are empty again.
- and it would be good to add the BBcode forum as soon as possible.

Yes I do have them on the todo list, today we fixed already lot of bugs and still fixing :)

- set ads, after refreshing the page the fields are empty again.

This was fixed already

During the week we expect to add and to fix all mentioned issues/features
 
Please check our documentations, we have working examples in all languages
Download it and use beautifer to make the code readable

If it's still not working PM to check everything with you :)





Yes I do have them on the todo list, today we fixed already lot of bugs and still fixing :)

- set ads, after refreshing the page the fields are empty again.

This was fixed already

During the week we expect to add and to fix all mentioned issues/features

Your example pages are returning a 404 error. Please check them :)

Furthermore, the CURL example I executed from the terminal is yielding the same result
Bash:
curl -X POST -F 'key=XXX' -F 'File=ttee.mkv' http://XXXXXX03.streamdav.com/upload
 
Could you add the option to obtain the embed of the videos, when right click on said video?



XWmVc8z.png

Sure, it's possible we will add it tomorrow

Your example pages are returning a 404 error. Please check them :)

Furthermore, the CURL example I executed from the terminal is yielding the same result
Bash:
curl -X POST -F 'key=XXX' -F 'File=ttee.mkv' http://XXXXXX03.streamdav.com/upload

My fault, remove /dash/ from the URLs it should work

Please test with the examples and let me know
 
You have provided this PHP example partially, and it's not understandable in this form.
Why haven't you created documentation with a fully functional example for the website?
Even the simplest CURL(terminal) example in your response isn't working.
 
Back
Top