Most voted "mediarecorder" questions
2 questions
Sort by count of
- 
		1 votes1 answer368 viewspause Navigator.getUserMediaHow do I pause the camera and microphone stream within the method getUserMedia? I have my code like this: navigator.getUserMedia({ video: true, audio: true }, function (MediaStream) { var video =… 
- 
		0 votes1 answer324 viewsHow to write RTSP streamI’m using the package node-rtsp-stream more Websocket to do the transmission of my IP-Camera, and the preview goes well, now I would like to know how to record this transmission and I have no idea…