88
Views
3
Comments
Compress Video : OutSystems Mobile Development
Question
Application Type
Mobile

Hello,

I am building one mobile application which needs to record video and upload it on the AWS S3 server. I have used Upload widget of Outsystems which is opening the device camera and user can record the video.

But the recorded video is quite heavy (150+ MB) if i record 1.30 mins. So when i try to upload it on S3, its taking too much time. I was thinking to compress the video before uploading it on S3.

Please suggest if any one also encountered same issue. I already tried many plugins like Video_Editor, TheRecorder, GZip but not able to get the correct output. 

Please help to suggest better solution.

Thanks in advance.



2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Hi Neeraj,

What you experience is what others have experience before. It ain't so easy to implement video sharing features in OutSystems. You really should consider integrating with external tooling, for example Microsoft Media Streaming Services, and keep the data stream up/down of large videos outside your OutSystems infrastructure.

https://azure.microsoft.com/nl-nl/services/media-services/

Regards,

Daniel

UserImage.jpg
Neeraj

Hey Daniel,

Thanks for replying.

Do you have any idea how i can integrate with these tools. I mean if you know any connector then please help to share.

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

It exposes REST APIs that can be consumed in OutSystems.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.