Search results

  1. Max

    android SDK not build

    If you open aar file using zip extensions, you will be able to see dependencies including gson-2.7.jar Try to remove this file from aar archive or configure your build excluding this jar file.
  2. Max

    android SDK not build

    Hello export.sh is a Linux shell script it does not work properly on Windows To build a sample on Windows 1. Open a sample folder as a project in the Android Studio 2. Add aar file as a dependency. wcs-android-sdk-1.1.0.61.aar 3. Build the project with the dependency.
  3. Max

    android SDK not build

    Download: TAR.GZ https://docs.flashphoner.com/static/ANDROIDSDK11/Android_SDK_1.1_release_notes/#android_sdk_11_release_notes AAR example (latest 61 version for now) https://flashphoner.com/downloads/builds/flashphoner_client/wcs-android-sdk/1.1/wcs-android-sdk-1.1.0.61.aar
  4. Max

    android SDK not build

    Hello Did you do the Step 2? https://docs.flashphoner.com/display/ANDROIDSDK11EN/Overview#Overview-Preparingexamplesforbuilding wget http://flashphoner.com/downloads/builds/flashphoner_client/wcs-android-sdk/1.1/wcs-android-sdk-1.1.0.x.aar cp wcs-android-sdk-1.1.0.x.aar export
  5. Max

    rest-api issue

    Hello This means you don't have streams on the server. Try to publish a stream first. Make sure your stream is being published. Then try again /find_all. Example of a published stream https://demo.flashphoner.com/client2/examples/demo/streaming/two_way_streaming/two_way_streaming.html
  6. Max

    Encrypted SSL

    Hello https://docs.flashphoner.com/display/WCS5EN/Websocket+SSL Default: password
  7. Max

    AT&T 4G/5G fails

    Hello Try to add this setting: ice_tcp_transport=true in flashphoner.properties This will switch default transport from UDP to TCP.
  8. Max

    Snapshot through Rest API

    It seems you have got reports with TCP enabled. ice_tcp_transport = true in flashphoner.properties We don't see any issues with TCP enabled. Could you comment out this setting and prepare report for UDP configuration.
  9. Max

    issue with switch camera flashphoner in react

    Hello First of all, test Media Devices sample with your server. https://demo.flashphoner.com/client2/examples/demo/streaming/media_devices_manager/media_device_manager.html Make sure publishing and playback resolutions are equal. If resolutions are not equal, try to change Content Hint to...
  10. Max

    android SDK not build

    Hello Please follow the documentation Android SDK 1.1 and examples https://docs.flashphoner.com/display/ANDROIDSDK11EN/Overview
  11. Max

    rest-api issue

    Hello This is REST API docs https://docs.flashphoner.com/display/WCS52EN/REST+API REST API Examples https://docs.flashphoner.com/display/WCS52EN/Examples Recorded video file is a static mp4 or mkv. There is no REST API to check file system. You can connect to server over SSH and download...
  12. Max

    Snapshot through Rest API

    We added reports to the ticket.
  13. Max

    RTCVideoTrack removeRenderer array crash

    We tested in Media Devices Swift and Two Way Streaming Swift: - click Connect - Publish - Disconnect before PUBLISHING status: no crash - click Connect - Publish - Stop - Disconnect: no crash too So we need a code to reproduce.
  14. Max

    issue with switch camera flashphoner in react

    A stream is recorded with a real publishing resolution. Not with resolution set by constraints, because the real resolution may be lower if channel bandwidth is not enough. You can check the publishing resolution and other stream metrics by REST API: Receiving common stream information
  15. Max

    RTCVideoTrack removeRenderer array crash

    Please also note we does not change WebRTC package in this build (only version is bumped) You should update FPWCSApi2 and FPWCSApi2Swift packages to 2.6.120 too because those packages contains actual changes (checking if renderer is created before deleting it).
  16. Max

    RTCVideoTrack removeRenderer array crash

    We can't reproduce this in Media Devices Swift or Two Way Streaming Swift examples. Please modify any of the examples to stable reproduce the issue and send us the code using the form.
  17. Max

    Snapshot through Rest API

    You don't need to close the ports if HLS server disabled. WCS will not listen the ports in this case.
  18. Max

    Snapshot through Rest API

    Someone tries to DDoS the server by HLS requests. Maybe there is a vulnerability in some media servers they try to exploit. But WCS is proof, so you can ignore those logs or disable HLS at all if you don't use it: hls_server_enabled=false About NPE in logs: we raised the ticket WCS-4014 to...
  19. Max

    Unable to installed flashphoner on my rackbankcloud server

    The server is running. You should activate the license key to work with it: You can request a trial license here: http://flashphoner.com/get_trial/?product=wcs5
  20. Max

    RTCVideoTrack removeRenderer array crash

    Good day. We added a check if renderer exists before deletion in iOS SDK build 2.6.120. Please update and check.
Top