Questions tagged as 'mediarecorder'

1
answer

pause navigator.getUserMedia

How do I pause the camera and microphone stream within the getUserMedia method? I have my code like this: navigator.getUserMedia({ video: true, audio: true }, function (MediaStream) { var video = document.querySelector('...
asked by 12.12.2017 / 14:37
1
answer

How to record RTSP stream

I am using the package node-rtsp-stream more Websocket to make the transmission of my IP-Camera, and the visualization happens well, now I would like to know how to record this transmission and I have no idea how to do this. index.js o...
asked by 01.01.2019 / 16:05
1
answer

Working with proximity sensor

I'm working with the proximity sensor to record a sound, when I step the finger on the sensor it starts to record, but the problem is knowing how to do when removing the finger stops recording and moves to another activity. I can play the sound)...
asked by 12.02.2018 / 17:00