openvidu/openvidu-testapp
pabloFuente 2fe3bd87f2 openvidu-test-e2e: server SDK publishers with 1, 2 and 3 layers to early and late browser subscribers
Each SDK (go, node, python, rust, dotnet) publishes each codec with one plain
encoding, two layers (simulcast / SVC L2T2) and three layers (simulcast / SVC
L3T3) to a Chrome and a Firefox browser, each hosting a subscriber that joined
before the publish and one that joins afterwards. Subscribers switch between
the LOW, MEDIUM and HIGH layers.
2026-09-05 21:11:19 +02:00
..
.vscode OpenVidu v3 2024-07-02 19:19:05 +02:00
src openvidu-test-e2e: server SDK publishers with 1, 2 and 3 layers to early and late browser subscribers 2026-09-05 21:11:19 +02:00
.editorconfig OpenVidu v3 2024-07-02 19:19:05 +02:00
.gitignore OpenVidu v3 2024-07-02 19:19:05 +02:00
README.md OpenVidu v3 2024-07-02 19:19:05 +02:00
angular.json openvidu-testapp: upgrade dependencies, including Angular 22 2026-07-11 16:10:20 +02:00
package-lock.json openvidu-testapp: added new rtc stats to the video info dialog 2026-09-03 13:56:30 +02:00
package.json openvidu-testapp: add degradationPreference "maintain-resolution" as default value 2026-09-01 19:16:05 +02:00
tsconfig.app.json openvidu-testapp: upgrade dependencies, including Angular 22 2026-07-11 16:10:20 +02:00
tsconfig.json openvidu-testapp: upgrade dependencies, including Angular 22 2026-07-11 16:10:20 +02:00
tsconfig.spec.json openvidu-testapp: upgrade dependencies, including Angular 22 2026-07-11 16:10:20 +02:00

README.md

Openvidu Testapp Livekit

This project was generated with Angular CLI version 16.0.3.

Install dependencies

npm i

Run application

npm start

To run without SSL and through localhost:

npm run start-insecure