Search results

  1. Max

    Фрейм рейт

    Добрый день. В сборке WebSDK 2.0.240 добавлена реализация простого DVR при проигрывании HLS в примере VideoJS Player Minimal: Реализация перемотки (DVR) при проигрывании HLS
  2. Max

    Failed to connect to rtsp stream (private form)

    Good day. Seems like underscore character _ is not allowed in a host name, and there is an exception in server logs when trying to play your RTSP stream: The stream is playing normally when using IP address returned by DNS for the host. So you should avoid underscores in host name. As a...
  3. Max

    [Android][SDK 1.1] Configure the audio source when share device screen.

    Good day. Since Android SDK build 1.1.0.64 it is possible to capture system audio with screen sharing in Android 10 and above. See Android Screen sharing example description.
  4. Max

    IOS loudspeaker to Phonemin

    Good day. We added the setLoudSpeakerStatus method fro SIP calls since iOS SDK build 2.6.124. Please see iOS Phone example description - (void)useLoudSpeakerValueChanged:(id)sender { if (call) { [call setLoudspeakerStatus:_useLoudSpeaker.control.isOn withError:nil]; } }
  5. Max

    WCS перестает работать

    Если это произойдет снова, сделайте пожалуйста репорт перед рестартом. Это даст нам возможность найти причину. sudo /usr/local/FlashphonerWebCallServer/tools/report.sh --sysinfo --conf --dump --tar
  6. Max

    Streaming from local network

    Good day. Please check if your domain name is successfully resolving from the PC. Use the ping command on the PC from which you're trying to publish a stream using your WCS server domain name, for example ping flashphoner If ping command returns Name or service not known, please set the domain...
  7. Max

    WCS перестает работать

    Добрый день. По ошибкам вывода статистики в лог Начиная со сборки 5.2.1975 вывод этой статистики по умолчанию отключен. Этих ошибок в логе больше не должно быть.
  8. Max

    Кодек WebRTC

    Добрый день. По тикету WCS-4002. Поддержка re-INVITE добавлена в сборке 5.2.1943: Поддержка re-INVITE.
  9. Max

    Multi-stream recording issue

    Good day. Since build 5.2.1990 it is possible to update MP4 atoms data on the fly mp4_container_moov_first_reserve_space=true mp4_container_write_header_on_fly=true In this case MP4 atoms data are updating periodically according to actual recording media data. This feature allows to play the...
  10. Max

    DigiEye's streams cant be played

    The port 8081/tcp should be listened by WCS process itself: sudo netstat -nlp | grep java | grep 8081 If not, please check the WCS configuration in flashphoner.properties file: did you changed the parameter http.port? If yes, revert in back to http.port=8081 and restart WCS. If port is listened...
  11. Max

    HLS support

    Добрый день. По тикету WCS-4105. Передача собственных параметров добавлена, начиная со сборки 5.2.1959. При этом переданные параметры будут указаны в плейлистах для каждого сегмента, это дает возможность корректно провести авторизацию на прокси сервере. Рекомендуем обновиться до последней сборки...
  12. Max

    SIP video calls recording between 2 SIP accounts

    Good day. Since build 5.2.1921 SIP calls audio recording function is restored. Audio is recording in PCM format to WAV container. Please read details here: Any SIP calls recording
  13. Max

    Question about recording video when use Phone Video WebSDK SIP

    Good day. Since build 5.2.1921 SIP calls audio recording function is restored. Audio is recording in PCM format to WAV container. Please read details here: Any SIP calls recording
  14. Max

    Cannot separate Inbound and Outbound audio stream

    Good day. You can try to record outbound and inbound audio separately at WCS side. Update WCS 5.2 instance to build 5.2.1921 and enable SIP calls recording: record=/usr/local/FlashphonerWebCallServer/records preserve_non_mixed_recorded_files=true In this case, the 3 files will be created in...
  15. Max

    DigiEye's streams cant be played

    Please do the following: 1. Download the WCS installastion archive here: 5.2.1988 2. Place the archive to the server 3. Unpack the archive tar -xvzf FlashphonerWebCallServer-5.2.1988.tar.gz 4. Stop WCS sudo systemctl stop webcallserver 5. Launch the installation script cd...
  16. Max

    DigiEye's streams cant be played

    We fixed the issue in build 5.2.1988. Please update and set the following parameter: jitter_buffer_strictness=TOLERANT The stream should play. Please also check if the green flickering occurs with this build and setting.
  17. Max

    Проблемы с конвертацией из webm в mp4 и c сохранением записи стрима.

    Добрый день. По тикету WCS-4139: проблема с отсутствием звука в потоках, републикованных как RTMP, исправлена в сборке 5.2.1989.
  18. Max

    Green flickering

    Please provide RTSP link or RTSP dump collected on the server side: 1. Restart WCS. 2. Start tcpdump on the server: tcpdump -npi any -B 10240 -w log.pcap 3. Play the stream using Player example, reproduce the problem 4. Stop tcpdump Send the dump or RTSP link using this form.
  19. Max

    DigiEye's streams cant be played

    We're on the final testing stage before release. The fix will be released this week.
  20. Max

    ERROR Error: Flashphoner API is not initialized

    You cannot stream or play video in backgroung on iOS. So you should start publish or playback again when browser window goes back to foreground.
Top