python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Real time video uploading (getMediaRecorder) to the server
What is the best way to upload video to the server ?
Currently during recording we receiving chunks, and trying to do an uploading with socket.io which is create a lot of issue.
I wondering is it poss...
Bravis
Votes: 0
Answers: 1
Setting video src as blob from getUserMedia in Safari not working
I'm trying to allow users to record a video of themselves, and then show a preview of the video. The problem seems to be, that setting the src of the preview video element to the blob doesn't work in ...
cgrant
Votes: 0
Answers: 0
iOS can't play uploaded audio: JS MediaRecorder -> Blob -> Django Server -> AWS s3 -> JS decodeAudioData --> "EncodingError: Decoding Failed"
Answer: shouldn't set content/mime type browser side with JS, should use native browser mimeType then convert server side (I used PyDub).
Question:
I am using Javascript MediaRecorder, Django, AWS s3 ...
F. Bishton
Votes: 0
Answers: 1
How to record a canvas + audio with no new drawing on the canvas
I want to record a video from some script running on an HTML canvas and simultaneously record the audio from the microphone. I am using canvas.captureStream() to create a video stream from the canvas....
Milton
Votes: 0
Answers: 1