ramesh8830

Results 39 comments of ramesh8830

Hi Daniel fixed the redirect issue. ``` root@mysite:~# curl -I http://mysite.com/plugin/Live/on_publish.php HTTP/1.1 401 Unauthorized Error Server: nginx/1.16.1 Date: Tue, 16 Aug 2022 20:58:56 GMT Content-Type: text/html; charset=UTF-8 Connection: keep-alive Expires:...

[](https://github.com/WWBN/AVideo/issues/6970#issuecomment-1215177929) had to comment below adaptive block to live streaming working. Please help me configure the adaptive mode ``` application adaptive { live on; hls on; hls_path /HLS/live; hls_nested on;...

> I am also getting back to our trouble shooting of this same problem. We have no errors streaming from vmix. but the live is not showing. But this seems...

wire -server chart Version : 0.80.0 Brig and Galley version: 0.0.1-pr.2176

Hi @rahulit1991 Android Notifications are works fine but IOS notifications are not working properly. Sometimes ios notifications are working with delay around 30min and sometimes not working at all. I...

I had the same issue especially when trying to configure own smtp server using https://github.com/wireapp/wire-server-deploy/issues/266. Below are the warnings and failure messages inside kubectl describe pod. `Normal Scheduled 4m22s default-scheduler...

Hi @akshaymankar Nothing there in the `kubectl logs` for brig pods. Brig pods keep waiting on the `Ready Status` and eventually fall into `CrashLoopBackOff`. I am also getting same log...

Its has enough CPU/RAM. It happens only when we use user name password for SMTP configuration other than demo credentials. If I use demo credentials for smtp then brig pods...

@supersven I am sorry, I am new to kubernetes and this wire server deployment. Please guide me how to and where to check these values.

`allowlisted_origins: app (as your webapp is served there)` added this to the values.yaml files but getting below error when deployed. ``` nginz: replicaCount: 3 config: ws: useProxyProtocol: false # images:...