3062 Commits

Author SHA1 Message Date
cruizba
25bcc2cefc deployment: Move recording before sleep in testRecording.sh 2022-03-07 17:32:56 +01:00
cruizba
b0fc2f986a deployment: Cache ffmpeg for AMIs on start media node 2022-03-07 14:27:41 +01:00
pabloFuente
90a665230c openvidu-server: manage INDIVIDUAL recording start uncaught error 2022-03-07 13:51:58 +01:00
cruizba
2ad640f35b Jenkinsfile: Fix wrong paralel script for recordings permissions 2022-03-07 13:10:04 +01:00
cruizba
fa93ba9ae5 Jenkinsfile: Revert: Execute Kurento tests again 2022-03-04 14:34:27 +01:00
cruizba
ec9088eb4a Jenkinsfile: Execute 'All permissions for recordings' as sudo 2022-03-04 13:31:02 +01:00
cruizba
0f29c49774 Jenkinsfile: Typo in prepareTestingEnvironment 2022-03-04 13:21:55 +01:00
cruizba
dd811cdbf6 Jenkinsfile: Permissions for openvidu recordings 2022-03-04 13:19:17 +01:00
cruizba
c0efc392c6 Jenkinsfile: Show message to not fail in Kurento 2022-03-04 12:54:24 +01:00
cruizba
44b0c02a0e Jenkinsfile: Disable temporarily kurento tests 2022-03-04 10:55:20 +01:00
pabloFuente
2dbbcfbe33 openvidu-server: extend timeouts during integration test 2022-03-04 10:48:10 +01:00
openvidu
8a598a1702 Update openvidu-java-client to version v2.21.1 2022-03-03 21:06:43 +00:00
pabloFuente
bccd4dd9e8 openvidu-java-client 2022-03-03 18:28:32 +01:00
pabloFuente
08b7c19830 Update OPENVIDU_UPGRADABLE_VERSION to 2.20 in all installation scripts 2022-03-03 14:31:57 +01:00
pabloFuente
2f6eb9f846 openvidu-testapp: openvidu-node-client updated to 2.21.0 2022-03-03 13:43:28 +01:00
jenkinsopenvidu
0e71cbc561 Update to version v2.21.0 2022-03-03 12:28:08 +00:00
pabloFuente
7ef258ffcc Updated docker-compose files to 2.21.0 2022-03-03 13:19:54 +01:00
openvidu
4d37cbf4fe Update openvidu-java-client to version v2.21.0 2022-03-02 16:01:58 +00:00
jenkinsopenvidu
85db0393dc Update openvidu-node-client to version v2.21.0 2022-03-02 15:57:18 +00:00
pabloFuente
f503d5006b openvidu-server: fix lack of media_node_id to ELK summaries 2022-03-02 15:01:58 +01:00
cruizba
773bb11e1b deployment: Short description 2022-03-01 12:29:08 +01:00
cruizba
4c23213428 deployment: Add description to label in OpenViduEdition parameter of CF 2022-03-01 12:15:10 +01:00
pabloFuente
0b0f260ec9 Remove OPENVIDU_WEBRTC_SIMULCAST property from CE application.properties 2022-03-01 11:29:49 +01:00
cruizba
7763f331bc deployment: Add openvidu edition as CF parameter 2022-03-01 10:54:29 +01:00
Juan Navarro
4d004e4a9e Review all href usages of target="_blank"
Do not force the user's browser to open new tabs when navigating within
the documentation pages. We discussed about this and agreed that doing
so is user hostile and goes away from how HTTP links have been working
for 30 years (i.e. leave users decide if THEY want a new tab or not, by
how they open the links).

Used these regexes:

From: target="blank"
To: target="_blank"

From: (\]\((?!http)[^)]+\))\{:target="_blank"\}
To: $1

