Search results

  1. Max

    RTMP Signal to RoomApi

    Good day. RoomApi is just a messaging signaling wrapper. You can play any stream published to server at participants page. For example: 1. A participant enters the room (without publishing a WebRTC stream) 2. A participant publishes RTMP stream with a predefined name like room1-user1 3. Other...
  2. Max

    Ошибки запросов - куда смотреть?

    Обычно мы, наоборот, советуем включить TCP транспорт в случае потерь. Если использование UDP не приводит к явным проблемам, можно оставаться на этом транспорте, в этом случае ошибки в логах, свящзанные с получением битых пакетов, следует игнорировать.
  3. Max

    SSL

    SSL seems working corfrectly. But IP addresses (ip and ip_local settings) were incorrect. We fixed it using the command sudo /usr/local/FlashphonerWebCallServer/bin/webcallserver set-ip and then restarted the server. Now WebRTC publishing and playback works
  4. Max

    Ошибки запросов - куда смотреть?

    Эта ошибка означает, что кто-то пытался зайти на HTTPS порт или WSS порт сервера, используя HTTP/WS. Можете ее игнорировать, если это не ваши клиенты Это может означать какие-то сетевые проблемы между WebRTC клиентом и сервером: контрольное сообщение было получено не полностью. Чтобы исключить...
  5. Max

    Snapshot through Rest API

    Good day. We can't reproduce this on our test server with build 5.2.1847 (default settings) You can try to increase a maximum snapshot taking duration: Configuration snapshot_taking_interval_ms=10000 snapshot_taking_attempts=100 We already fixed this.
  6. Max

    issue with switch camera flashphoner in react

    Please refer to the source code sample on GitHub: if(session && remoteVideo) { session.createStream({ name: streamName, display: remoteVideo }).on(STREAM_STATUS.PENDING, (stream) => { ... }).play(); } Usually, no additional parameters needed to...
  7. Max

    SSL

    Please refer to ACM docs or ask AWS support.
  8. Max

    SSL

    Add 30000-33000/TCP please. You can use AWS Certificate Manager. Please read this article or refer to AWS docs.
  9. Max

    SSL

    We successfully connected to your server, but you have not provided a valid SSL certificate for your domain, so nothing to import. Please buy a valid SSL certificate from some CA provider or register a domain with AWS Route53. Also seems like media ports (30000-33000) are blocked on server (both...
  10. Max

    SSL

    The pem file and IP address should be enough for SSH connection
  11. Max

    issue with switch camera flashphoner in react

    Please read about the recording feature here: Stream recording
  12. Max

    DigiEye's streams cant be played

    Please provide a valid RTSP URLs for both sources to compare and test using this form. We can't even detect a model by a brand name (Ganz, DigiEye etc) so stream access is needed. Or you can provide SSH access to the WCS instance and private RTSP URLs available from the server using this form.
  13. Max

    issue with switch camera flashphoner in react

    The Media Devices example is too complex to convert it to one component. It should be used only as a bundle of code samples to implement them. Please see also this article where Media Devices functions are split to a code samples, one per function.
  14. Max

    SSL

    It seems you would need a Linux admin guy who download and import SSL certificates. If you send SSH access credentials using this private form, our engineers will do this. Point to the folder where pre-generated cert files located. Note: 1. AWS may do not support letsencrypt generation...
  15. Max

    SSL

    Try another SSH client like Putty for Windows or Total Commander, or Far Manager + Netbox
  16. Max

    SSL

    Hello Please check instruction how to launch Amazon AWS instance https://docs.flashphoner.com/display/WCS52EN/WCS+in+Amazon+EC2 Step 8. Here you set Key Pair. The key pair is SSH Private Key and SSH Public Key. Therefore you have SSH Private Key for connection via WinSCP, Putty, or another...
  17. Max

    issue with switch camera flashphoner in react

    You have not added a constraint neede to capture from the device chosen: You should get the device id from the videoInput item and set it to the proper video constraint: session.createStream({ name: streamName, display: localVideo, cacheLocalResources: true...
  18. Max

    issue with switch camera flashphoner in react

    Please provide a source code sample to test using this form.
  19. Max

    DigiEye's streams cant be played

    We fixed a report sending form.
  20. Max

    DigiEye's streams cant be played

    We checked the dump. Unfortunately, there is no any RTSP session in it: Please see the example RTSP session dump screenshot from docs: Please collect a correct dump or provide a valid RTSP URL for us to test.
Top