linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] Video display in Mozilla not working


From: Saumil Gandhi
Subject: [Linphone-developers] Video display in Mozilla not working
Date: Tue, 16 Sep 2014 00:08:01 +0530

Hi,

When a call is connected between Linphone web and a mobile device (android), I'm able to view the video and audio on the device, but not able to see the video on the browser. This is for Mozilla. If I try it on Chrome, I am able to see the video on the browser.

This is the relevant code:

 function loadVideo() {
                var v = document.getElementById('remoteVideo');
                var core = getCore();
                core.selfViewEnabled = true; // change this to true if needed
                core.videoDisplayEnabled = true; 
                core.videoPreviewEnabled = true;
                core.nativeVideoWindowId = v.window;                
                core.nativePreviewWindowId = v.window;                
                //alert("video onload fired"); 
                
            }

Any help would be appreciated.

Thanks,
Saumil

reply via email to

[Prev in Thread] Current Thread [Next in Thread]