Questions tagged [video-upload]
62 questions
1
vote
0 answers
Youtube Upload using javascript in Developers Account
We're uploading videos on youtube, but we're facing issues when page loads on client side, it asks for signin to users, we need them to upload video in our account
Usage
Javascript Api
Referred…

Aquafreax
- 196
- 3
- 15
0
votes
0 answers
On iPhone, the uploading restart when I lock the phone
I am using the Dropzone.js functionality in one of the projects. where the user is able to upload more than 1 GB of videos to their account. Everything is working fine on all devices excluding the iPhone device Chrome Browser.
When a user is…

Marmik Patel
- 1
- 1
0
votes
0 answers
Videos are loading slowly to the player when it is uploaded with Tus-php
I have used tus.js client and tus-php to upload videos to my server. But after uploading the files when I try to stream it on the player it is waiting the whole video to load to start playing.
This is my client
const input =…
0
votes
0 answers
Cloudinary upload of video file results in "request rejected due to exceeding maximum size" error
I am using Cloudinary to handle file uploads in my Java Spring application. I have a @PutMapping endpoint that receives a video file using multipart/form-data. However, when I attempt to upload the video file, I receive the following error: the…
0
votes
1 answer
Uploading Pictures and Videos through an app with Android Studio
So for some reason, the upload speeds have been fluctuating. Some times, the speeds of the uploads are fine. At other times it seems to take a very long time or it won't load at all. How would I solve this issue I have with the app I am working…

OEThe11
- 341
- 2
- 11
0
votes
0 answers
How to carry out react-hook-form and yup validation on a drag and drop video upload form?
Okay this one is pretty straight forward, i have a drag and drop form, I want to know how to use react-hook-form and yup to validate it but unfortunately its not as straight forward as i thought. I am stuck on what to do. This is my code so…

gerard
- 221
- 1
- 2
- 10
0
votes
0 answers
How do i get my video.mp4 to display on website?
I have trouble displaying a video on my website. It's working when I try it with vs code live server but not when uploaded... The video is supposed to start when you arrive on page and loop. There is also text displaying in front of video.
Html:
…

Daniel Hall
- 1
- 1
0
votes
1 answer
How to Upload a Video to Back4App
so I‘m working with flutter and Back4App and I want to Upload Videos from the Gallery or from the Camera to Back4App. I couldn‘t find a tutorial to it online so I‘m kinda stuck. I found this one for images:…

Anna
- 1
0
votes
1 answer
Upload Youtube Videos from Browser Console
Youtube videos can be uploaded by console with youtube data api v3. (they only let you upload 6 videos per day).
Manually 15 videos at a time can be uploaded on youtube through web application.
Is there any javascript code that will let me upload…

Shezan
- 277
- 2
- 8
0
votes
0 answers
upload a video to my youtube from my laravel app and save the youtube video url to the database in youtube api v3
i want it upload a video to youtube from my laravel app using the youtube API v3.I have read some blogs and am able to config the API credentials up to that point whereby I can be able to show the videos which are in my channel. but there is one…

stephen Weru
- 97
- 12
0
votes
1 answer
How to upload all formats of docs, Videos and see the preview of the doc using Angular
Uploaded files unable to see in the carousel, Im able to see video and image files, please suggest me to see all formats of the docs as well.
mydata = []
onSelectFile(event) {
const files = event.target.files;
if (files) {
for…

Rajasekhar
- 2,215
- 3
- 23
- 38
0
votes
3 answers
Video with size greater than 100 mb gets corrupted after chunk upload using php
I am trying to upload videos having file sizes from anywhere between 1 MB to 2 GB from the Unity3D editor. I am doing this by breaking each video into chunks of a byte array of 10 MB each and then uploading the chunks to the local wamp server and…

Sanket Kale
- 33
- 1
- 11
0
votes
1 answer
Uploading a YouTube Video Using YouTube Data API V3 using Google API Client JavaScript
I visited the Youtube Data v3 API docs to know about how to upload videos using the client library
I got to this page
https://developers.google.com/youtube/v3/docs/videos/insert
but it doesn't seem to explain where to put the video in the…

Arnav Kumar
- 162
- 2
- 3
0
votes
2 answers
PHP Uploading video not possible due to post_max_size
Im trying to upload from js to my php script a video that is 600Mb large, but post_max_size in php.ini won't let me do that. I have no access to this file due to webhosting provider and I cannot change it in .htaccess. Is there any way of kind of…

Thomas
- 169
- 10
0
votes
0 answers
Video upload stops when I change to another tab
I am making an api call for video upload from one of component .
As long as i stay in that tab upload works fine .
But when i switch to another tab, Since the component is unmounted, API call stops and i lose the upload.
How can i make the…

Arunkumar Talati
- 1
- 1