From: (\]\(https?://docs.openvidu.io[^)]+\))\{:target="_blank"\}
To: $1

From: href="((?!http)\S+)" target="_blank"
To: href="$1"

From: href="(https?://docs.openvidu.io\S+)" target="_blank"
To: href="$1"
2022-02-28 13:51:44 +01:00
Juan Navarro
1173f04abc openvidu-browser: Log MediaStream ID instead of whole object
Log the MediaStream ID, which is a string, instead of the mediaStream
object, which showed up as "[object MediaStream]" in the logs.
2022-02-28 13:51:44 +01:00
cruizba
6d018de09d deployment: external-turn - More explanatory comments at .env and certbot.sh 2022-02-25 20:01:51 +01:00
cruizba
d708d7f757 deployment: external-turn installation files 2022-02-25 19:39:43 +01:00
cruizba
d32aefb900 openvidu-server,openvidu-node-client: Typos and missing parameter in openvidu-node-client for IceServerProperties 2022-02-25 16:24:27 +01:00
cruizba
ead3252ce7 openvidu-server: Remove System.out 2022-02-25 10:49:53 +01:00
cruizba
c15d6170da openvidu-server: External Turn REST API credentials: https://datatracker.ietf.org/doc/html/draft-uberti-rtcweb-turn-rest-00 2022-02-25 10:47:07 +01:00
cruizba
af5efc4de4 openvidu-server: Simplify readIceServer method to load OPENVIDU_WEBRTC_ICE_SERVERS 2022-02-24 21:59:00 +01:00
cruizba
963191fe93 openvidu: Remove not needed method 2022-02-21 22:57:23 +01:00
cruizba
8220d9e6ed openvidu-server: Minor changes on showing configuration at first run.
- Don't show on running some empty parameters on first run.
- Add post processing config for openvidu-pro to show postprocessed config parameters correctly on first run.
2022-02-21 22:19:38 +01:00
Juan Navarro
c972751e42 Use explicit anchor links for INDIVIDUAL and COMPOSED recording
Use explicitly set anchor links whenever they are used elsewhere.
Otherwise, changes in header text would break all references.
2022-02-18 13:28:48 +01:00
Carlos Ruiz Ballesteros
a6df44699c
Merge pull request #698 from OpenVidu/feature/custom-ice-servers
Feature/custom ice servers
2022-02-16 22:39:57 +01:00
cruizba
7cc5e0c7d0 Merge branch 'master' of https://github.com/OpenVidu/openvidu into feature/custom-ice-servers 2022-02-16 18:12:03 +01:00
cruizba
2719540d32 openvidu: Rename IceServerPropertiesTests to IceServerPropertiesTest 2022-02-16 18:11:53 +01:00
cruizba
285ff7b8f6 Fix wrong object in openvidu-java-client. Add e2e tests for customIceServers connection property in openvidu-java-client and openvidu-node-client 2022-02-16 17:36:41 +01:00
Juan Navarro
97656aa9d6 openvidu-browser: Use the RTCIceCandidate constructor on new candidates
The ice candidate event provides an "RTCIceCandidateInit" object, which
should be passed to the RTCIceCandidate() constructor, to build a proper
instance of RTCIceCandidate.
2022-02-15 16:32:53 +01:00
Juan Navarro
e426d223af openvidu-browser: minor changes 2022-02-15 16:32:53 +01:00
Juan Navarro
2a5174a7b5 openvidu-browser: Catch errors on WebRTC calls 2022-02-15 16:32:53 +01:00
Juan Navarro
85f0e3ecd5 openvidu-browser: Use lowercase RID for simulcast layers
Firefox converts everything to lowercase and then the RIDs wouldn't
match in the internal mediasoup lookup! So better use all lowercase for
these identifiers.
2022-02-15 16:32:53 +01:00
Juan Navarro
b5e645f13d openvidu-browser: Use Track.contentHint to configure WebRTC Sender 2022-02-15 16:32:53 +01:00
Juan Navarro
f10649b40c openvidu-browser: Reduce 2 nesting levels in WebRtcPeer.createOffer 2022-02-15 16:32:53 +01:00
cruizba
bfbca2862d openvidu-server, openvidu-test-app: Fix e2e tests with new customIceServers connection property 2022-02-14 15:53:28 +01:00
cruizba
6b8643d6c8 Merge branch 'master' of https://github.com/OpenVidu/openvidu into feature/custom-ice-servers 2022-02-13 20:43:39 +01:00
cruizba
5e19622198 openvidu-testapp: Show configured ICE servers on created RTCPeerConnections to check ice server configuration from OpenVidu 2022-02-13 20:37:57 +01:00
cruizba
4d579cf8b3 openvidu: Add OPENVIDU_WEBRTC_ICE_SERVERS configuration paramater 2022-02-13 19:33:41 +01:00
cruizba
40ed2c5efc openvidu-browser: Add cutomIceServers from 'joinRoom' rpc message 2022-02-11 22:38:51 +01:00