web sdk

  1. 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...
  2. 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...
  3. Aram

    init

    lashphoner не инициализируется и выводит мне эту ошибку https://prnt.sc/uatekk Как решить эту проблему? Взаимодействие с другими людьми
  4. 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...
  5. 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...
  6. 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 раза...
  7. 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
  8. 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
  9. markup

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

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

    Embed Player - Duplicate Video

    Hello! We are experience issues (video is duplicated) on embed video player as bellow:
  11. 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?
  12. A

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

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

    WebRTC - User to user stream

    Hello! Is it supported use WCS server and user to user stream, to reduce server load?
  14. 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.
  15. R

    Auto start webcam on page load

    Hello! how to automatic start webcam capture on page load without the Start btn? We have attempt many ways like <script type="text/javascript"> $(document).ready(function(){ $("#publishBtn").trigger('click'); }); </script> Without succcess. Thanks!
  16. A

    Не воспроизводится видеопоток в Safari

    Добрый день! Устройство и браузер: Safari, последняя версия, Macbook. Реализован интерфейс видеосвязи один на один. Проблема: при заходе в интерфейс с видео браузер не запрашивает включение звука и видео, соответственно, у пользователя не выводится ни то, ни другое. Параллельно провели...
  17. C

    Как выключить камеру?

    После нажатия на "Stop" останавливаетса "Publish", но камера работает дальше. Как её выключить? Как сделать чтобы она выключалась так как это делаетса "API MediaStream" через: stream.getTracks().forEach(track => { track.stop(); });
  18. R

    Camera on MAC - Safari

    Hello! We are not able to capture camera from SAFARI on MACBOOK: NOTE: On Chrome, Firefox, Opera and Edge - 100% working [Log] 18:14:06 INFO webrtc - – {audio: true, video: {width: {min: 320, max: 640}, height: {min: 240, max: 480}, frameRate: {ideal: 30}}, customStream: undefined}...
  19. D

    Не работает видеочат на iOS

    Добрый день. Столкнулись с проблемой, на iOS девайсах (13+ iOS) отображаются только первые кадры трансляции. Пробовали фикс с Flashphoner.playFirstVideo(), навесили включение стримов на клик по кнопке, это не помогло. Используем npm пакет @codevadmin/flashphoner-api версии 0.5.30. Подскажите...
  20. B

    Set maxBitrate and minBitrate for customStream

    I have a stream from canvas. Using canvas streaming example function getConstraints() { var constraints; var stream = createCanvasStream(); constraints = { audio: false, video: false, customStream: stream }; return constraints; } But, i want to set...
Top