web sdk

  1. tyagi5011

    How to change default WSS adress in Webrtc as rtmp rebublishing

    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")...
  2. S

    2players example issue (streams mixing)

    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...
  3. djuka

    Resolution always 320x240

    I set constraints like this: constraints = { video: { width: {min:320, ideal: 640, max:1920}, height: {min:240, ideal: 480, max:1080}, minBitrate: 200, maxBitrate: 1800, frameRate: 20...
  4. K

    Possible error in playFirstVideo()

    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...
  5. W

    Ошибка в flashphoner.js

    В течение недели все работало, но потом резко началась эта ошибка, откат к старым версия не помогает. let SESSION_STATUS = Flashphoner.constants.SESSION_STATUS; let STREAM_STATUS = Flashphoner.constants.STREAM_STATUS; function init(){ Flashphoner.init(); remoteVideo =...
  6. smartbet

    Issue with ios Canvas player

    Hi Dear support. Canvas creating 2 times.
  7. A

    iPhone issue in Video Chat

    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...
  8. S

    Javascript playoutDelayHint error

    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...
  9. Aram

    init

    lashphoner не инициализируется и выводит мне эту ошибку https://prnt.sc/uatekk Как решить эту проблему? Взаимодействие с другими людьми
  10. Dani

    iphone video freeze

    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...
  11. S

    Echo in latest Android 10 on Pixel phones

    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...
  12. L

    Iphone WebSocker is closed before connection is established

    При повторной публикации webrtc с Iphone получаем такую ошибку WS connection timeout WebSocket connection to 'wss://fp....' failed: WebSocket is closed before the connection is '..../webRtc-Toolkit.js' established. И чаще всего происходит именно при повторной публикации, иногда с 3-4 раза...
  13. R

    please provide me the code to create wss server on my local server with node.js

    please provide me the code to create wss server on my local server with node.js
  14. Srikanth

    I would like to integrate Flashphoner in Angular 5.

    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
  15. markup

    При воспроизведении видео нет звука.

    Добрый день! Подскажите, как включить звук при воспроизведении видео без jquery? Для воспроизведения не использую кастомных плееров. Использую vue
  16. R

    Embed Player - Duplicate Video

    Hello! We are experience issues (video is duplicated) on embed video player as bellow:
  17. R

    Player HTML5 - Show Controls

    Hello! While using player demo, if right click on stream, show controls are avaiable. How to make controls always avaiable?
  18. A

    Звук на стриме через Bluetooth гарнитуру

    Добрый день, каким образом возможно брать звук с гарнитуры или наушников , а не с телефона ?
  19. R

    WebRTC - User to user stream

    Hello! Is it supported use WCS server and user to user stream, to reduce server load?
  20. R

    echoCancellation = MediaTrackSettings.echoCancellation;

    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.
Top