Search results

  1. Max

    IDecodedPcmInterceptor Java 9+ support

    Please build the example according to step by step manual: Server audio processing. Is it building successfully or not?
  2. Max

    RTSP ip camera do not play embed_player

    Seems you've excluded H265 codec in settings: If you want to play H265 stream, you should remove it from exclusions list: codecs_exclude_streaming =flv,telephone-event
  3. Max

    RTSP ip camera do not play embed_player

    Seems like RTSP SETUP message fails to be sent or to be responded by RTSP camera. The traffic dump is needed/ But we can't collect a traffic dump because the user has no sudo rights. Please add the user to sudoers. You can also deploy a different instance and test it. This should help if there...
  4. Max

    RTSP ip camera do not play embed_player

    Please provide SSH access to the server using this form.
  5. Max

    IOS 17. Черный блок с видео

    Провели следующий тест на демо сервере: 1. Опубликовали поток с вебкамеры PC в примере Media Devices: 2. Подключились к этому потоку с iPhone 12 mini, iOS 17.2.1 в примере Player, в браузере Safari: Поток играет успешно. В связи с этим повторно просим ответить на вопросы и выполнить действия...
  6. Max

    IDecodedPcmInterceptor Java 9+ support

    Good day. We tested IDecodedPcmInterceptor building on Java 14+ as described here: Server audio processing. The example is built and run successfully. But the code cannot use Java 9+ language features because the server code is built with JDK 8. So if you do not use a new language features and...
  7. Max

    RTSP ip camera do not play embed_player

    The RTSP stream is playing successfully on our demo server (build 5.2.1917) and on test server with the latest public build 5.2.1948. Please update your server and check The stream has 2K resolution, so you have to switch to TCP transport ice_tcp_transport=true You also should have a good...
  8. Max

    Parsing error when collecting format prometheus stats

    Good day. We confirm the bug and raise the ticket WCS-4111 to fix it. As workaround, rollback to previous build used.
  9. Max

    RTSP ip camera do not play embed_player

    Good day. Please provide a public RTSP link to test using this form.
  10. Max

    Flashphoner Android SDK plays stream shows call volume slider

    Good day. You should use Flashphoner.getAudioManager().setUseSpeakerPhone() method to switch from a phone voice speaker to a phone speakerphone (to play a stream like a music): mAudioOutput = (LabelledSpinner) findViewById(R.id.audio_output); mAudioOutput.setOnItemChosenListener(new...
  11. Max

    Need to change rtmp alias "live" to another

    You should also add the parameter to the /usr/local/FlashphonerWebCallServer/conf/flashphoner.properties file: rtmp_appkey_source=app as recommended in this post.
  12. Max

    IOS 17. Черный блок с видео

    Пока можем предположить следующее: По умолчанию, WebSDK создает video элемент в div элементе, который передается как параметр display. Узнать идентификатор video элемента можно следующим образом: session.createStream({ name: streamName, display: remoteVideo...
  13. Max

    IOS 17. Черный блок с видео

    К сожалению, ваш скриншот недоступен (ошибка 1009). Пожалуйста, ответьте на вопросы и сделайте то, что рекомендовано в этом сообщении. Без предоставления всей информации мы не сможем диагностировать проблему.
  14. Max

    ERROR Error: Flashphoner API is not initialized

    You've sent only package.json file. Please do the recommended in this post.
  15. Max

    IOS 17. Черный блок с видео

    Добрый день. В предоставленном фрагменте лога, к сожалению, отсуствует информация, помогающая определить и воспроизвести проблему. Просим уточнить следующее: 1. Версия WCS 2. Каким образом пытаетесь играть поток: браузер (WebSDK) или приложение с iOS SDK? 3. Какую версию WebSDK (или iOS SDK)...
  16. Max

    Need to change rtmp alias "live" to another

    1. Open the file /usr/local/FlashphonerWebCallServer/conf/database.yml. Make a backup copy first! 2. Find the flashStreamingApp description strings flashStreamingApp: {name: flashStreamingApp, key: flashStreamingApp, url: 'http://localhost:8081/apps/EchoApp', handler...
  17. Max

    ERROR Error: Flashphoner API is not initialized

    Please wrap the example Two Way Streaming in TypeScript to Angular project and try to reproduce the issue. If reproduced, send us the whole projects sources (including package.json) using this form.
  18. Max

    HLS support

    Здравствуйте. Попробуйте добавить настройку. Должна решить вопрос с минимальным временем сегмента. ll_hls_keep_min_segment_duration=true Мы со своей стороны протестируем и задокументируем, если она работает.
  19. Max

    ERROR Error: Flashphoner API is not initialized

    We reviewed your code. You should not call any Flashphoner API functions before Flashphoner.init() call Also, the getMediaAccess method is used only to test the camera before publishing. See the Media Devices example source code. In a simple two way streaming case you don't need to call the...
  20. Max

    ERROR Error: Flashphoner API is not initialized

    Please do the recommended in this post.
Top