Search results

  1. Max

    Embed video is asking for Java?

    try sudo -s to login as sudo user and have all permissions
  2. Max

    Docker windows problem

    In this case, the only way is to use Docker on Linux, not on Windows.
  3. Max

    Can not start transponder Error

    Please make sure the stream is published on server using /rest-api/stream/find query
  4. Max

    Embed video is asking for Java?

    Please pack the folder to tar.gz arhive, then download and unpack it tar -czf ./live live.tar.gz
  5. Max

    Error to remote monitor a stream attached to mixer

    We re-checked your setting which you've sent us in this topic. Please disable custom losless videoprocessor: mixer_lossless_video_processor_enabled=false
  6. Max

    MIXER - Change background

    Good day. The issue was fixed in build 5.2.652, please update and check.
  7. Max

    Embed video is asking for Java?

    When file is copied to /home/ec2-user, you can change access mode to 777, and it should be available: sudo cp -r /etc/letsencrypt/live . sudo chmod -R 777 ./live
  8. Max

    Docker windows problem

    Good day. We do not recommend to use Docker on Windows. Maybe, it would work normally in WSL 2, but now Linux is Docker native environment. Please try to set the following parameter in flashphoner.properties (the file should be placed to conf folder you mount) rtc_ice_add_local_interface=true...
  9. Max

    Error to remote monitor a stream attached to mixer

    Good day. We can not reproduce the problem with mixer default settings. Please collectr a report as described here and send using this link, we will check.
  10. Max

    Streaming video quality issue with 5.2.639 version

    Good day. This is probably bitrate drop known issue. You should raise publishing bitrate on client side (preferrable) or on server side (less flexible) as described here. For example, set the minimal bitrate for 240p to 200 kbps: - on client publishStream = session.createStream({ name...
  11. Max

    Mixer Layout

    Good day. You should hire Java developer to do this. But, custom mixer layout allows only to arrange stream pictures but not to separate one of them (desktop). We raised the ticket WCS-2752 to investigate and implement this. We'll let you know in this topic.
  12. Max

    Захват экрана в Safari

    Добрый день. Мы создали тикет WCS-2751, чтобы проверить захват экрана в Safari и реализовать в WebSDK, если это так. О результатах сообщим здесь.
  13. Max

    Embed video is asking for Java?

    Good day. To copy files from/to system configuration folders, you should use cp command or Midnight Commander mc with sudo privilegies (this is included to WCS AMI). For example, copy /etc/letsencrypt/live folder to you home dir sudo cp -r /etc/letsencrypt/live . Then, all the files in this...
  14. Max

    Работа с roomApi через CDN

    Кстати, можете попробовать реализовать собственное размещение картинок в микшере, написав плагин на Java. Главный поток можно определять по фиксированному префиксу/суффиксу/подстроке в имени, имена потоков передаются в функцию computeLayout()
  15. Max

    How to download Android SDK without samples?

    Good day. You can download AndroidSDK without samples as described here wget http://flashphoner.com/downloads/builds/flashphoner_client/wcs-android-sdk/1.1/wcs-android-sdk-1.1.0.13.aar There was a small typo on this page, now we fixed it
  16. Max

    Работа с roomApi через CDN

    Добрый день. Можно опубликовать потоки на канвас и этот канвас затем захватывать, но: 1. Это потребует ресурсов системы, где выполняется браузер (фактически транскодинг переносится в браузер в этом случае) 2. Невозможно управлять битрейтом и разрешением захваченного потока: разрешение будет...
  17. Max

    WebRTC SIP Gateway

    Hello SIP integration is generally a complex task especially inside of Enterprise environments. That's why we don't offer SIP features under the standard license. Here you can find WebRTC SIP Gateway related docs: https://docs.flashphoner.com/display/WCS52EN/WebRTC-SIP+gateway+functions We...
  18. Max

    Webcam Quality

    Pixellating picture is generally caused by bitrate drops. https://docs.flashphoner.com/display/WCS52EN/Bitrate+management+when+capturing+WebRTC+stream+in+browser So if you fix bitrate management, you will probably fix issue for the poor connection users. For example, all users have publishing...
  19. Max

    OBS stream via RTMP very slow and deconnecting in player

    Ultrafast is option of x264
  20. Max

    Unable to stream video from Pelco VideoXpert VMS

    Regarding ICE Failed error. Make sure ports are open. https://docs.flashphoner.com/display/WCS52EN/Accessory+tools#Accessorytools-Portroutingchecking Using tcpdump and nc tools, you can check if port is really open and accessible via UDP. From your reports we can see that WCS server has...
Top