-
I put this issue also here :
https://github.com/AirenSoft/OvenPlayer/issues/431
nums updated
3 months ago
-
Hello,
It seems interesting to me to put the logic of connection and consumption of webRTC streams in the OvenLiveKit-Web sdk. On my side I have to use a custom web player from a client and I must …
nums updated
3 months ago
-
Hi,
I am trying to stream (output) using OvenLiveKit and, at the same time, listen to incoming audio from other streamers (input) with the help of the OvenPlayer.
Both OvenPlayer and OvenLiveKi…
-
Testing WebRTC at https://ovenplayer.com/docs/demo_input.html
connectionClosed callback is never called when I stop stream on client side. It works when connection is closed from server side.
O…
-
Hi! Can you, please, test and add example to documentation for screen sharing using OvenLiveKit?
It's funny, but I made it work simply by replacing `ovenLivekit.getUserMedia` with `ovenLivekit.get…
-
Hi, I am trying to mirror the input steam from the user's mediaDevice horizontally but I don't know how.
```js
ovenLivekit.getUserMedia().then(function () {
// Got device stream a…
-
Hi! I am trying to get 720x1280 stream, but it doesn't seem to work regardless of what settings I am passing as constraints on a client side. Inside OvenLiveKit-Web it's obvious that you set params in…
-
I am implementing this on ionic for android, below code is taking too much time to get list of device(videoinput, audioinput).
```
await OvenLiveKit.getDevices().then((devices) => {
this.dev…
-
I see screen distortions when streaming from my phone or when the Internet is bad. This is when I stream through WebRTC.
I suspect that the problem may be in a large number of transmitted frames an…
-
Hello! In example https://demo.ovenplayer.com/demo_input.html I can change audio settings and select "Without audio", but then streaming stopped. I can disable the microphone without stopping the stre…