Search results

  1. Max

    Доступ к микрофону после запуска стрима Abdroid/iOS SDK

    Попробуйте получить данные в MediaRecorder, как в примере Media Devices. Если так не работает, то, скорее всего, одновременно со стримом получить данные нельзя. В этом случае есть вариант перехватывать аудиоданные на стороне сервера.
  2. Max

    Problem with multi-record(VP8 codec)

    They claim hardware decoding support, but not software implementation. This doc should help.
  3. Max

    Problem with multi-record(VP8 codec)

    This test shows that a browser supports H264 encoding/decoding. But system itself may not support this codec. Android SDK uses codecs available to the system itself only. So if you wish to stream H264, seems like you should use Web SDK in browser or in WebView. Another option is to use stream...
  4. Max

    Доступ к микрофону после запуска стрима Abdroid/iOS SDK

    Добрый день. Поскольку приложение одно и то же, то, если разрешение на доступ к микрофону дано пользователем, можно получить с него данные. Если в данном случае достаточно публиковать только видео, то можно отключить публикацию аудио в констрейнтах. В этом случае Вы можете отдельно получить...
  5. Max

    Stream Status is Playing but no streaming

    Please provide RTSP camera public IP address using this form. If you cannot, collect a report as described here and collect traffic dump as described above. Send using this form. Or provide SSH access to the server form which the camera is available using this form.
  6. Max

    Stream Status is Playing but no streaming

    This is local (LAN) IP address 192.168.1.140 So we can't connect to this address to check issue. Please provide public IP address. As an option, you can dump traffic using Wireshark and send us the dump for analyzing. 1. Run Wireshark capture. 2. Play in VLC. 3. Stop capture and make sure the...
  7. Max

    Stream Status is Playing but no streaming

    Please provide RTSP url using this form or post it right here
  8. Max

    Support for install WCS in Ubuntu Desktop

    Yes, you can expect support on this forum. There is no difference between Ubuntu desktop and Ubuntu server at this point.
  9. Max

    https//:localhost:8444/ not opening

    Use the following parameter https.port=443 Please note that you cannot set the same port for REST API, web interface etc and websocket port. But, if you set up Nginx as reverse proxy, you can use a different URLs on the same port, for example: # Websocket location /wss { proxy_set_header...
  10. Max

    Problem with multi-record(VP8 codec)

    Good day. As clearly mentioned in documentation, multiple recording feature is supported for H264 streams only, because MP4 container is used. Please use StreamOptions.setStripCodecs() method in Android SDK (see example on GitHub): StreamOptions streamOptions = new...
  11. Max

    Support for install WCS in Ubuntu Desktop

    Good day. WCS can be installed to any desktop Linux OS by the same way as to server OS: wget https://flashphoner.com/download-wcs5.2-server.tar.gz tar -xvzf FlashphonerWebCallServer-5.2.XXXX.tar.gz cd FlashphonerWebCallServer-5.2.XXXX sudo ./install.sh
  12. Max

    https//:localhost:8444/ not opening

    You can change Websocket port with the following parameter wss.port=443 Or you can setup reverse proxy using Nginx.
  13. Max

    connection establishment problem

    Please check if you're opening 8444 port as HTTPS, not HTTP. Or set LB to redirect HTTP to the port 8081. See LB setup example here, p 2.3.
  14. Max

    Setup SIP with FlashPhoner

    Good day. We've added the connection to an existing session feature to Android SDK in build 1.1.0.55. Please read Android SDK docs for details Connection to an existing session Android Phone
  15. Max

    Android SDK стрим идет, картинки нет

    Добрый день. В сборке Android SDK 1.1.0.55 подняли targetSdk до 31, что привело к изменениям в инструкции по сборке при помощи Gradle Сборка примеров с помощью Gradle. Однако, проблема оказалась не в этом, а в том, что захват экрана на Android 10 и выше требует создания foreground service...
  16. Max

    connection establishment problem

    Good day. Please reproduce the issue, then collect a report as described here using reposrt.sh script. Send the report archive using this form.
  17. Max

    Queries Regarding Green Screen

    Could you please provide bit more information related the "Green Screen" feature. Not clear for now. You can use Mixer background as PNG https://docs.flashphoner.com/display/WCS52EN/Stream+mixer#Streammixer-Mixerbackgroundmanagementandwatermarking
  18. Max

    Snapshot timeout

    Good day. We added a maximum snapshot taking duration configuration in build 5.2.1116, by default 30 attempts to check if snapshot file is ready will be performed during 3000 ms snapshot_taking_interval_ms=3000 snapshot_taking_attempts=30 You can expand this interval if CPU or disk I/O is not...
  19. Max

    https//:localhost:8444/ not opening

    Seems like you've applied certificate from a different domain: You've imported SSL certificate for domain *.ae, but WCS responds on domain *.com. So you should either import certificate *.com for WCS domain or move domain *.ae to WCS instance.
  20. Max

    https//:localhost:8444/ not opening

    Please check if you opening a page using domain name for whiccertificate was imported. When opening the same page by IP address Chrome will display it as unsecure. If you're using domain name, and problem still persists, please provide SSH access to the server using this form
Top