Search results

  1. 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...
  2. 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...
  3. DeanSLR

    rtsp_interleaved_mode not working

    Hello, I try to change to UDP with: rtsp_interleaved_mode=false in the properties file. Then when I connect to the stream I get the 'STREAM PLAYING' event but all I see is white screen. When I remove this it works fine.. Thanks for the help!
  4. DeanSLR

    Cant access admin in WCS

    Hi, I have a webcallserver and cant access admin:admin in ssh nor https. I changed the conf/database.yml file and used service restart webcallserver but still doesnt work.
  5. DeanSLR

    Playing an RTSP stream via webRTC in local network

    Hello, I have the following topology: RTSP Stream1 | RTSP Stream2 | ----------> Server + WCS ----------> Client (Browser) RTSP Stream3 | RTSP Stream4 | I'm able to establish a connection to the WCS in the browser and view the stream when i'm on localhost. but in the LAN from another computer I...
  6. DeanSLR

    AdapterJS is not defined

    Hey, I'm using the SDK with Vuejs and I'm getting the error: ReferenceError: AdapterJS is not defined at Object.init. I've done npm install multiple times and still this issue persists. anyone know how to solve? thanks
  7. DeanSLR

    How to embed multiple players in one webpage?

    Hey, So embedding 1 player via the embeded player in the admin panel works great. When I try to embed multiple players I only view 1 of them. how to embed more than 1? thanks
Top