Skip to main content

All Questions

0 votes
0 answers
39 views

how can I update a video by new one selected from pc by using input file, in react js?

I am trying to update the 'src' of video tag by updating state variable. In state variable I am storing the video file which I am selecting from my pc using file input. I have tried it by using ...
hina shahzadi's user avatar
1 vote
0 answers
355 views

Receive a video stream in the client html5 player

I have an S3 bucket, I'm downloading uploading the file to the server, and I'm trying to send that video (.mp4) file to the client from the server, as far as I'm aware the server is working correctly, ...
Austin Howard's user avatar
0 votes
1 answer
200 views

Express - Multer file upload and save. How to retrieve these back to the front-end

I am building a React/Node app in which I am uploading video files on the front end, passing them to the backend using Multer and storing them in the backend. What is the best/correct way to then ...
Michael Search's user avatar
0 votes
1 answer
622 views

Store and load media from filesystem to electron app

I have an application which is build in react and electron. It is used to capture images and videos from webcam. Now I want to add a functionality to store those images and videos into the folder or ...
Umang Patel's user avatar
1 vote
0 answers
457 views

How to implement Webrtc real time video filters

I'm using nodejs and reactjs for video calls using Webrtc ,I want to know how to implement real time filters during video calls ,like In snapchat. I want to know, what I should be looking for in order ...
Abdul Kabeer's user avatar
3 votes
0 answers
4k views

hls.js sample video not working in react application

player.jsx file import React, { Component } from "react"; import Hls from "hls.js"; class Player extends Component { state = {}; componentDidUpdate() { if (Hls.isSupported() && ...
ThayalanGR's user avatar
2 votes
1 answer
1k views

Youtube Style video annotation/overlays (React)

Our organization has the need for what amounts to a YouTube style annotation system. Essentially, what we need is the ability to overlay text/images over video at specific times. I did my best to ...
Philip Krogel's user avatar
1 vote
1 answer
585 views

how to make video module with nodejs like facebook did with photos

Just wondering how to start ? The needs : With around 10 photos, being able to produce a small video of 5-10sec, with animations for example (transition ?), i want to reproduce the facebook videos ...
Arthur's user avatar
  • 27