Commit Graph

15 Commits (5e9511a376fdec6afa969356f3e96e796a9c5c72)

Author SHA1 Message Date
Juan Navarro 5e9511a376 Merge branch 'master' into mediasoup FIXME CONFLICT
This merge commit includes 2 merge conflicts:

* openvidu-browser/src/OpenVidu/Session.ts
In modern code, the OpenVidu version is obtained through other means.
However in the mediasoup branch this value is used in several of the
*LEGACY.ts files.

* openvidu-browser/src/OpenViduInternal/WebRtcPeer/WebRtcPeer.ts
In the mediasoup branch, the special treatment for ionic was removed:
    openvidu-browser: removed Ionic iOS timeout on first subscription

23d64be806
and also the method was converted into async and returned a Promise.
However in master the code is still like the old one.
2021-01-22 14:17:00 +01:00
cruizba 074b14d44b openvidu-server: Rename transcoding properties to OPENVIDU_STREAMS_FORCED_VIDEO_CODEC and OPENVIDU_STREAMS_ALLOW_TRANSCODING 2020-11-25 15:09:08 +01:00
cruizba 7a25233b8b Force codec parameters to avoid transcoding 2020-11-19 17:06:50 +01:00
cruizba da2973d28f openvidu-deployment: Minor fixes. OV_CE_DEBUG_LEVEL works and move beats to rollback folder on update in openvidu pro server node 2020-11-09 19:35:25 +01:00
cruizba eb0593ec02 openvidu-deployment: Update ubuntu AMIs to 18.04 and kurento 6.15.0 in deployments 2020-11-04 18:59:54 +01:00
cruizba 1ace424d89 openvidu-deployment: Don't use dev repository for kms image in .env 2020-11-03 17:30:58 +01:00
cruizba 0710a5732f Change KMS_DEBUG_LEVEL to KMS_DOCKER_ENV_GST_DEBUG 2020-11-03 17:26:32 +01:00
cruizba be69c7e52a deployment-openvidu: delete unnecessary env variables and add media node env variables 2020-11-03 16:33:35 +01:00
cruizba 3d3c2242a8 openvidu-deployment: Let configure public ip via env variable in .env 2020-11-02 23:00:25 +01:00
cruizba 6a73083e7b openvidu-deployment: General updates in nginx and public ip discovering:
- Add option to redirect www to non-www (REDIRECT_WWW).
- Add endpoint to check nginx workers.
- Custom virtual hosts (Server blocks) can be added by the user to create custom rules in `/opt/openvidu/custom-nginx-vhost`.
- Parametrize `worker_connections` in nginx.conf (WORKER_CONNECTIONS)
- Improve `discover_my_public_ip.sh` to use dns servers instead of http servers
- Posibility to autodiscover ipv6 if available by using `PUBLIC_IP=auto-ipv6` in nginx, `TURN_PUBLIC_IP=auto-ipv6` in coturn and `COTURN_IP=auto-ipv6` in openvidu-server.
By default ipv4 is used.
2020-11-02 19:46:59 +01:00
cruizba 44bb958da3 deployment: nginx refactor 2020-11-01 21:03:12 +01:00
cruizba 0f958baf39 Fixed forceVideoCodec and allowTranscoding properties. Add debug logs for SDP 2020-09-04 17:33:12 +02:00
cruizba 42a2fed910 Force codec to avoid transcoding working. 2020-09-03 19:40:13 +02:00
Pablo Fuente Pérez 8ba440f90f
Update .env 2020-08-17 13:41:47 +02:00
cruizba f3c5bfe321 Deployment repos migration:
- Move deployment stuff of openvidu-ce from https://github.com/OpenVidu/openvidu-cloud-devops
- Move deployment stuff of openvidu-pro from https://github.com/OpenVidu/openvidu-pro-clustering
- Remove readmes to avoid confusions of official documentation
- Update installation scripts to use this repo
- Better folder structure:
   - docker-compose -> Include docker-compose files for deployments
   - docker -> Include docker images
   - aws -> Cloudformation related stuff for aws.
2020-07-16 20:09:48 +02:00