server
server copied to clipboard
Allow resolution / framerate selection
Hi! This looks quite neat. Is there any plan to make a desktop client to stream the screen ? That would be quite nice since the major problem for these kind of tool is the lack of ability to change resolution, for us having small connections it's laggy as heck..
It would be nice to be able to say "share x application at 480p" the same way it's possible on Discord
Hi, forcing a resolution would be possible with the current approach, there is no need for a separate application.
Oh I thought it wouldn't. We're talking the upload side resolution, right ? Like I'm sharing my screen at 480p meaning I will only upload 480p worth of content ? (even though having transcoding for choosing résolution at play time might be interesting too)
Yeah, the browser that captures the screen can define a resolution/framerate. https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackConstraints#properties_of_video_tracks
That's neat !
@jmattheis Are you allready working on it? Otherwise I'd like to have a look into it and try supporting your project :)
@DatMayo Nope, I'm not working on it. Feel free to implement it (:. Maybe a menu could be added to the triple dot button on the right side which opens a dialog with settings for resolution & framerate.
That was exactly, what I've thought :D I'll report back, when I have new informations
Adding a note here this would still be a great feature to see added. Hopefully someone is able to implement it someday.
Framerate is configurable as of v1.9.1, however it currently only works when sharing in chrome, because firefox ignores the setting.
Limiting the resolution seems to be counterintuitive for the goal of screego (screensharing for developers). So I'll close this ticket as fixed, because the framerate is configurable.