Search results

  1. Max

    Трансляция экрана телефона в браузер

    В iOS AppStore у нас есть только Two Way Streaming. Однако можно собрать примеры из исходных текстов по этой инструкции. Для Android можно скачать архив последней сборки SDK 1.1.0.57, в каталоге samples находятся APK примеров, которые можно установить на устройство и протестировать (по умолчанию...
  2. Max

    Высокая загрузка CPU после обновления

    Добрый день. Смотреть нужно в логи сервера и настройки. На нашем тестовом сервере demo.flashphoner.com (сборка 5.2.1204) такого не наблюдается даже под нагрузкой. Пожалуйста, уточните кейс использования. Также соберите отчет при помощи report.sh и пришлите, используя эту форму, тогда мы сможем...
  3. Max

    WCS Service getting failed

    You must have a root privileges to install, uninstall or start WCS. By default, WCS Java process is running as flashphoner user. You can run it as root user by changing WCS_NON_ROOT=true to WCS_NON_ROOT=false in /usr/localk/FlashphonerWebCallServer/bin/setenv.sh file. Then WCS must be...
  4. Max

    Remove support for arm64 (VALID_ARCHS) to run on M1 mac models

    Good day. We raised the ticket WCS-3492. Will let you know about progress in this topic. Please also note that building for iOS Simulator is not recommended because Simulator has no access to Mac camera, and cannot be used to test stream publishing.
  5. Max

    Ghost session after WCS 5.2.1109 update

    We fixed the issue in build 5.2.1202. Please update and check.
  6. Max

    iPad Pro 11, iPadOS 15.4.1 Safari часть трансляций - чёрный экран у определённых пользователей.

    Добрый день. Скорее всего, причина не в этом, а в том, что битрейт публикации minBitrate: 800, maxBitrate: 1200 слишком высок для того, чтобы гарантированно проходить в канал клиента. В таких случаях рекомендуем снижать битрейт публикации, либо транскодировать...
  7. Max

    Always record in mp4

    Good day. WCS supports the following recording containers (see Stream recording doc): MP4 for H.264 + AAC codecs WebM for VP8 + Vorbis codecs TS for H.264 + ADTS MKV (since WCS build 5.2.1190) By default, the container is set automatically depending on codec published: MP4 for H264, webm for...
  8. Max

    ошибка публикации RTMP

    Добрый день. Если возникают какие-то сомнения в поведении именно сервера, необходимо проверять работоспособность с помощью заведомо работающих инструментов публикации, например ffmpeg или OBS. Если проблема воспроизводится и с ними, нужно собрать логи сервера и предоставить нам через кнопку...
  9. Max

    Помощь в реализации видеосвязи на Android

    Самое простое - это остановить Play поток и проиграть его заново с пониженным разрешением. >регулировать VideoConstraints (minBitrate, maxBitrate и videoFps)? Достаточно задать width и height - это снизит битрейт и нагрузку на канал плеера.
  10. Max

    Помощь в реализации видеосвязи на Android

    Здравствуйте. У нас в Google Play есть мини-приложения, которые используются в качестве примеров. https://play.google.com/store/apps/developer?id=Flashphoner Первое, что вы можете сделать, это взять приложение, которое подходит для вашего кейса и протестировать это приложение с нашим...
  11. Max

    Stream lags for stream with iOS 15.4.1 (latest version)

    Good day. A stream is publishing with a low average FPS (but extremely changing, peaks are from 2 to 30 FPS). We raised the ticket WCS-3485 about this. This seems like H264 hardware acceleration issue in latest iOS. We will check if hardware acceleration can be disabled in WebRTC library. If...
  12. Max

    iPhone video (one side)

    Please update iOS to the latest build in 14 branch. Also, iOS 15 on iPhone 7 is working with demo. Please also try to publish and play stream in Media Devices example. If Packets lost and NACK statistic parameters grow, then you have a channel issues betweent the device and demo server. In this...
  13. Max

    CDN prossesing state Unknown

    Good day. Seems like IP address resolved by DNS is no the same as CDN signaling port is bound to. Please try to set cdn_nodes_resolve_ip=false and set IP addresses, not DNS names, to cdn_ip and cdn_point_of_entry parameters.
  14. Max

    Hardware accelerated decoding on chrome on Windows?

    When you publish a stream from browser, the stream frames are encoded by browser before sending them. So hardware encoding seems to be working. You can try to check if hardware accelerated decoding is enabled and enbale it if not: 1. Open chrome://flags/ 2. Type Hardware-accelerated video...
  15. Max

    Android app freeze on some devices after stop stream

    Воспроизведите проблему в streaming-min-debug.apk, соберите лог при помощи adb logcat или Android Studio и пришлите лог, используя эту форму.
  16. Max

    WCS Service getting failed

    We checked the report. Seems like you've changed HTTP port in flashphoner.properties file Please remove the line http.port =18081 then server should work correctly We do not see this in report provided. Please uninstall WCS completely sudo /usr/local/FlashphonerWebCallServer/bin/uninstall.sh...
  17. Max

    WCS Service getting failed

    If you cannot provide SSH access to the server, please collect a report as described here. Use report.sh script to collect the report cd /usr/local/FlashphonerWebCallServer/tools sudo ./report.sh --sysinfo --conf --stats --tar Then, send the report archive using this private form.
  18. Max

    Remote bandwidth event

    The channel quality checking method mentioned above is based on difference between bitrates on clent side and server side, both for publisher and player. If bitrate sent is bigger than received one, that means the channel is bad. This is the only method to check a channel quality.
  19. Max

    WCS Service getting failed

    If the recommendations above did not help, please provide SSH access to the instance using this private form.
  20. Max

    iPhone video (one side)

    Hello We recently checked with iPhone7 iOS 14.8.1 Safari, Windows 10 Chrome Version 101.0.4951.54 (Official Build) (64-bit). Works fine. Test 1. Open Two Way Video Chat on iPhone Safari https://demo.flashphoner.com/client2/examples/demo/streaming/video-chat/video-chat.html 2. Join. 3. Open...
Top