Uriel Chemouni

Results 303 comments of Uriel Chemouni

No needs for that you can already do that using the progress argument.

Hi my midjourney subscribtion is over, so I can not denug that.

can you try using a newbe channel url ? this is the list: general1: "https://discord.com/channels/662267976984297473/933565701162168371", general2: "https://discord.com/channels/662267976984297473/941971306004504638", general3: "https://discord.com/channels/662267976984297473/981832774157762570", general4: "https://discord.com/channels/662267976984297473/984632424610824222", general5: "https://discord.com/channels/662267976984297473/984632500875821066", general6: "https://discord.com/channels/662267976984297473/984632520471633920", general7: "https://discord.com/channels/662267976984297473/989274712590917653", general8: "https://discord.com/channels/662267976984297473/989274728155992124", general9:...

check the new updated doc.

interesting... I will test it in my [opencv-sandbox](https://github.com/UrielCh/opencv-sandbox) project.

I had fork [beamcoder](https://github.com/UrielCh/beamcoder) for that purpose, but I did not complet the developpement, it's only work with low screen resolution.

` const getVideoBuffer = await deviceClient.execOut('screenrecord--output-format=h264 --size 720x1600', "base64");` is not ` const getVideoBuffer = await deviceClient.execOut('screenrecord --output-format=h264 --size 720x1600', "base64");` needs a 👓 upgrade ....

I started implementing all that stuff but did not get enough time to complete the video version. Streaming the video works, but not the display, due to an incompatibility issue...

mmmm are you using my openCV code ? what ever scrcpy send video frame, not JPEG buffer. I also have a video support, but I it currently segfault on large...

Now I'm working on [remote-droid](https://hub.docker.com/repository/docker/urielch/remote-droid) mostly precisely on its Kubernetes deployment. Once remote-droid is completed I will improve scrcpy integration. But the scrcpy frames must be demux before any openCV...