Iason Paraskevopoulos
Iason Paraskevopoulos
> Would it be sufficient to reuse this flag? I didn't think of this TBH. It could be done by exposing a setter in `VideoTrackSource` and then set the `is_screencast_`...
Something that I had forgotten to mention when I created this, is that when `is_screencast` is set, libwebrtc limits the FPS to 5. I had to add `spatial_layers.back().maxFramerate = video_codec.maxFramerate;`...
Any ideas on this?
I hadn't seen #27 before making this. I will use it, and close this if it isn't needed anymore.
While trying to use the new branch I noticed that a few things that I need are not there yet (correct me if I have missed something), in particular: *...
@Be-ing you need to build libwebrtc with pipewire enabled, use this PR and follow the instructions from [here](https://github.com/livekit/rust-sdks/tree/main/webrtc-sys/libwebrtc#readme).
@Be-ing you can either * create an account for livekit (their free tier will be more than enough for testing), generate a new api key, use the cli to create...
@Be-ing thanks for testing it. I haven't found time during the week to check X11. I will do it during the weekend.
@Be-ing I was busy the previous weeks but I have some time this weekend to update the PR. Also thanks for the PR for my fork, I will have a...
I have only tested it on macos, will check windows and ubuntu tomorrow. Also about the track dims for windows that have been resized, if I remember correctly in other...