Search results

  1. Max

    ERROR Error: Flashphoner API is not initialized

    Is the issue reproducing with the latest WebSDK build 2.0.242? Please update and check What iOS version (not phone model, iOS version and build, you can see it in Settings - General - About) do you test?
  2. Max

    webrtc Stream going delay

    Please read this doc: How to reconnect to a stream automatically. A more complex example to restore publishing/playback: Streaming Auto Restore.
  3. Max

    ERROR Error: Flashphoner API is not initialized

    Please clarify the following: 1. What WCS and WebSDK versions do you use? 2. What iOS version do you test? 3. What do you try to test in Safari browser: publishing or playback? 4. Is the issue reproducing in pure Javascript Two Way Streaming example (demo server...
  4. Max

    IDecodedPcmInterceptor Java 9+ support

    We raised the ticket WCS-4113 to investigate if IDecodedPcmInterceptor implementation can be placed to a separate package like IDecodedFrameInterceptor. Will let you know about progress here.
  5. Max

    Cannot stream some cameras

    The dump contains no RTSP streams at all: But the file bad.txt contains the 400 Bad request error message: Seems like the bad camera declines OPTIONS or DESCRIBE request. Please check the camera or DVR setup.
  6. Max

    HLS support

    Настройка ll_hls_time_min указывается в миллисекундах, в вашем случае ll_hls_time_min=1900 Настройка hls_time_min сейчас не используется.
  7. Max

    Cannot stream some cameras

    Hello For bad RTSP URLs, please gather pcap - logs with VLC player for each bad URL. 1) Make sure the bad stream is playing in the VLC player 1. Launch VLC player on your PC. 2. Click Menu Media > Open Network Stream 3. Copy and paste the "bad" RTSP URL there. 4. Click Play. 1) Launch...
  8. Max

    IDecodedPcmInterceptor Java 9+ support

    Please build the example according to step by step manual: Server audio processing. Is it building successfully or not?
  9. 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
  10. 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...
  11. Max

    RTSP ip camera do not play embed_player

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

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

    Провели следующий тест на демо сервере: 1. Опубликовали поток с вебкамеры PC в примере Media Devices: 2. Подключились к этому потоку с iPhone 12 mini, iOS 17.2.1 в примере Player, в браузере Safari: Поток играет успешно. В связи с этим повторно просим ответить на вопросы и выполнить действия...
  13. 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...
  14. 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...
  15. 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.
  16. Max

    RTSP ip camera do not play embed_player

    Good day. Please provide a public RTSP link to test using this form.
  17. 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...
  18. 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.
  19. Max

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

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

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

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