-
**Description**
Regarding to the support for simulcast recording (https://github.com/lynckia/licode/pull/1127), testing in my local host that the network is not a concern, the video quality of the re…
-
Now PC and Android already support simulcast streams publish. But I found that the function was not supportted on IOS platform. Could you help me.
-
This issue is aimed at defining the initial scenario which will be tested.
This diagram below shows the scenario:
[GDoc diagram link](https://docs.google.com/presentation/d/1s2V2Y2kP6GLl0h9HSBVp…
-
I used the **--identity-prefix** option in the **liveki-cli load-test** subcommand, but it doesn't take effect.
As shown below, the participant's identity should be prefixed with foo, but it is ignor…
-
Hi, I am adapting an app build in react native to perform cross video calls with another web app that uses Twilio video and I wonder if is possible (or will be soon) to stablish a bandwidth profile an…
-
It would be interesting to be able to control the encoding parameters for the spatial layers in a similar way we can control simulcast layers. I was thinking of an array of spatial coding parameters n…
-
Either "sender" should have a list of "outboundRtpIds" or "outbound-rtp" should have a single "senderId". Due to simulcast there is a 1:N relationship here.
Similar for the receive side (except simul…
-
We have a use case where it makes sense to have simulcast for Webcams enabled but not for screenshares.
Are you open for a PR with an config option to disable simulcast for screenshares and setting …
-
**Describe the bug**
When making a video call using LiveKit Example.apk, set the video encoding to H264 and the publishing resolution to 720x1280. When the actual video resolution is lower than this …
boolw updated
6 months ago
-
Peer.js -> createConsumer
```
if (consumer.type === 'simulcast') {
await consumer.setPreferredLayers({
spatialLayer: 2,
temporalLayer: 2
})
}
```
why call 'setPrefe…