brootle

Results 23 comments of brootle

@SangwonOh cool, tag me when you push those updates, thanks!

@SangwonOh thanks! I was playing with closing connection from the client side and after some testing it looks like it works best when I send 'stop' command via socket connection,...

@SangwonOh well, yes, I tested at https://ovenplayer.com/demo_input.html and on client side it takes 1280x720 no problem. I am on Google Chrome Version 98.0.4758.102 (Official Build) (64-bit) and Win10. ![image](https://user-images.githubusercontent.com/20090030/155101048-2733040d-73e4-49c1-8a8c-fe36b2d7a436.png) I...

@SangwonOh Yes, it gave me `getUserMedia error: OverconstrainedError This may mean invalid constraints.` error ![image](https://user-images.githubusercontent.com/20090030/155111697-fd0072de-62cb-48ca-8b71-a5534040e0c2.png) and OvenLiveKit-Web also gave me same error when I tried to get media using minimal...

@SangwonOh yes, these settings worked on client side ``` { "audio": true, "video": { "width": { "min": "1280", "max": "1280" }, "height": { "min": "720", "max": "720" } } }...

@SangwonOh thanks! yeah, this was a problem with settings on engine side, something related to "prevent upscaling", I wasn't the guy setting up the engine, so had no idea about...

@SangwonOh I have one more question, when peer connections is established and I am streaming, basically when **ICE State [connected]** event happened, how using client side ovenLivekit instance to view...

> As title, can I push media stream from my desktop to OME? hi, did you make it work? I managed to share browser tab, but still problem with sharing...

@SangwonOh when do you think this feature will be released, and maybe some examples and test page added? I assume passing `{video: true}` as constraints is not enough to make...

@SangwonOh sorry to bother you again, but can you post minimalistic example on screen sharing somewhere in examples for this repo? From my side ovenLivekit.getDisplayMedia only worked for sharing a...