Commit Graph

4181 Commits (97cc69b31dc4ab97cc14a59d3986d42c8ab5cff9)

Author SHA1 Message Date
pabloFuente 1152a79354 openvidu-java-client: fix unit test 2023-04-27 10:59:24 +02:00
pabloFuente b40f120efa openvidu-server: allow only-audio broadcasting. Add new test 2023-04-26 18:46:35 +02:00
Carlos Santos f5e18fc11d openvidu-components: Fixed video recording cache
The browser was storing the play recording request on cache . Adding a query parameter which is updated each time fix this problem
2023-04-25 12:40:21 +02:00
Carlos Santos fffbdd3cd5 openvidu-components: Refactored recordings pipes 2023-04-24 17:41:29 +02:00
Carlos Santos 5f8fa08fe0 openvidu-components: Fixed connection data parse on new connection 2023-04-24 14:09:31 +02:00
Carlos Santos d7e7cfe6f7 openvidu-components: Hidden mute sound button for local participants 2023-04-21 13:33:17 +02:00
Carlos Santos f7b0f8e803 openvidu-components: Added e2e test for checking video sound button
Checking if sound button is not present for local participants
2023-04-21 13:32:13 +02:00
pabloFuente 35a6e823b6 openvidu-server: refactor recordingStarted notification for COMPOSED with video 2023-04-19 12:56:03 +02:00
pabloFuente c646f66aab Fix AndroidChromeUser REMOTE_URL 2023-04-18 18:22:52 +02:00
pabloFuente 7529de5897 ci-scripts: add "grep 172" to DOCKER_HOST_IP command 2023-04-18 18:02:06 +02:00
pabloFuente 19f9bee16e Update Android user to use correct remote URL 2023-04-18 17:17:38 +02:00
cruizba 82fe3dc986 ci: Remove runner-image instead of runner-deployment for build.sh --clean-environment 2023-04-14 16:10:29 +02:00
pabloFuente 0677268516 Change preset ultrafast to veryfast in openvidu-recording container 2023-04-14 10:01:07 +02:00
cruizba 4a11b3678b deployment: Change Docker image tags to master and pull new images in AWS CloudFormation KMS AMI template 2023-04-12 23:57:06 +02:00
Carlos Santos 1c675aa664 openvidu-components: Updated angular.json 2023-04-11 16:46:38 +02:00
Carlos Santos 2ca5e2362e openvidu-components: Removed workaround for avoiding blank videos on iOS 2023-04-11 11:30:46 +02:00
Carlos Santos 979fd14ccc openvidu-components: Avoided to show freeze videos when they are muted
Showing poster on iPhone when remote video is muted.
2023-04-11 11:29:01 +02:00
cruizba af31380bbd openvidu-java-client: Create 'performJarFileRelease' maven profile to build openvidu-java-client builds in a jar file for nightlies 2023-04-10 23:43:01 +02:00
cruizba 805c1bdb47 deployment: Parametrize correctly openvidu-recording version for cloudformation nightlies 2023-04-10 20:50:31 +02:00
Carlos Santos 1d68cbeaf8 openvidu-components: Cleared captions subscription 2023-04-10 15:43:32 +02:00
cruizba de9f195fd5 openvidu-recording: Remove CHROME_VERSION argument 2023-04-10 11:25:29 +02:00
cruizba 1edc3c055b openvidu-recording: Better way to add chrome public key for chrome installation 2023-04-10 11:12:06 +02:00
cruizba 898d12e695 deployment: Avoid aws-marketplace amis getting the latest ubuntu AMI in external turn CF 2023-04-06 17:26:11 +02:00
cruizba 91fd7c09ef deployment: Fix missing character in Enterprise CF 2023-04-05 02:25:37 +02:00
cruizba 4620645ae2 deployment: Fix AWS_CLI_DOCKER_TAG sed 2023-04-04 22:07:19 +02:00
cruizba 0c6f798692 Fix wrong elasticsearch host while using it externally 2023-04-04 20:54:34 +02:00
cruizba 5298a085cb deployment: Fix metricbeat and filebeat condition 2023-04-04 19:59:59 +02:00
cruizba 82371ba499 deployment: Typo: OPENVIDU_PRO_ELAS'IT'CSEARCH instead of OPENVIDU_PRO_ELASTICSEARCH at CF-OpenVidu-Enterprise.yaml.template 2023-04-04 19:23:42 +02:00
pabloFuente a0e6b137cc openvidu-server: avoid fatal error if an outdated version of openvidu-browser is in use by STT or broadcasting module 2023-04-03 19:52:30 +02:00
csantosm 16ec1c9480 openvidu-components: Added e2e test for audio only mediastream
Tested if NO_STREAM_PLAYING_EVENT exception is not showing when participant has video muted and MediaStream is audio only.
2023-04-03 15:45:14 +02:00
pabloFuente 1fe005c6af openvidu-test-e2e: fix custom layout broadcast test 2023-04-03 12:58:11 +02:00
pabloFuente 5d2e78238f openvidu-test-e2e: fix EXTERNAL_CUSTOM_LAYOUT_PARAMS default value 2023-04-03 12:54:21 +02:00
Pablo Fuente Pérez 83e9ab7021
Merge pull request #797 from OpenVidu/ov_browser_fix
Audio is not working properly when camera is muted
2023-04-03 12:10:22 +02:00
pabloFuente 7060a0b06f openvidu-test-e2e: fix custom layout broadcast test 2023-04-03 12:02:09 +02:00
pabloFuente 0296dcbd8e openvidu-test-e2e: remove unnecessary folder jenkins 2023-04-03 11:58:17 +02:00
csantosm ec807d3944 openvidu-browser: Fixed bug with audio only MediaStream
If a MediaStream is published with video track stopped  and a standard audio track, the video was not playing because the video track of subscriber was enabled. This track must be disabled for allowing play the video. 
Issue reference: https://openvidu.discourse.group/t/microphone-doesnt-work-correctly-on-web-from-a-mobile-device/4514
2023-03-31 14:37:22 +02:00
pabloFuente dade445ce7 Update openvidu-test-e2e Dockerfile 2023-03-31 13:00:48 +02:00
pabloFuente 3ae582700c openvidu-test-e2e: add custom layout broadcasting test 2023-03-31 12:57:50 +02:00
pabloFuente 60bddcebda openvidu-java-client: fix Javadoc typo 2023-03-31 12:24:36 +02:00
pabloFuente 7fa65661f9 openvidu-test-browsers: add --remote-allow-origins to ChromeUser 2023-03-31 12:02:05 +02:00
cruizba 5eb47d7401 openvidu-deployment-tester: Add index to docs 2023-03-29 21:48:40 +02:00
cruizba 6f6a6ad7e8 openvidu-deployment-tester: Move documentation text 2023-03-29 21:46:31 +02:00
cruizba bb2a1f6c39 openvidu-deployment-tester: Update docs with new tests 2023-03-29 21:44:50 +02:00
cruizba 11e5888747 openvidu-deployment-tester: Add recording and call parametrizable tests 2023-03-29 18:28:05 +02:00
cruizba 868835bb91 deployment: Add FOLLOW_OPENVIDU_LOGS parameter to openvidu ce script 2023-03-29 01:15:48 +02:00
cruizba 4ed42cee1d deployment: Rename some wrong descriptions for CF of external-turn 2023-03-28 23:44:18 +02:00
cruizba 1943d2f2e6 Create Cloudformation for external turn 2023-03-28 23:41:39 +02:00
pabloFuente 4ad79c7bcb Deployments: final version 2023-03-27 18:31:59 +02:00
pabloFuente ca0df78bc4 Deployments: update ENTERPRISE yaml template paths 2023-03-27 14:22:41 +02:00
pabloFuente f52673a8c4 Deployments: test ENTERPRISE AMIs 2023-03-27 11:43:22 +02:00