brootle
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.  I...
@SangwonOh Yes, it gave me `getUserMedia error: OverconstrainedError This may mean invalid constraints.` error  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...