949 Commits

Author SHA1 Message Date
Piwccle
4e90828d80 advanced-features: azure-recording-tutorials - more changes to the S3 references 3.2.0 2025-06-03 17:24:57 +02:00
Piwccle
75076678a5 advanced-features: azure-advanced-recording-tutorial - changed all s3 references 2025-06-03 17:04:21 +02:00
Piwccle
b1aeb2f2f2 advanced-features: azure-recording-basic-tutorial - updated package-lock.json 2025-06-03 13:26:54 +02:00
Piwccle
1c57c6e85d advanced-features: azure-advanced-tutorial - added azure advanced recording tutorial 2025-06-03 13:26:11 +02:00
Piwccle
d3180c1f9f advanced-features: recording-basic-azure - changed some comments with s3 references to azure references 2025-06-03 12:01:12 +02:00
Piwccle
9cdb39a53b advanced-features: recording-basic-azure - updated name of the service 2025-06-03 11:09:07 +02:00
Piwccle
d5dd493a37 advanced-features: recording-basic-azure - updated service name and deleted some lines of .env refered to s3 2025-06-03 11:06:54 +02:00
Piwccle
8841cd2aed advanced-features: added basic recording tutorial for azure blob storage 2025-06-02 11:47:41 +02:00
juancarmore
665681174c Update S3_BUCKET to use 'openvidu-appdata' as default value in configuration files 2025-05-29 20:30:53 +02:00
pabloFuente
966ba75a8a Update dependencies of python tutorial 2025-03-05 17:45:44 +01:00
juancarmore
3228a50708 Fix comment for S3 recording deletion 2025-02-19 11:56:17 +01:00
pabloFuente
e10eeb0fdc openvidu-recording-basic-node: remove comment 3.1.0 2025-02-11 17:39:15 +01:00
pabloFuente
5343660dfa openvidu-recording-basic-node: minor refactoring 2025-02-11 15:44:53 +01:00
pabloFuente
48e1fb79f7 Update openvidu-recording-basic-node 2025-02-11 13:33:30 +01:00
pabloFuente
5e2a891250 dotnet: fix token parameters types with ToString() 3.0.0 2024-12-13 15:17:27 +01:00
pabloFuente
cecc89238d Use Livekit.Server.Sdk.Dotnet 2024-11-27 13:13:14 +01:00
pabloFuente
508da8b035 Add README 2024-11-18 14:01:58 +01:00
pabloFuente
b5bb3e2567 Update all livekit dependencies 2024-10-22 12:00:27 +02:00
juancarmore
e8cdfa51ac Update "URL" recording playback strategy to "S3" 3.0.0-beta3 2024-10-11 12:03:27 +02:00
juancarmore
1b8c20564c openvidu-recording: Improve filtering recordings by room name and sort them by start date 2024-09-23 12:57:00 +02:00
juancarmore
4f75e00f9d openvidu-recording-basic: Improve video seeking 2024-09-23 12:02:52 +02:00
juancarmore
081e45bc9e Delete uncompleted tutorials 2024-09-20 16:07:37 +02:00
juancarmore
7112f7b7e3 Rename openvidu-recording-improved-node to openvidu-recording-advanced-node 2024-09-20 16:04:48 +02:00
juancarmore
c9d0e375c4 openvidu-recording-improved: Remove unnecessary permissions in token creation 2024-09-20 16:00:43 +02:00
juancarmore
d89aafa991 openvidu-recording-improved: Improve seeking when proxying video in backend and add option to create presigned url to access video directly from s3 2024-09-20 15:59:22 +02:00
juancarmore
e360ae456e Rename openvidu-recording-node to openvidu-recording-basic-node 2024-09-19 12:47:25 +02:00
juancarmore
b5bd0f0412 openvidu-recording: Change getActiveEgressesByRoom function to getActiveRecordingByRoom 2024-09-17 17:52:56 +02:00
juancarmore
ea89874179 openvidu-recording-improved: Check if room is active before sending data message when recording is deleted 2024-09-17 17:17:15 +02:00
juancarmore
44f0c4fb81 openvidu-recording-improved: Show duration in recording info 2024-09-10 20:36:14 +02:00
juancarmore
8664ba3312 openvidu-recording-improved: Notify participants when recording is deleted and remove corresponding container 2024-09-10 18:10:22 +02:00
juancarmore
2cc5d505da openvidu-recording-improved: Refactor code 2024-09-10 13:33:10 +02:00
juancarmore
c1a90d2aa9 openvidu-recording-improved: Create function to check if webhook is related to the tutorial 2024-09-09 22:15:23 +02:00
juancarmore
1095fc6b84 openvidu-recording-improved: Improve recording status update system 2024-09-09 21:07:34 +02:00
juancarmore
685f4bed8b openvidu-recording-improved: Refactor code to upload custom recording metadata to S3 when "egress_ended" webhook is received instead of using LiveKit Egress manifest autosave 2024-09-09 18:45:44 +02:00
juancarmore
5b7baf2946 openvidu-recording-improved: Add initial structure 2024-09-09 13:07:43 +02:00
juancarmore
99bb02ce6a openvidu-recording: Add comments 2024-08-31 14:23:26 +02:00
juancarmore
f5da0c397d openvidu-recording: Reset recording state and remove recordings when leaving the room. Stop recording playback when closing the dialog 2024-08-30 18:16:51 +02:00
juancarmore
e505eb0dcc openvidu-recording: Extract S3 related operations to "s3.service.js" 2024-08-30 18:11:33 +02:00
juancarmore
3b0f6c87a4 openvidu-recording: Add general recordings page 2024-08-30 12:24:36 +02:00
juancarmore
402424ac3e openvidu-recording: Refactor layout to show recordings below participant videos instead of opening a dialog box 2024-08-30 12:22:49 +02:00
juancarmore
7937ed09df openvidu-recording: Extract common logic from http requests and improve error handling 2024-08-30 12:17:59 +02:00
juancarmore
55778fe01a openvidu-recording: Refactor "/recordings" endpoint to retrieve recordings directly from S3 without using LiveKit SDK. Improve error handling 2024-08-30 12:09:52 +02:00
juancarmore
1aa3b42427 Move openvidu-recording to openvidu-recording-node 2024-08-27 16:20:46 +02:00
juancarmore
f4577851ad openvidu-recording: Add styles 2024-08-27 16:12:39 +02:00
juancarmore
44bd20eb96 openvidu-recording: Add recording functionality to basic video-call tutorial 2024-08-23 19:27:59 +02:00
juancarmore
c750b61860 openvidu-recording: Add endpoints for managing recordings 2024-08-23 19:26:51 +02:00
juancarmore
32c1e9c61a Upload initial openvidu-recording tutorial 2024-08-20 19:07:57 +02:00
juancarmore
02cbc9a062 Improve comments about URLs settings 2024-08-14 17:54:43 +02:00
juancarmore
c7e2eeb3a6 Improve "Configure URLs" screen to show current values in case someone is already defined 2024-08-14 11:17:16 +02:00
openvidu
cf5ec24b14 ios: Removed macos conditions 2024-08-07 18:25:29 +02:00