Problem with audio when recording video call

Having problems with building or using CEF's C/C++ APIs? This forum is here to help. Please do not post bug reports or feature requests here.

Problem with audio when recording video call

Postby robertocarlos » Thu Feb 14, 2019 2:10 pm

I have a web page where I make video calls, the page is embedded in a windowsform using the cefsharp component

Image

Cefsharp Version 69.0.0
Image

I use the following function to enable the microphone and the video camera:
CefCommandLineArgs.Add ("enable-media-stream", "1");

Image

Code: Select all
        public void InitializeChromium()
        {
            CefSettings settings = new CefSettings();

            //enable the microphone and the video camera
            settings.CefCommandLineArgs.Add("enable-media-stream", "1");

            // Initialize cef with the provided settings
            Cef.Initialize(settings);

            chromeBrowser = new ChromiumWebBrowser("https://admin.bdeo.es/");

            this.Controls.Add(chromeBrowser);
            chromeBrowser.Dock = DockStyle.Fill;

        }//fin de public void InitializeChromium()



during the video call everything works fine, but I'm having a "problem" with the option to record video call, when I check the recorded video I realize that the audio of the web page embedded in C # does not record in the video, the weird thing is that during the recording of the video call the audio works fine.

I hope someone can help me
robertocarlos
Newbie
 
Posts: 4
Joined: Tue Feb 12, 2019 10:33 am

Re: Problem with audio when recording video call

Postby Czarek » Sun Feb 17, 2019 3:56 am

Have you tested with other websites? Does it work in cefclient sample application?
Maintainer of the CEF Python, PHP Desktop and CEF C API projects. My LinkedIn.
User avatar
Czarek
Virtuoso
 
Posts: 1927
Joined: Sun Nov 06, 2011 2:12 am

Re: Problem with audio when recording video call

Postby robertocarlos » Mon Feb 18, 2019 3:10 pm

Czarek wrote:Have you tested with other websites? Does it work in cefclient sample application?


I have tried other pages, but I have not found another page where a video call is recorded, but I have tried some pages where I record a video with my camera and microphone but there the audio works well when I check the recorded video.
robertocarlos
Newbie
 
Posts: 4
Joined: Tue Feb 12, 2019 10:33 am


Return to Support Forum

Who is online

Users browsing this forum: No registered users and 42 guests