Search results

  1. Max

    IOS 12.2 media device error during phone call

    Good day. We cannot reproduce the issue as you describe neither modifying Media Devices example, nor Two Way Streaming (this is simpler to modify because you do not need to set deviceId in constraints) using WebSDK 0.5.28.2753-075cc8b30a361f74b3be6b5f293c528b30e2a5c1 (0.5.28.2753.90) on WCS...
  2. Max

    ScreenSharing System sound without extension

    Добрый день. Мы добавили в constraints по умолчанию audio: true для Chrome 74 и выше для публикации системного звука при захвате экрана без расширения в сборке WebSDK 0.5.28.2753.90
  3. Max

    IOS 12.2 media device error during phone call

    Good day. If audio devices access should not be requested while choosing a camera, getMediaDevices() function may be called with explicit constraints setting Flashphoner.getMediaDevices(null, true, null, {video: true, audio: false}).then(function (list) { ...list.video.forEach(function (device)...
  4. Max

    IOS 12.2 media device error during phone call

    Good day. We can't reproduce your issue with WebSDK build 0.5.28.2753.87 (0.5.28.2753-0e77b5a453d667d7201893d939001e904d171d3a) on WCS build 5.2.115 using Media Device example in the following browsers: Chrome 74.0.3729.131 Firefox 66.0.3 MacOS Safari 12.1 (14607.1.40.1.4) iOS Safari 12.1 (iOS...
  5. Max

    Android SDK

    Good day. Your developer should download and build Android SDK 1.0 samples as described on this page, if you plan to support Android before 9. Android SDK 1.1 (supports Android 9 and newer) samples instruction is on this page.
  6. Max

    Jave issue

    Good day. Please check an output of top command top String with "java" shows how CPU is loaded by WCS. Note that you have 8 CPU cores, so 100% in top means that only one core is fully loaded. Also, your server log is full of messages Codec not found; pt - 119; current pt - 95 This may affect...
  7. Max

    Inbound call not working

    Good day. Please try to exclude codecs unused as described here (point 4). Also, you can try to switch to TCP transport with the following setting sip_force_tcp=true if this is supported by SIP side. If problem still persists please prepare a report as described here and send to...
  8. Max

    ScreenSharing System sound without extension

    Добрый день. Да, такая корректировка запланирована, о результатах сообщим здесь.
  9. Max

    iOS 12.2 no webrtc publish when calling

    Good day. We have fixed this issue in WebSDK build 0.5.28.2753.87, please update WebSDK to this build and check. When audio switched off in constraints constraints: {video:true, audio:false} browser does not request microphone permission, so video publishing works while normal phone call.
  10. Max

    IOS 12.2 media device error during phone call

    Good day. We have fixed this issue in WebSDK build 0.5.28.2753.87, please update WebSDK to this build and check. When audio switched off in constraints constraints: {video:true, audio:false} browser does not request microphone permission, so video publishing works while normal phone call.
  11. Max

    Cannot browse and upload ssl certificate files

    Are you logged as demo user? Try log in as admin:admin default.
  12. Max

    Jave issue

    -Xmx8g for maximum heap memory pool value and -Xms8g for initial memory allocation
  13. Max

    Jave issue

    Because this RTMP server is available from our server: PING host_ip (host_ip) 56(84) bytes of data. 64 bytes from host_ip: icmp_seq=1 ttl=55 time=175 ms 64 bytes from host_ip: icmp_seq=2 ttl=55 time=175 ms 64 bytes from host_ip: icmp_seq=3 ttl=55 time=175 ms ... Please ping your RTMP server...
  14. Max

    Jave issue

    Good day. We have checked the stream and the server. It seems like your RTMP host is unreachable from your WCS server (real ip addresses are hidden): PING host_ip (host_ip) 56(84) bytes of data. From gateway_ip icmp_seq=1 Destination Host Unreachable From gateway_ip icmp_seq=2 Destination Host...
  15. Max

    Jave issue

    Please check if the stream can be played on your server with default server settings (WCS_HOME/conf/flashphoner.properties). Or, send its SSH credentials to support@flashphoner.com - we'll check the configuration.
  16. Max

    ScreenSharing System sound without extension

    Добрый день, Чтобы работало в Сhrome ниже 74 версии, в constraints передается только {video:true}. Для захвата системного звука здесь можно добавить audio:true { video: true, audio: true }
  17. Max

    Easiest way to collect a list of stream parts with start/end timestamps

    Good day. We are on testing stage, the fix supposed to be released next week.
  18. Max

    Invalid Constraint when publishing stream, Safari 12.1

    Good day. We have submitted latest WCS build to Amazon, hope it will be updated soon. You can always download latest WebSDK build from this page.
  19. Max

    iOS 12.2 no webrtc publish when calling

    Good day. We already testing the fix, please be patient And we recommend to update server to latest build from this page if possible, there was so many fixes since version you use.
  20. Max

    WebRTC as RTMP re-publishing Not Working in Google Chrome

    Good day. We fixed RTMPS support in build 5.2.109 and tested it with Facebook, it works now. Please update to this build and check.
Top