I want to change the default wss address in webrtc as rtmp rebublishing because i installed the wcs on another server so i want that adress to be default
I checked this method but it is not working.
please help.
function init_page() {
$("#url").val("wss://wcs_address:8443")...
Hi,
I came across a strange issue on your 2players example (tried yours and mine WCS, same result). On some mobile devices (e.g. Honor 10, Redmi Note 8T - all updated to latest Android 10 (Q), and on latest chrome version - that said Samsung Galaxy S9 Android Q, latest chrome does not have the...
Hello,
Currently, main part of playFirstVideo() method is following:
if (src) {
video.src = src;
video.play().then(function () {
display.appendChild(video);
resolve();
})["catch"](function () {
//WCS-2375. fixed autoplay in ios safari...
В течение недели все работало, но потом резко началась эта ошибка, откат к старым версия не помогает.
let SESSION_STATUS = Flashphoner.constants.SESSION_STATUS;
let STREAM_STATUS = Flashphoner.constants.STREAM_STATUS;
function init(){
Flashphoner.init();
remoteVideo =...
Hi there,
We are testing the video chat service for client and are almost ready to go for production, however the client have noticed that the Video chat is only working one sided from earlier versions of iOS 12 and earlier... however it was also noticed that the MCU_Client app is running OK...
Some clients get the following javascript error trying to play a stream:
TypeError: Failed to set the 'playoutDelayHint' property on 'RTCRtpReceiver': The provided double value is non-finite. Uncaught TypeError: Failed to set the 'playoutDelayHint' property on 'RTCRtpReceiver': The provided...
Hi,
we're using an almost year old version of the sever/ api.
the reason is that whenever we tried to upgrade - iPhone video is frozen.
No issues on MAC and no issue on android.
I can also confirm that the OTHER side see the "frozen" video as live - the problem looks local to iphone (trying...
Hi,
starting from the Aug 5 update to Pixel phone (2 in this case, running QQ3A.200805.001) we are getting echo from these phones.
I.e. a remote peer (in a person to person chat) hear his/her own voice after roundtrip, and looking at the voice activity of the mixed feeds we store, we can be...
При повторной публикации webrtc с Iphone получаем такую ошибку
WS connection timeout
WebSocket connection to 'wss://fp....' failed: WebSocket is closed before the connection is '..../webRtc-Toolkit.js' established.
И чаще всего происходит именно при повторной публикации, иногда с 3-4 раза...
I am getting this error, Error in connection establishment: net::ERR_CERT_AUTHORITY_INVALID.
But in java-script trial version is working fine. But giving error in Angular(Typescript)
Please help
Hello!
There is support for this?
https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSettings/echoCancellation#:~:text=Echo%20cancellation%20is%20a%20feature,device%20and%20their%20input%20device.