hi @DropAPK your encoding didnt work right now. it says;

Video is processing now.
Conversion stage: Transferring to other server

and second questions can you add vidload for remote url upload? if you can do that i can move fastly on your host.
 
can you block download like jetload? for idm etc.

Hello,

Will check this option with tech team and will see if we can add it.

Hello , this process most delay ?
"
Video is processing now.
Conversion stage: Transferring to other server "
hi @DropAPK your encoding didnt work right now. it says;

Video is processing now.
Conversion stage: Transferring to other server

and second questions can you add vidload for remote url upload? if you can do that i can move fastly on your host.

We add upload servers to make upload more fast, so when upload new file will upload first at upload server then move to other file servers.

If file MP4 type will work direct, but if file type else will waiting until moving to file server for encoding.

Anyway we will find solution to make it faster.

Best regards!
 
Hello,

Will check this option with tech team and will see if we can add it.




We add upload servers to make upload more fast, so when upload new file will upload first at upload server then move to other file servers.

If file MP4 type will work direct, but if file type else will waiting until moving to file server for encoding.

Anyway we will find solution to make it faster.

Best regards!

okey i think we need wait :)

so, why i cant url upload from vidload?
 
can you update your automatic iframe code? your iframe tag with caps. thats why sometime its making trouble for me. i have to edit tag everytime

your code :
<IFRAME SRC="https://upstream.to/xxxxxxx" FRAMEBORDER="0" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="NO" WIDTH="640" HEIGHT="360" allowfullscreen></IFRAME>

it must be ;
<iframe src="https://upstream.to/xxxxxxxxxx" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="640" height="360" allowfullscreen></iframe>
 
Last edited:
can you update your automatic iframe code? your iframe tag with caps. thats why sometime its making trouble for me. i have to edit tag everytime

your code :
<IFRAME SRC="https://upstream.to/xxxxxxx" FRAMEBORDER="0" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="NO" WIDTH="640" HEIGHT="360" allowfullscreen></IFRAME>

it must be ;
<iframe src="https://upstream.to/embed-3uxcju3mri6f.html" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="640" height="360" allowfullscreen></iframe>
Can you let me know where you find first code? because I check and see like second one.
 
Back
Top