Hi,
I was wondering whether it is possible or not to apply new constraints to a publisher live stream. For example, I would like to implement a simple auto-quality functionality. The goal is to decrease (or increase) the quality without the need to restart the stream. So for example if I publish the stream with constraints like :
I would like to apply new constraints to a live stream with a lower maxBitrate for example :
best regards
Piotr
I was wondering whether it is possible or not to apply new constraints to a publisher live stream. For example, I would like to implement a simple auto-quality functionality. The goal is to decrease (or increase) the quality without the need to restart the stream. So for example if I publish the stream with constraints like :
Code:
constraints.video = {
width: width,
height: height,
maxBitrate: 2048,
minBitrate: 600
}
maxBitrate=1024
if detect that my QUALITY is BAD for some long period of time. best regards
Piotr