Results 3 comments of Lyuboslav Petrov
trafficstars

I did run it today, actually. I have called my ISP and since this morning have broadband at the workshop. So, I tested it and it works in concert, with...

Hi, I am not sure if I understand you right, but if you mean the websocket server binaries, I did just download them from the chilipeppr website. Getting the gstreamer...

I did manage to get it to work via docker-compsoe and nginx. Here is my change in `docker-compose.yml`: ``` ... args: - NEXT_PUBLIC_API_URL=http://api.perplexica./api - NEXT_PUBLIC_WS_URL=ws://api.perplexica. ``` And in `nginx.conf` ```...