it's not working on safari .. anyone have any idea to make it work ?!
We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.
Recommending means this is a discussion worth sharing. It gets shared to your followers' Disqus feeds, and gives the creator kudos!
it's not working on safari .. anyone have any idea to make it work ?!
Recorded Video. Pressed Stop. Download. File Located. Black screen. Chrome. Does this work?
ERROR:
MediaRecorder.start: An audio track cannot be recorded: video/webm;codecs=vp8 indicates an unsupported codec
CAUSE:
record into vp8 in firefox 76.0.1 (64-bit)
HAPPENED:
camera on with black screen
EXTRA INFO:
only vp8 and gif type is available for recording in firefox 76.0.1 (64-bit) but in chrome there are some extra option like:- vp8, h264, mkv, wammy, webAssembly.
Hi,
Where could i find an example to capture screen+speakers+microphone?
Thanks
Ricardo
Hello,
I am using web RTC audio recorder. It works great on all browsers on PCs and all browsers on Android. It does not work on safari or chrome on iphone. Can any one help me point in the right direction.
Thanks,
Sai
Hi
for the screen recording to work on safari you need to enable this feature https://blog.addpipe.com/sa...
without this, it won’t work!
I can help out, if you didn't sort this out already!
Looking for help on setting up webrtc and configuring it. Are you available for help?
Hi! I have an issue with internal recording sound (for exemple if there is a youtube music during the video record) there is an echo and sound is very poor, someone have the same issue and the solution? many thanks for helping
No video recorded with this software, plays correctly in Firefox. I've tried with mp4 (h264), vp8 and webm. When I save to disk the file and I open with Firefox it says "No video with supported format or MIME type found" ... any idea? the video plays perfectly in Chrome, Brave, Safari, Edge, ... VLC, ... but Firefox :-(
Hi you, how can i use webrtc to record sound(not microphone - e.g sound of video in a website) + screen in chrome?Help me pls!
I currently receive "onMediaCapturingFailed: DOMException: Requested device not found" console error.
Chrome version: Version 78.0.3904.87 (Official Build) (64-bit), windows 10, logitech c922 camera.
Hi Muaz Khan
Firstly, i want to appreciate your hard work on web rtc. I tried to implement screen capturing defined in this page on iPad but it didn’t work. I tried IOS 12 and 13.1 both. It is interesting that an iPhone with IOS 13.1 is running your screen capturing code but iPad doesn’t. Is there is a solution or work around for this? Thank you in advance.
Hi Muaz Khan
Firstly, i want to appreciate your hard work on web rtc. I tried to implement screen capturing defined in this page on iPad but it didn’t work. I tried IOS 12 and 13.1 both. It is interesting that an iPhone with IOS 13.1 is running your screen capturing code but iPad doesn’t. Is there is a solution or work around for this? Thank you in advance.
As of time of this comment (10/16/19), "entire screen" recording with Google Chrome on macOS Catalina is broken. Even with the "Screen Recording" permission set for Chrome in macOS' Privacy & Security, navigator.mediaDevices.getUserMedia throws a "Permission denied by system" exception.
Hello. If select microphone + screen, you can receive record from microphone and PC, but only when you select an external microphone. How I can use this function when I use internal microphone from webcamera. I tried to do this from windows laptops and mint 19.2 laptop.
Hi Muaz Khan
Firstly, i want to appreciate your hard work on web rtc. I tried to implement screen capturing defined in this page on iPad but it didn’t work. I tried IOS 12 and 13.1 both. It is interesting that an iPhone with IOS 13.1 is running your screen capturing code but iPad doesn’t. Is there is a solution or work around for this? Thank you in advance.
hi, in the old version, you had the possibity to upload the video in the server, but with the new version, we don't find this option can you help me to upload the video in our server,thanks, best regards
Hi @Muaz Khan i wanted to capture screen and wanted to do some annotation while capturing screen.Is it possible?That annotation can be on HTML canvas.
Hi @Mauz Sir,
Can i do video + Audio + screen recording at same time?. Please share some example code snippet.
hello, how can i adjust the size of the screen that is being shared if i want just a portion to be shared, and also make it record a certain location on the screen, for a certain amount of time.
Did you get any answers as to how to record only a certain portion of the screen.
I need to record canvas and chat. So I want to record browser window, but not ask the user for permissions for which browser to record. I want to remove complexity as I already have a canvas that needs to be drawn on top of. I also have multiple canvases the user can scroll back and forth from, so I don't want to record just one canvas. I've seen some of your webpage recording demos, but it looks like the page is changing consistently. The mouse is flashing from the I beam to pointer continuosly. Any way to do this without that occurring?
Can I force to a certain screen to record? Can I force to not ask the user?
hi, i want to use audio recording library in php. pls help how to do it?
Hi, thank you for great lib, how to record audio stream from internet radio?
if anyone is interested ,, please contact me via skype (nitistudio)
hello, i want to make voice recorder to my chat php, who can help me,, i can pay
hi first off i want to donate to you for your help how can i contact you for that? thanks to you a newbe like me is learning a lot. Im working with the Audio+Video+Screen Recording using RecordRTC. On the save.php its working fine uploading to the server. I been trying to tweek it so the file can be upload to a sub folder and nothing seems to work. I've tried taking the selfInvoker off and added else statements with sql to pull the user info out of the data base so the recorded video can be downloaded the users file. I got all that working but when i go to change the filepath to upload to the user folder it errors out heelp plz. Or if anyone reading this post help plz
Hello,
How to add local storage video in webcam stream during pause button
Hello muaz, this works absolutely great . However if you could provide a working demo of only screen +audio recording it will very helpful. From the comments also i could see that the screen +audio recording is one of the most requested feature, So if you could provide us one ...
Hi i made that from muaz khan example
Hello Muaz :),
it possible audio file download with mp3. when i try to download as mp3 it downloaded but not playing any solution for this problem.
is there any way to run recordRTC on safari currently its not working with safari camera permission is denied
Please provide solution
Hi,
How can I set the video recording quality to 4k or 1080p?
navigator.mediaDevices.getUserMedia({
video: {
width: {
exact: 3840
},
heigth: {
exact: 2160
}
}
}).then(function(fourKCameraStream) {
let recorder = RecordRTC(fourKCameraStream, {
type: 'video'
});
recorder.startRecording();
});
navigator.mediaDevices.getUserMedia({
video: {
width: {
exact: 1920
},
heigth: {
exact: 1080
}
}
}).then(function(TenEightyCameraStream) {
let recorder = RecordRTC(TenEightyCameraStream, {
type: 'video'
});
recorder.startRecording();
});
Oh I will do it separately for each resolution? Am I right?
Hi,
I need to record Screen along with audio track of both end point users(client and receiver). When I add tracks it shows error message as "MediaRecorder does not support recording multiple tracks of the same type at this time". Can you tell me how can i add multiple audio tracks
Hello! I'm still facing the same problem: when I record my screen+mic and save the file to my computer, I can not see anything, I can just hear the audio track. Can anybody reproduce this issue or it is just me?
Steps to reproduce (using Chrome latest in Windows):
- Use the controls above to select Microphone+Screen
- Start the recording, and say something just to be recorded.
- Stop the recording, and click on "Save to disk" button to save it on your machine.
- Open the mp4 file saved and play the video; you won't see anything, but I'll hear yourself.
Thanks!
its not working on different mobile network
Hi, is it possible to display text(text will come from database and display on video when we click on get text_button) on video recording and saving to server???
Otherwise, can you please send me the sample code for video recording with text titles and saving to server??