Search results

  1. M

    iOS/Safari audio broadcasting issue via WebRTC

    Hello, We are experiencing a weird issue publishing audio in iOS/Safari via WebRTC. While the broadcaster camera is working fine, out of 10 attempts, we are experiencing audio failing 30% to 50% of the times . Our workaround to solve the issue is to close the browser, wait a few seconds, reopen...
  2. M

    Possible bug publishing from iOS 13+. Camera permission error.

    Hello, We are facing an issue to publish a WebRTC video in iOS, mainly in iOS 13.2 / 13.3. The code is working fine on other OS and browsers (including iOS 12). We are only having issues with iOS 13.2 / 13.3. This error happens in 2 out of 10 attempts approximately, with more chances to happen...
  3. M

    Broadcasting portrait orientation via mobile devices in RTC

    We are having issues broadcasting portrait orientation via mobile devices in RTC. It seems Flashphoner is forcing landscape orientation even forcing portrait constraints. We are passing the following constraints in the method session.createStream(): { "video":{ "width":{...
Top