docker

  1. wyvasi

    App not responding

    Good day! After some time the the docker container crashed/restarted and now I can't get it up running anymore ( 8444 interface is not accessible and publishing/playing not working). I hope I can get some help, it only happens to 1 out of 6 servers and 3 servers restarted in total at same time...
  2. DeanSLR

    Webcallserver in docker - Failed to connect to rtsp stream

    Hello, I'm running a WCS instance via docker on MAC and followed this guide: https://flashphoner.com/load-webrtc-with-containers-or-how-i-ran-wcs-in-docker/ Now, I'm able to ping the container, and login to the web instance on 172.17.0.2:8444 after configuring all the docker network stuff. In...
  3. DeanSLR

    WCS in docker ICE candidate timeout

    Hello, I have worked with WCS for a while and now we need to move the server to a docker container. I have pulled the recent version and ran the container like this: docker run -e LICENSE=$WCS_LICENSE -e PASSWORD=$WCS_PW --net=bridge --name webcallserver-instance -d...
  4. A

    run docker image as non root user

    Hi I am running flashphoner as a docker container. After fiddling for 2 days it finally started working. it still throws an error in logs sed: cannot rename /usr/local/FlashphonerWebCallServer/conf/sedQpekMU: Device or resource busy sed: cannot rename...
  5. kiri11-mi1

    Не могу запустить в докере

    Всем привет, я недавно получил ключ лицензии для тестового запуска флешфонера. Я хочу запустить webcallserver в docker'е, работаю на windows 11. Юзаю эту документацию -> https://docs.flashphoner.com/pages/viewpage.action?pageId=23035956. Всё делал как в ней. Проблема в том, что я не могу...
  6. S

    docker image multi_arch x86/arm64

    Hi, Do you guys planning to release a multi arch image for x86 and ARM architectures ? Or are thee a arm64 version of docker image ? best regards Piotr
  7. wyvasi

    Services stop working after 1 week

    Good day! Services stop working after 1 week. I have looked into the logs but I didn't notice anything strange. Services stopped working on 3 out of 4 servers and we run WCS inside docker. I added a report. Thanks!
  8. N

    WCS SIP звонки перестали работать

    Имеется свой SIP-сервер, он рабочий 100% (проверено на Zoiper 2.8.15). После переноса WCS на другой сервер - он перестал звонить. Номера коннектятся к серверу, как видно на прикрепленном скриншоте (и у номера появляется sip contact), но когда пытаешься позвонить - не работают звонки. WCS...
  9. A

    Последний docker image не запускается

    Здравствуйте, При попытке установить последний image из docker выдается ошибка в логах контейнера и сервер не запускается * Starting OpenBSD Secure Shell server sshd ...done. /usr/local/FlashphonerWebCallServer/bin/webcallserver: line 305: sudo: command not found...
  10. Alex YYY

    Проблемы с docker контейнером

    Имеется docker-compose файл с такими настройками: wcsserver: image: flashphoner/webcallserver:5.2.898 container_name: wcsserver network_mode: host expose: - "8080-8084" - "8443-8445" - "554" - "1935" - "1935/udp" - "30000-35000"...
  11. S

    Как запустить https://localhost:8444/admin/

    Пытаюсь сервер установить через docker по 2 инструкциям https://flashphoner.com/download/ https://hub.docker.com/r/flashphoner/webcallserver все хорошо лицензия активируется но открыть в браузере и начать тестировать не могу Не удается получить доступ к сайту
  12. kip9696

    Cant Login page admin account

    Hi I cant login page with admin account (https://~:8888/) I tried login admin/admin but I see forbidden I created server with docker And How Can I change UDP Port range? reply pleeasee thx
  13. AshNeilson

    Newer Docker Images fail to Start

    We've previously been running WCS Docker Image 5.2.802 without any issues during start-up. It appears newer versions (e.g. 5.2.847) of the Docker Image are failing to start with no additional configuration. Steps to reproduce are simple as detailed below: docker run -e "LICENSE=<license...
  14. S

    configure rest hook in config file

    Hi, I'm building my docker image on top of the official flashphoner one. Today to configure rest hooks I need to add a custom ssh commands that uses CLI. I was wondering whether it is possible to configure defaultApp via a config file or something like that? Also, do you consider that the...
  15. rukosenpa

    Failed By ICE timeout

    Good day. I've deployed WCS 5.2.672 server with docker container from docker hub on dedicated server. Can't get any stream, cause error "Failed by ICE timeout." UDP ports are reachable(checked following this guide...
  16. S

    Docker windows problem

    Hi, new to the product, but has successfully installed and worked with it on CentOS servers. However, we want to run development locally and use Docker for this. Created a simple docker compose: image: flashphoner/webcallserver:latest ports: - "22:22" - "8443:8443" - "8444:8444" -...
Top