62 questions
0
votes
0
answers
40
views
Playwright Node How to Upload Video Using API POST Request
I am struggling on the right syntax for uploading a video to POST API Request using Playwright Node. I have tried a bunch of options and I can never get a successful response. My POST expects a ...
2
votes
0
answers
137
views
How to Upload a Video from a CDN URL as a Facebook Reel via API Without Downloading Locally?
I'm working on a Python script that uploads videos directly to a Facebook Page as Reels using the Facebook Graph API. My videos are hosted on a CDN, and I would like to upload them directly to ...
0
votes
0
answers
76
views
Video Uploading Issue from Google Cloud Storage to YouTube
I'm reaching out because our development team has been encountering difficulties while attempting to upload videos from Google Cloud Storage to YouTube.
Allow me to give you a short but precise ...
0
votes
1
answer
219
views
Google Resumable Upload
I want to implement a google resumable upload for a video recording i am doing from my web app. I am fetching a signed url and initiating the resumable upload immediately when the first chunk is ...
0
votes
0
answers
241
views
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 ...
0
votes
0
answers
102
views
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 ...
1
vote
1
answer
599
views
Invalid file Uploading a video using Spatie Medialibrary and Dropzone
Please I want to add a feature for Video upload using Spatie Medialibrary but I keep getting this error.
{
"message": "The given data was invalid.",
"errors": {
&...
3
votes
0
answers
174
views
how do i stream a local large video file on my mobile phone to memory using React Native
I'm using React Native to build an app which allows users to upload large video files (say between 500MB and 1GB), however mobile phones have low-memory, and even thought I'm using a Blob and slicing ...
0
votes
1
answer
305
views
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 ...
1
vote
0
answers
100
views
I want people upload videos in my youtube channel without giving them access
I am developing a application where i required to collect videos of users, i want them to upload videos to my youtube channel without giving them access, i have checked data api documentation for ...
0
votes
0
answers
396
views
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 ...
0
votes
1
answer
135
views
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 ...
1
vote
0
answers
252
views
php codeigniter Video Upload Not Uploaded Video file
When uploading image files, the upload is complete and successful, but when uploading the video file, it is not uploaded and it does not show where the error is
HTML Code:
<div class=&...
1
vote
1
answer
37
views
Creating Video and Audio Upload Feature
I’m in the beginning stages of planning out my final Capstone project for my Bootcamp.
Two of the features I would like to include are the ability to upload:
Audio
Video
I will be using React.JS for ...
2
votes
0
answers
547
views
How can I upload mp4 video from React to Express to cloud storage?
I found a website to store videos in cloud storage.
Here's the URL of it: Abyss
They have a very short document and it is written in "cURL" form, it's like this.
curl -F "[email protected]&...
0
votes
1
answer
498
views
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 ...
1
vote
0
answers
387
views
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 ...
0
votes
1
answer
499
views
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 = ...
0
votes
3
answers
961
views
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 ...
-1
votes
2
answers
274
views
How to optimize video upload from local storage [closed]
I'm currently researching any ways to speed up large (~1.5-2Gb) videos from user desktop via browser to the website.
So far I found out that video compression on client sadly is not the best option, ...
1
vote
0
answers
388
views
show notification when task is enqueued in work manager
I have a video uploading work that is handled by the work manager. When the user clicks the upload button, I want to show the notification with indeterminate progress bar and when the task starts, ...
0
votes
1
answer
1k
views
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 ...
0
votes
2
answers
443
views
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 ...
2
votes
0
answers
1k
views
URL from File object
Although, I have served quite some years in webdevelopment, I have to admit that I don't really know how (big) file uploads actually work. So I hope this question makes sense after all.
In my app I am ...
1
vote
0
answers
763
views
How to get progress status for a video file upload in flutter
I need the video upload stream to show the upload progress status.
I have tried using Dio but here the video file size is getting increased also not playing after uploading.
await Dio().put(
...
2
votes
1
answer
2k
views
how can I save image and video file in redux
I am preparing a form that has fields to allow the user to post his picture and a video about her/him(self). To post a picture I prepared a component based on input type file, but to upload a video I ...
0
votes
0
answers
212
views
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 ...
1
vote
1
answer
402
views
How to upload a file to Linkedin via Python requests?
I am trying to upload a video via REST API to LinkedIn. I have completed all the steps and everything is working fine except for the video upload API.
Here is the curl command for upload videos, ...
1
vote
1
answer
3k
views
problem to upload and play a video flask?
I m trying to upload a video and play it in an html page using flask but the problem is that it is not playing .I used the code bellow :
UPLOAD_FOLDER = 'static/'
@app.route('/')
def upload_form():
...
0
votes
0
answers
151
views
System.IO.FileNotFoundException when upload image and video in both Xamarin Android and IOS
when i upload the image or video in localpath once the media is uploaded exception is came like System.IO.FileNotFoundException: Could not find file issue not recreated our side. how to resolve this ...
5
votes
0
answers
1k
views
Graph API issue while Instagram Video Posting - Media upload has failed with error code 2207026"
My program is working perfectly fine when I try to upload Pictures through graph API on Instagram.
But when I try to upload videos through graph API it gives this error
{"id":"...
0
votes
1
answer
159
views
Remote server get stuck when uploading video (4mb) base64 encoded
I am trying to upload videos from react native application to aws s3 bucket using nodejs backend server. My approach is,
Convert video to base64 at react native application level
Send POST request to ...
0
votes
0
answers
70
views
Uploading video to YouTube using Java Script or Apps Script
I have a video which I want to upload it to YouTube using Java Script or Apps Script. I know that I will need a blob URL to do that I have that too. I just want to know how to upload Videos using ...
1
vote
1
answer
1k
views
Uploading video recorded with Expo Camera to server
I am recording video using expo camera, the recorded video is saved in the cache and I want to upload the recorded video to the server. I have the uri to the video, but to upload it to the server I ...
1
vote
1
answer
472
views
Large size video/file upload not working when code deployed over Ec2. Working fine at local
Frontend is based over Reactjs using Ant as the design pattern.
Hitting backed which is over Node/Express(Strapi CMS) which uploads file over s3.
Smaller files less than 200 mb works fine , But larger ...
1
vote
2
answers
4k
views
How to upload very large videos to Server by using Retrofit?
I have tried to upload large videos to server using Restful APIs with the help of Retrofit. But each and every time I unable to upload it via this scenario. This works fine for small videos around 100 ...
0
votes
1
answer
1k
views
Understanding HLS implementation?
User will upload the videos from browser which need to be stored on server and playback. First understanding from google suggest I need to go for HTTP live streaming(HLS) here.
But I am not sure how ...
2
votes
0
answers
1k
views
Uploading video to server with FormData using React Native
I'm trying to upload video files from Android/iOS using the React Native libraries axios and FormData. The upload works fine but when I head the video files they all start with some strings that ...
1
vote
1
answer
427
views
Codeigniter video upload is not working in live server
I am using following code to upload video in my codeigniter project.
This is my view code
<?php echo $error;?>
<?php echo form_open_multipart('upload/do_upload');?>
<input type=&...
0
votes
3
answers
457
views
Cloudinary Video uploading error Entity too large up to 300MB
I am using Cloudinary by using library "https://github.com/jrm2k6/cloudder" but when I upload large video files greater than 100MB it shows "Entity too large: error, I am using apache ...
0
votes
1
answer
903
views
How to track the uploading process on firebase with flutter?
I have this future function that will upload a video to firebase, I want to track this uploading process in percentage, so after the uploading process is completed, I will get the url.
Code
Future ...
0
votes
1
answer
183
views
How to upload videos to firebase storage and get their uploading progress?
I have these recorded videos which exist in the app directory that I want the app to upload them to firebase storage and get the progress percentage, I know how to upload from gallery but not from app ...
1
vote
0
answers
90
views
How to upload video and validate the size and send the file as a post request in React? [duplicate]
I am Junior Full Stack Developer working on a ReactJs web application, wherein user will upload a video which will then goes to the server(Using Axios) for processing(Open CV Stuff). For the server ...
0
votes
0
answers
253
views
How to upload multiple file simultaneously using ASP .Net Core 3.1 with threads
I am working on ASP .Net Core. I need to design a web page using which user can upload any video. Each video upload status must be visible to user. If user wants, user can cancel the uploading of ...
1
vote
1
answer
480
views
How to upload video directly from client browser to Viemeo using jquery?
I have try to upload a video to vimeo account directly from browser using api ,video details are created but file seems to corrupted/upload not happens.This is my sample code.
var file = $(this)....
3
votes
0
answers
1k
views
How to upload video file on Mux
I'm trying to upload a recorded video file and regular video file from the photos gallery on Mux server. I am receiving this error message:
Error:
The input file was not a valid video or audio file [...
0
votes
0
answers
68
views
Video file uploading problem in Codeigniter
private function _upload_video() {
$prev_image = $this->input->post('prev_video');
$image = $_FILES['video']['name'];
$image_type = $_FILES['video']['type'];
$return_image = '';
...
3
votes
0
answers
862
views
File upload through Postman is faster than through the browser
I upload the same video file (145 Mb size) from the same computer to the same server. Upload is done with POST request with multipart/form-data. If I do it with Postman, the upload takes about 30s. If ...
1
vote
2
answers
3k
views
YouTube Data API v3: video upload from server without opening the browser
I am trying to upload videos to my account from my server daily where browser access is not there. I could do it on my desktop, where by running the below mentioned script opened up the browser, asked ...
0
votes
1
answer
1k
views
Upload large video file as chunks and send some parameters along with that using python flask?
I was able to upload large file to server using the below code -
@app.route("/upload", methods=["POST"])
def upload():
with open("/tmp/output_file", "bw") as f:
chunk_size = 4096
...