Open Emefar opened 6 months ago
Hey @Emefar , apologies for the confusion. The presets seen on the FAQ page are unrelated to the presets found in the SDK (despite both having Standard
as an option). The presets on the FAQ page relate mostly to the transcode ladder, which impacts the output HLS stream, independent of the input RTMP stream.
The only time the input RTMP stream video bitrate impacts the output HLS stream bitrate is when a "source" rendition is passed through, like on the Standard
and Basic
channel types.
Hello @bclymer, I have the same issue with @Emefar. I want to make a feature which will allow my users to broadcast 160p. Is it possible to do this using the SDK?
@cemnisan yes, just set the video config to broadcast at 160p.
val config = Presets.Configuration.STANDARD_LANDSCAPE
config.video.size = Vec2(240, 160) // whatever resolution you want.
Then pass that config
to the BroadcastSession
when you create it.
Hello,
I checked FAQ page for new presets. But i cannot find new preset configurations in SDK. For example; how can i setting 'Constrained bandwidth delivery' at mobile SDK.
Here SDK's configurations